Document the origin and license of lib/clog2.c (trivial).

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>



git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@217 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
Uwe Hermann 2007-03-08 20:17:55 +00:00
commit d15ee6da72
2 changed files with 11 additions and 1 deletions

View file

@ -1,4 +1,10 @@
/* log 2 in c, from mozilla, from jscpucfg.c */
/*
* This file is part of the LinuxBIOS project.
*
* It is based on the file js/src/jscpucfg.c from Mozilla, CVS rev. 3.25.
* See http://lxr.mozilla.org/mozilla1.8.0/source/js/src/jscpucfg.c.
*/
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*-
*
* ***** BEGIN LICENSE BLOCK *****