diff options
author | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-28 16:41:51 +0000 |
---|---|---|
committer | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-28 16:41:51 +0000 |
commit | fe1aceb5d5d27cded352616bf47379fe4afa50b6 (patch) | |
tree | 09d5e28d2c6d36a513c47201b27738b6c99ae151 /chrome/third_party | |
parent | c063b4893b50c2bb759ca5409b242de5caab7066 (diff) | |
download | chromium_src-fe1aceb5d5d27cded352616bf47379fe4afa50b6.zip chromium_src-fe1aceb5d5d27cded352616bf47379fe4afa50b6.tar.gz chromium_src-fe1aceb5d5d27cded352616bf47379fe4afa50b6.tar.bz2 |
Add some licensing comments under chrome/.
BUG=28291
Review URL: http://codereview.chromium.org/507067
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35301 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/third_party')
-rw-r--r-- | chrome/third_party/jstemplate/README.chromium | 2 | ||||
-rwxr-xr-x | chrome/third_party/jstemplate/compile.py | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/chrome/third_party/jstemplate/README.chromium b/chrome/third_party/jstemplate/README.chromium index 40ecdb4..51e0db5 100644 --- a/chrome/third_party/jstemplate/README.chromium +++ b/chrome/third_party/jstemplate/README.chromium @@ -9,7 +9,7 @@ This is a branch of http://code.google.com/p/google-jstemplate/ Uncalled functions have been removed from util.js to make the resulting javascript smaller. -compile.sh is a simple shell script used to generate the single compiled +compile.py is a simple program used to generate the single compiled jsfile. jstemplate_compiled.js is the output after passing the code through diff --git a/chrome/third_party/jstemplate/compile.py b/chrome/third_party/jstemplate/compile.py index 3f9d5a7..3d16d96 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. |