1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/memory/jemalloc/README.mozilla Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,9 @@ 1.4 +This is a copy of the jemalloc source code. It is intended to be left pristine. 1.5 +Modifications to this code without coordinating with upstream are unacceptable, 1.6 +and will be reverted. Integration modifications should be made in memory/build 1.7 +whenever possible. 1.8 + 1.9 +The canonical repository for this source code is git://canonware.com/jemalloc.git. 1.10 +The information about the upstream repository and revision lives in upstream.info. 1.11 +In order to update the code, you can run the update.sh script located in 1.12 +the same directory.