diff --git a/lib/stage2.c b/lib/stage2.c index 71e714d4bf..c3635d0b58 100644 --- a/lib/stage2.c +++ b/lib/stage2.c @@ -1,7 +1,10 @@ /* * This file is part of the LinuxBIOS project. * - * Copyright (C) 2000 Ron Minnich + * Copyright (C) 2007 Ron Minnich + * + * Copyright (C) 2007 coresystems GmbH + * Written by Stefan Reinauer for coresystems GmbH. * * 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 @@ -19,25 +22,6 @@ /* stage2 - LinuxBIOS ram based setup */ -/* -This software and ancillary information (herein called SOFTWARE) -called LinuxBIOS is made available under the terms described -here. The SOFTWARE has been approved for release with associated -LA-CC Number 00-34. Unless otherwise indicated, this SOFTWARE has -been authored by an employee or employees of the University of -California, operator of the Los Alamos National Laboratory under -Contract No. W-7405-ENG-36 with the U.S. Department of Energy. The -U.S. Government has rights to use, reproduce, and distribute this -SOFTWARE. The public may copy, distribute, prepare derivative works -and publicly display this SOFTWARE without charge, provided that this -Notice and any statement of authorship are reproduced on all copies. -Neither the Government nor the University makes any warranty, express -or implied, or assumes any liability or responsibility for the use of -this SOFTWARE. If SOFTWARE is modified to produce derivative works, -such modified SOFTWARE should be clearly marked, so as not to confuse -it with the version available from LANL. - */ - /* * C Bootstrap code for the LinuxBIOS */