diff mbox

[libnftables] examples: give credits to Pablo Neira Ayuso

Message ID 20130710101732.29118.89099.stgit@nfdev.cica.es
State Superseded
Headers show

Commit Message

Arturo Borrero July 10, 2013, 10:17 a.m. UTC
Pablo wrote the code I copy-pasted, so give credits.

Signed-off-by: Arturo Borrero Gonzalez <arturo.borrero.glez@gmail.com>
---
 examples/nft-chain-xml-add.c |    1 +
 examples/nft-rule-xml-add.c  |    1 +
 examples/nft-table-xml-add.c |    1 +
 3 files changed, 3 insertions(+)


--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/examples/nft-chain-xml-add.c b/examples/nft-chain-xml-add.c
index 80a513d..799f901 100644
--- a/examples/nft-chain-xml-add.c
+++ b/examples/nft-chain-xml-add.c
@@ -1,4 +1,5 @@ 
 /*
+ * 2012-2013 by Pablo Neira Ayuso <pablo@netfilter.org>
  * 2013 by Arturo Borrero Gonzalez <arturo.borrero.glez@gmail.com>
  *
  * This program is free software; you can redistribute it and/or modify it
diff --git a/examples/nft-rule-xml-add.c b/examples/nft-rule-xml-add.c
index 7bd44ff..604517b 100644
--- a/examples/nft-rule-xml-add.c
+++ b/examples/nft-rule-xml-add.c
@@ -1,4 +1,5 @@ 
 /*
+ * 2012-2013 by Pablo Neira Ayuso <pablo@netfilter.org>
  * 2013 by Arturo Borrero Gonzalez <arturo.borrero.glez@gmail.com>
  *
  * This program is free software; you can redistribute it and/or modify it
diff --git a/examples/nft-table-xml-add.c b/examples/nft-table-xml-add.c
index 41df5b4..4486e68 100644
--- a/examples/nft-table-xml-add.c
+++ b/examples/nft-table-xml-add.c
@@ -1,4 +1,5 @@ 
 /*
+ * 2012-2013 by Pablo Neira Ayuso <pablo@netfilter.org>
  * 2013 by Arturo Borrero Gonzalez <arturo.borrero.glez@gmail.com>
  *
  * This program is free software; you can redistribute it and/or modify it