mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
Document version of elf.h we currently use. Add missing email
address (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@188 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
parent
c2b74ca29a
commit
730be6e12f
2 changed files with 2 additions and 2 deletions
2
HACKING
2
HACKING
|
@ -42,7 +42,7 @@ Third-party Code and License Overview
|
|||
Source: The GNU C Library, http://www.gnu.org/software/libc/
|
||||
You can get the latest version of the file via CVS:
|
||||
cvs -d:pserver:anoncvs@sources.redhat.com:/cvs/glibc co libc/elf/elf.h
|
||||
Current version we use: ?
|
||||
Current version we use: CVS rev. 1.156
|
||||
|
||||
* lib/lzmadecode.[ch]: Dual-licensed, LGPL + Common Public License (CPL).
|
||||
There's a special exception, please see lib/lzmadecode.[ch].
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
/* This file defines standard ELF types, structures, and macros.
|
||||
Copyright (C) 1995-2003,2004,2005,2006,2007 Free Software Foundation, Inc.
|
||||
Copyright (C) 2001 Eric Biederman
|
||||
Copyright (C) 2001 Eric Biederman <ebiederman@lnxi.com>
|
||||
This file is part of the GNU C Library.
|
||||
|
||||
The GNU C Library is free software; you can redistribute it and/or
|
||||
|
|
Loading…
Add table
Reference in a new issue