Document the origin of include/cpu/generic/x86/arch/swab.h in HACKING.
Don't put our own license header in the file, just leave it as is (with a note where it was taken from). Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@246 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
parent
9201b6fc7a
commit
852587ce8c
2 changed files with 9 additions and 15 deletions
4
HACKING
4
HACKING
|
|
@ -65,3 +65,7 @@ Third-party Code and License Overview
|
|||
Source: git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
|
||||
Current version we use: e2afe67453e5b1499459ee3596b1e7924a5208f5
|
||||
|
||||
* include/cpu/generic/x86/arch/swab.h: GPLv2
|
||||
Source: git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
|
||||
Current version we use: ?
|
||||
|
||||
|
|
|
|||
|
|
@ -1,19 +1,9 @@
|
|||
/*
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation; either version 2 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program; if not, write to the Free Software
|
||||
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
/**
|
||||
* This file is part of the LinuxBIOS project.
|
||||
*
|
||||
* It is based on include/linux/byteorder/swab.h from the Linux kernel.
|
||||
*/
|
||||
|
||||
*/
|
||||
#ifndef _SWAB_H
|
||||
#define _SWAB_H
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue