| Index: tools/make_version.py
 | 
| diff --git a/tools/make_version.py b/tools/make_version.py
 | 
| index 476ecdf037e7320a7046bce41c225c5e4f2b8cd3..ad517db1ab780fa27d82d33dcfa7683b36a0956f 100644
 | 
| --- a/tools/make_version.py
 | 
| +++ b/tools/make_version.py
 | 
| @@ -1,4 +1,4 @@
 | 
| -# Copyright (c) 2011, the Dart project authors.  Please see the AUTHORS file
 | 
| +# Copyright (c) 2014, the Dart project authors.  Please see the AUTHORS file
 | 
|  # for details. All rights reserved. Use of this source code is governed by a
 | 
|  # BSD-style license that can be found in the LICENSE file.
 | 
|  #
 | 
| @@ -50,7 +50,7 @@ def main(args):
 | 
|        sys.stderr.write('--input not specified\n')
 | 
|        return -1
 | 
|  
 | 
| -    files = [ ]
 | 
| +    files = []
 | 
|      for arg in args:
 | 
|        files.append(arg)
 | 
|  
 | 
| 
 |