Author: hailfinger Date: 2009-01-08 05:56:59 +0100 (Thu, 08 Jan 2009) New Revision: 3852
Modified: trunk/util/flashrom/flashrom.8 Log: The flashrom man page has incomplete author/copyright sections and an incorrect license section. - Remove the copyright listings and refer the reader to the source files. - Update the author list to those which have copyright messages in the source files. - Correct the license from GPL v2+ to (GPL v2, with some files under later versions as well) Signed-off-by: Carl-Daniel Hailfinger <[email protected]> Acked-by: Uwe Hermann <[email protected]> Modified: trunk/util/flashrom/flashrom.8 =================================================================== --- trunk/util/flashrom/flashrom.8 2009-01-08 03:40:17 UTC (rev 3851) +++ trunk/util/flashrom/flashrom.8 2009-01-08 04:56:59 UTC (rev 3852) @@ -1,4 +1,4 @@ -.TH FLASHROM 8 "June 22, 2008" +.TH FLASHROM 8 "January 5, 2009" .SH NAME flashrom \- a universal BIOS/ROM/flash programming utility .SH SYNOPSIS @@ -84,22 +84,50 @@ .RB "(" http://coreboot.org/Mailinglist ")." .SH LICENCE .B flashrom -is covered by the GNU General Public License (GPL), version 2 or later. +is covered by the GNU General Public License (GPL), version 2. Some files are +additionally available under the GPL (version 2, or any later version). .SH COPYRIGHT -2000 Silicon Integrated System Corporation .br -2003 Niki W. Waibel +Please see the individual files. +.SH AUTHORS +Carl-Daniel Hailfinger .br -2004 Tyan Corp +Claus Gindhart <[email protected]> .br -2005-2007 coresystems GmbH -.SH AUTHORS -Yinghai Lu <[email protected]> +Dominik Geyer <[email protected]> .br +Eric Biederman <[email protected]> +.br +Giampiero Giancipoli <[email protected]> +.br +Joe Bao <[email protected]> +.br +Luc Verhaegen <[email protected]> +.br +Markus Boas <[email protected]> +.br +Nikolay Petukhov <[email protected]> +.br +Peter Stuge <[email protected]> +.br +Reinder E.N. de Haan <[email protected]> +.br +Ronald G. Minnich <[email protected]> +.br +Ronald Hoogenboom <[email protected]> +.br Stefan Reinauer <[email protected]> .br -Niki W. Waibel <[email protected]> +Stefan Wildemann <[email protected]> .br +Steven James <[email protected]> +.br +Uwe Hermann <[email protected]> +.br +Wang Qingpei <[email protected]> +.br +Yinghai Lu <[email protected]> +.br some others .PP This manual page was written by Uwe Hermann <[email protected]>. -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

