summaryrefslogtreecommitdiffstats
path: root/third_party/jemalloc
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 /third_party/jemalloc
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 'third_party/jemalloc')
-rw-r--r--third_party/jemalloc/README.chromium79
1 files changed, 41 insertions, 38 deletions
diff --git a/third_party/jemalloc/README.chromium b/third_party/jemalloc/README.chromium
index 0c587cb..c277896 100644
--- a/third_party/jemalloc/README.chromium
+++ b/third_party/jemalloc/README.chromium
@@ -1,38 +1,41 @@
-This contains Chromium's locally patched copy of Jason Evans' jemalloc package.
-
-License terms are contained in the source files themselves.
-
-Contents:
-
- README.chromium
-
- This file you're looking at right now.
-
- chromium/
-
- The chromium patched sources, copied from the vendor/
- subdirectory and containing our local modifications.
-
- vendor/
-
- Vanilla sources from Mozilla's copy at:
-
- http://hg.mozilla.org/mozilla-central/src/memory
-
- The current revision is:
-
- changeset: 31465:63c44f8d16ac
- parent: 31462:70b3b23c948a
- user: Robert Sayre <sayrer@gmail.com>
- date: Thu Aug 06 11:16:20 2009 -0700
- summary: Backed out changeset 70b3b23c948a
-
-HOWTOs:
-
- Take a new version from upstream:
-
- TODO(sgk)
-
- Merge a new upstream version with our local patched copy:
-
- TODO(sgk)
+Name: jemalloc
+URL: http://hg.mozilla.org/mozilla-central/src/memory
+
+This contains Chromium's locally patched copy of Jason Evans' jemalloc package.
+
+License terms are contained in the source files themselves.
+
+Contents:
+
+ README.chromium
+
+ This file you're looking at right now.
+
+ chromium/
+
+ The chromium patched sources, copied from the vendor/
+ subdirectory and containing our local modifications.
+
+ vendor/
+
+ Vanilla sources from Mozilla's copy at:
+
+ http://hg.mozilla.org/mozilla-central/src/memory
+
+ The current revision is:
+
+ changeset: 31465:63c44f8d16ac
+ parent: 31462:70b3b23c948a
+ user: Robert Sayre <sayrer@gmail.com>
+ date: Thu Aug 06 11:16:20 2009 -0700
+ summary: Backed out changeset 70b3b23c948a
+
+HOWTOs:
+
+ Take a new version from upstream:
+
+ TODO(sgk)
+
+ Merge a new upstream version with our local patched copy:
+
+ TODO(sgk)