Update the manpage to include my copyright statement and credit me as author of this software. Signed-off-by: Pablo Neira Ayuso <pablo@xxxxxxxxxxxxx> --- doc/nft.xml | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/doc/nft.xml b/doc/nft.xml index ea47e2b..e6e8583 100644 --- a/doc/nft.xml +++ b/doc/nft.xml @@ -18,6 +18,18 @@ vi:ts=4 sw=4 </copyright> </refentryinfo> + <refentryinfo> + <author> + <firstname>Pablo Neira</firstname> + <surname>Neira Ayuso</surname> + <email>pablo@xxxxxxxxxxxxx</email> + </author> + <copyright> + <year>2013-2016</year> + <holder>Pablo Neira Ayuso</holder> + </copyright> + </refentryinfo> + <refmeta> <refentrytitle>nft</refentrytitle> <manvolnum>8</manvolnum> @@ -2358,15 +2370,16 @@ filter output oif wlan0 <refsect1> <title>Authors</title> <para> - nftables was written by Patrick McHardy. + nftables was written by Patrick McHardy and Pablo Neira Ayuso, among many other contributors from the Netfilter community. </para> </refsect1> <refsect1> <title>Copyright</title> - <para> - Copyright © 2008-2014 Patrick McHardy <email>kaber@xxxxxxxxx</email> - </para> + <literallayout> +Copyright © 2008-2014 Patrick McHardy <email>kaber@xxxxxxxxx</email> +Copyright © 2013-2016 Pablo Neira Ayuso <email>pablo@xxxxxxxxxxxxx</email> + </literallayout> <para> nftables is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as -- 2.1.4 -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html