Fixup display of e-mail adresses in the docs.

Signed-off-by: Julian Wollrath <jwollrath@web.de>
This commit is contained in:
Julian Wollrath 2015-02-20 16:57:34 +01:00 committed by Daniel Hahler
parent 939dab8ba9
commit c7709e39d2
2 changed files with 21 additions and 21 deletions

View File

@ -5,27 +5,27 @@
**Author**: **Author**:
* © 2007-2009 Julien Danjou <julien@danjou.info> * © 2007-2009 Julien Danjou &lt;julien@danjou.info>
**Contributors**: **Contributors**:
* © 2007-2009 Nikos Ntarmos <ntarmos@ceid.upatras.gr> * © 2007-2009 Nikos Ntarmos &lt;ntarmos@ceid.upatras.gr>
* © 2007-2009 Arnaud Fontaine <arnau@debian.org> * © 2007-2009 Arnaud Fontaine &lt;arnau@debian.org>
* © 2008-2009 Damien Leone <damien.leone@gmail.com> * © 2008-2009 Damien Leone &lt;damien.leone@gmail.com>
* © 2008-2009 Gregor Best <farhaven@googlemail.com> * © 2008-2009 Gregor Best &lt;farhaven@googlemail.com>
* © 2008-2009 Maarten Maathuis <madman2003@gmail.com> * © 2008-2009 Maarten Maathuis &lt;madman2003@gmail.com>
* © 2008-2009 koniu <gkusnierz@gmail.com> * © 2008-2009 koniu &lt;gkusnierz@gmail.com>
* © 2009 Uli Schlachter <psychon@znc.in> * © 2009 Uli Schlachter &lt;psychon@znc.in>
**Past contributors**: **Past contributors**:
* © 2007-2008 Marco Candrian <mac@calmar.ws> * © 2007-2008 Marco Candrian &lt;mac@calmar.ws>
* © 2008 Lucas de Vries <lucasdevries@gmail.com> * © 2008 Lucas de Vries &lt;lucasdevries@gmail.com>
* © 2008 Pierre Habouzit <madcoder@debian.org> * © 2008 Pierre Habouzit &lt;madcoder@debian.org>
* © 2008 Félix C. Morency <felix.morency@gmail.com> * © 2008 Félix C. Morency &lt;felix.morency@gmail.com>
* © 2008 Michael Gehring <mg@ebfe.org> * © 2008 Michael Gehring &lt;mg@ebfe.org>
* © 2008 Hans Ulrich Niedermann <hun@n-dimensional.de> * © 2008 Hans Ulrich Niedermann &lt;hun@n-dimensional.de>
* © 2007 Aldo Cortesi <aldo@nullcube.com> * © 2007 Aldo Cortesi &lt;aldo@nullcube.com>
## License: ## License:
@ -47,11 +47,11 @@ with this program; if not, write to the Free Software Foundation, Inc.,
MIT/X Consortium License MIT/X Consortium License
* © 2006-2007 Anselm R. Garbe <garbeam at gmail dot com> * © 2006-2007 Anselm R. Garbe &lt;garbeam@gmail.com>
* © 2006-2007 Sander van Dijk <a dot h dot vandijk at gmail dot com> * © 2006-2007 Sander van Dijk &lt;a.h.vandijk@gmail.com>
* © 2006-2007 Jukka Salmi <jukka at salmi dot ch> * © 2006-2007 Jukka Salmi &lt;jukka@salmi.ch>
* © 2007 Premysl Hruby <dfenze at gmail dot com> * © 2007 Premysl Hruby &lt;dfenze@gmail.com>
* © 2007 Szabolcs Nagy <nszabolcs at gmail dot com> * © 2007 Szabolcs Nagy &lt;nszabolcs@gmail.com>
Permission is hereby granted, free of charge, to any person obtaining a Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"), copy of this software and associated documentation files (the "Software"),

View File

@ -56,7 +56,7 @@ If you plan to submit patches, you should follow the following guidelines.
- the first line of the commit message should be a short; - the first line of the commit message should be a short;
description and should skip the full stop; description and should skip the full stop;
- if you want your work included, add a - if you want your work included, add a
`Signed-off-by: Your Name <you@example.com>` line to the `Signed-off-by: Your Name &lt;you@example.com>` line to the
commit message (or just use the option `-s` when commiting); commit message (or just use the option `-s` when commiting);
- make sure that you have tests for the bug you are fixing. - make sure that you have tests for the bug you are fixing.
- if possible, add a unit test to the test suite under spec/. - if possible, add a unit test to the test suite under spec/.