summaryrefslogtreecommitdiffstats
path: root/chrome/third_party/jstemplate
diff options
context:
space:
mode:
authorevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-19 00:46:18 +0000
committerevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-19 00:46:18 +0000
commite64b3d8f98945fd2ea47b68fb677265ca2633cba (patch)
treed5167994ae0aa953bcc271498752241f6b1ba433 /chrome/third_party/jstemplate
parent405e90f27ab9a7276635db529f3ea33fbbec7ba8 (diff)
downloadchromium_src-e64b3d8f98945fd2ea47b68fb677265ca2633cba.zip
chromium_src-e64b3d8f98945fd2ea47b68fb677265ca2633cba.tar.gz
chromium_src-e64b3d8f98945fd2ea47b68fb677265ca2633cba.tar.bz2
Pass license check script for most of the tree.
Modified license-checker script to allow pruning directories we know to be ok. Still need to do a bit of third_party/* , as well as file a bunch of bugs on pieces where the licenses aren't clear, but I'm running out of energy. Review URL: http://codereview.chromium.org/1100003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42045 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/third_party/jstemplate')
-rw-r--r--chrome/third_party/jstemplate/README.chromium5
1 files changed, 3 insertions, 2 deletions
diff --git a/chrome/third_party/jstemplate/README.chromium b/chrome/third_party/jstemplate/README.chromium
index 51e0db5..153d6a6 100644
--- a/chrome/third_party/jstemplate/README.chromium
+++ b/chrome/third_party/jstemplate/README.chromium
@@ -1,11 +1,12 @@
+Name: google-jstemplate
+URL: http://code.google.com/p/google-jstemplate/
+
"Template processing that is more suitable for the specific development-time
and runtime requirements of AJAX based web applications.
Specifically, support the case to update a previous template processing
output with an incremental change to the original input data."
-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.