| Index: chrome/third_party/jstemplate/compile.py
|
| diff --git a/chrome/third_party/jstemplate/compile.py b/chrome/third_party/jstemplate/compile.py
|
| index 3f9d5a71dbda5053eb21ab76cd1fa2da1a2276b7..3d16d9651617b3709f55d9db7b4179a0d204a65d 100755
|
| --- a/chrome/third_party/jstemplate/compile.py
|
| +++ b/chrome/third_party/jstemplate/compile.py
|
| @@ -1,4 +1,7 @@
|
| #!/usr/bin/env python
|
| +# Copyright (c) 2009 The Chromium Authors. All rights reserved.
|
| +# Use of this source code is governed by a BSD-style license that can be
|
| +# found in the LICENSE file.
|
|
|
| # A python script that combines the javascript files needed by jstemplate into
|
| # a single file.
|
|
|