mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
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:
parent
f2f0bda3c8
commit
d15ee6da72
2 changed files with 11 additions and 1 deletions
4
HACKING
4
HACKING
|
@ -57,3 +57,7 @@ Third-party Code and License Overview
|
|||
Source: kexec-tools, http://www.xmission.com/~ebiederm/files/kexec/
|
||||
Current version we use: kexec-tools 1.101
|
||||
|
||||
* lib/clog2.c: Triple-licensed, MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
Source: http://lxr.mozilla.org/mozilla1.8.0/source/js/src/jscpucfg.c
|
||||
Current version we use: CVS rev. 3.25
|
||||
|
||||
|
|
|
@ -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 *****
|
||||
|
|
Loading…
Add table
Reference in a new issue