I was looking at some code for tracing the heap for memory used and found the trace-malloc code. I am thinking of trying to use this code in a LGPL project. The file listed above though is from 2000 and only lists this:
21 * Contributor(s): 22 * Brendan Eich, 14-April-2000 23 * 24 * Alternatively, the contents of this file may be used under the 25 * terms of the GNU Public License (the "GPL"), in which case the 26 * provisions of the GPL are applicable instead of those above. 27 * If you wish to allow use of your version of this file only 28 * under the terms of the GPL and not to allow others to use your 29 * version of this file under the MPL, indicate your decision by 30 * deleting the provisions above and replace them with the notice 31 * and other provisions required by the GPL. If you do not delete 32 * the provisions above, a recipient may use your version of this 33 * file under either the MPL or the GPL. 34 */ I see that other files in the base directory use a tri-license. Can this file be used as a tri-license and maybe it has not been updated yet to those terms? Thanks. Alan Gonzalez
