diff options
author | Maciej Fijalkowski <fijall@gmail.com> | 2015-02-05 15:29:38 +0200 |
---|---|---|
committer | Maciej Fijalkowski <fijall@gmail.com> | 2015-02-05 15:29:38 +0200 |
commit | 004374d6fd67a1ed215e6b4b5cb036d9c28f0671 (patch) | |
tree | a77b04818eb15b899e559bbbb533278fbb1e8d79 /LICENSE | |
parent | Fix FAQ reference (diff) | |
parent | merge vmprof (diff) | |
download | pypy-004374d6fd67a1ed215e6b4b5cb036d9c28f0671.tar.gz pypy-004374d6fd67a1ed215e6b4b5cb036d9c28f0671.tar.bz2 pypy-004374d6fd67a1ed215e6b4b5cb036d9c28f0671.zip |
merge vmprof - add profiling capabilities
Diffstat (limited to 'LICENSE')
-rw-r--r-- | LICENSE | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -420,3 +420,10 @@ The gdbm module includes code from gdbm.h, which is distributed under the terms of the GPL license version 2 or any later version. Thus the gdbm module, provided in the file lib_pypy/gdbm.py, is redistributed under the terms of the GPL license as well. + +License for 'pypy/module/_vmprof/src' +-------------------------------------- + +The code is based on gperftools. You may see a copy of the License for it at + + https://code.google.com/p/gperftools/source/browse/COPYING |