| Index: client/web/resources.dart | 
| diff --git a/client/web/resources.dart b/client/web/resources.dart | 
| index 428da22da1031a4afbca61e2020a88b157b9bad7..0f31243f5c2dba351d1adc49655aea320e1fd44e 100644 | 
| --- a/client/web/resources.dart | 
| +++ b/client/web/resources.dart | 
| @@ -1,5 +1,10 @@ | 
| +// Copyright (c) 2013, the Dart project authors.  Please see the AUTHORS file | 
| +// for 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 apidoc_resources; | 
|  | 
| +// TODO(jacobr): actually use these named resources or remove this file. | 
| final Collapse = 'collapseall.gif'; | 
| final DART_FILE = 'dart.png'; | 
| final DART_LIBRARY = 'dart_library.png'; | 
|  |