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 <c-d.hailfinger.devel.2006@gmx.net> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3852 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
901f25acd3
commit
44b3bf7ed7
|
@ -1,4 +1,4 @@
|
||||||
.TH FLASHROM 8 "June 22, 2008"
|
.TH FLASHROM 8 "January 5, 2009"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
flashrom \- a universal BIOS/ROM/flash programming utility
|
flashrom \- a universal BIOS/ROM/flash programming utility
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
@ -84,21 +84,49 @@ or on the coreboot mailing list
|
||||||
.RB "(" http://coreboot.org/Mailinglist ")."
|
.RB "(" http://coreboot.org/Mailinglist ")."
|
||||||
.SH LICENCE
|
.SH LICENCE
|
||||||
.B flashrom
|
.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
|
.SH COPYRIGHT
|
||||||
2000 Silicon Integrated System Corporation
|
|
||||||
.br
|
.br
|
||||||
2003 Niki W. Waibel
|
Please see the individual files.
|
||||||
.br
|
|
||||||
2004 Tyan Corp
|
|
||||||
.br
|
|
||||||
2005-2007 coresystems GmbH
|
|
||||||
.SH AUTHORS
|
.SH AUTHORS
|
||||||
Yinghai Lu <yinghai.lu@amd.com>
|
Carl-Daniel Hailfinger
|
||||||
|
.br
|
||||||
|
Claus Gindhart <claus.gindhart@kontron.com>
|
||||||
|
.br
|
||||||
|
Dominik Geyer <dominik.geyer@kontron.com>
|
||||||
|
.br
|
||||||
|
Eric Biederman <ebiederman@lnxi.com>
|
||||||
|
.br
|
||||||
|
Giampiero Giancipoli <gianci@email.it>
|
||||||
|
.br
|
||||||
|
Joe Bao <Zheng.Bao@amd.com>
|
||||||
|
.br
|
||||||
|
Luc Verhaegen <libv@skynet.be>
|
||||||
|
.br
|
||||||
|
Markus Boas <ryven@ryven.de>
|
||||||
|
.br
|
||||||
|
Nikolay Petukhov <nikolay.petukhov@gmail.com>
|
||||||
|
.br
|
||||||
|
Peter Stuge <peter@stuge.se>
|
||||||
|
.br
|
||||||
|
Reinder E.N. de Haan <lb_reha@mveas.com>
|
||||||
|
.br
|
||||||
|
Ronald G. Minnich <rminnich@gmail.com>
|
||||||
|
.br
|
||||||
|
Ronald Hoogenboom <ronald@zonnet.nl>
|
||||||
.br
|
.br
|
||||||
Stefan Reinauer <stepan@coresystems.de>
|
Stefan Reinauer <stepan@coresystems.de>
|
||||||
.br
|
.br
|
||||||
Niki W. Waibel <niki.waibel@gmx.net>
|
Stefan Wildemann <stefan.wildemann@kontron.com>
|
||||||
|
.br
|
||||||
|
Steven James <pyro@linuxlabs.com>
|
||||||
|
.br
|
||||||
|
Uwe Hermann <uwe@hermann-uwe.de>
|
||||||
|
.br
|
||||||
|
Wang Qingpei <Qingpei.Wang@amd.com>
|
||||||
|
.br
|
||||||
|
Yinghai Lu <yinghai.lu@amd.com>
|
||||||
.br
|
.br
|
||||||
some others
|
some others
|
||||||
.PP
|
.PP
|
||||||
|
|
Loading…
Reference in New Issue