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

Unified Diff: pkg/front_end/lib/src/dependency_walker.dart

Issue 2550323003: Add missing copyrights (Closed)
Patch Set: Created 4 years 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 | « no previous file | pkg/front_end/test/src/dependency_walker_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/front_end/lib/src/dependency_walker.dart
diff --git a/pkg/front_end/lib/src/dependency_walker.dart b/pkg/front_end/lib/src/dependency_walker.dart
index 8b3f2ef4a40cba04521c9fd6ff5198680b3f59c3..7a27acb7b7f5d372c770f0443cada115e92d500e 100644
--- a/pkg/front_end/lib/src/dependency_walker.dart
+++ b/pkg/front_end/lib/src/dependency_walker.dart
@@ -1,3 +1,6 @@
+// Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file
+// for details. All rights reserved. Use of this source code is governed by a
+// BSD-style license that can be found in the LICENSE file.
/**
* Instances of [Node] represent nodes in a dependency graph. The
« no previous file with comments | « no previous file | pkg/front_end/test/src/dependency_walker_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698