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

Unified Diff: pkg/docgen/lib/src/utils.dart

Issue 202193002: pkg/dartdoc: moving files around, fix library names (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 9 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
Index: pkg/docgen/lib/src/utils.dart
diff --git a/pkg/docgen/lib/src/utils.dart b/pkg/docgen/lib/src/utils.dart
index f23e096fe66656b3efd6055523fb3ef97c6bd486..90f73e85214bcd93951fbd37b459bed41f042a0f 100644
--- a/pkg/docgen/lib/src/utils.dart
+++ b/pkg/docgen/lib/src/utils.dart
@@ -1,3 +1,7 @@
+// Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file
+// for 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 docgen.utils;
import '../../../../sdk/lib/_internal/compiler/implementation/mirrors/source_mirrors.dart';

Powered by Google App Engine
This is Rietveld 408576698