Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(51)

Unified Diff: pkg/dart_messages/bin/publish.dart

Issue 1636443002: Move license to the top. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pkg/compiler/lib/src/diagnostics/generated/shared_messages.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/dart_messages/bin/publish.dart
diff --git a/pkg/dart_messages/bin/publish.dart b/pkg/dart_messages/bin/publish.dart
index 426e3baed7701e0940864ac48dd845a60c43aba7..c7b9c113b5b27857e99a467ea4d9dbe1cb8de2e4 100644
--- a/pkg/dart_messages/bin/publish.dart
+++ b/pkg/dart_messages/bin/publish.dart
@@ -90,8 +90,8 @@ void emitDart2js() {
var enumIds = input.keys.toList();
StringBuffer out = new StringBuffer();
- out.writeln(dontEditWarning);
out.writeln(copyrightHeader);
+ out.writeln(dontEditWarning);
out.writeln("import '../messages.dart' show MessageTemplate;");
out.writeln();
out.write(("enum SharedMessageKind {\n "));
@@ -188,8 +188,8 @@ void emitAnalyzer() {
print(" Output: $outPath");
StringBuffer out = new StringBuffer();
- out.writeln(dontEditWarning);
out.writeln(copyrightHeader);
+ out.writeln(dontEditWarning);
out.writeln("import 'package:analyzer/src/generated/error.dart';");
out.writeln();
input.forEach((name, message) {
« no previous file with comments | « pkg/compiler/lib/src/diagnostics/generated/shared_messages.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698