* [libnftnl PATCH] libnftnl: update Arturo Borrero Gonzalez email
@ 2016-10-10 10:26 Arturo Borrero Gonzalez
2016-10-17 16:00 ` Pablo Neira Ayuso
0 siblings, 1 reply; 2+ messages in thread
From: Arturo Borrero Gonzalez @ 2016-10-10 10:26 UTC (permalink / raw)
To: netfilter-devel
Update Arturo Borrero Gonzalez email address.
Signed-off-by: Arturo Borrero Gonzalez <arturo@debian.org>
---
examples/nft-chain-parse-add.c | 2 +-
examples/nft-rule-parse-add.c | 2 +-
examples/nft-ruleset-get.c | 2 +-
examples/nft-set-parse-add.c | 2 +-
examples/nft-table-parse-add.c | 2 +-
src/expr/masq.c | 2 +-
src/expr/redir.c | 2 +-
src/ruleset.c | 2 +-
src/utils.c | 2 +-
9 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/examples/nft-chain-parse-add.c b/examples/nft-chain-parse-add.c
index dd27343..6d6d989 100644
--- a/examples/nft-chain-parse-add.c
+++ b/examples/nft-chain-parse-add.c
@@ -1,6 +1,6 @@
/*
* (C) 2013 by Pablo Neira Ayuso <pablo@netfilter.org>
- * (C) 2014 by Arturo Borrero Gonzalez <arturo.borrero.glez@gmail.com>
+ * (C) 2014 by Arturo Borrero Gonzalez <arturo@debian.org>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by
diff --git a/examples/nft-rule-parse-add.c b/examples/nft-rule-parse-add.c
index 90f1da7..e6946c8 100644
--- a/examples/nft-rule-parse-add.c
+++ b/examples/nft-rule-parse-add.c
@@ -1,6 +1,6 @@
/*
* (C) 2013 by Pablo Neira Ayuso <pablo@netfilter.org>
- * (C) 2013 by Arturo Borrero Gonzalez <arturo.borrero.glez@gmail.com>
+ * (C) 2013 by Arturo Borrero Gonzalez <arturo@debian.org>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by
diff --git a/examples/nft-ruleset-get.c b/examples/nft-ruleset-get.c
index 9e997c2..9e80bb6 100644
--- a/examples/nft-ruleset-get.c
+++ b/examples/nft-ruleset-get.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2013 Arturo Borrero Gonzalez <arturo.borrero.glez@gmail.com>
+ * Copyright (c) 2013 Arturo Borrero Gonzalez <arturo@debian.org>
*
* based on previous code from:
*
diff --git a/examples/nft-set-parse-add.c b/examples/nft-set-parse-add.c
index 550e8f4..2882f14 100644
--- a/examples/nft-set-parse-add.c
+++ b/examples/nft-set-parse-add.c
@@ -4,7 +4,7 @@
* Based on nft-set-xml-add from:
*
* (C) 2013 by Pablo Neira Ayuso <pablo@netfilter.org>
- * (C) 2013 by Arturo Borrero Gonzalez <arturo.borrero.glez@gmail.com>
+ * (C) 2013 by Arturo Borrero Gonzalez <arturo@debian.org>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by
diff --git a/examples/nft-table-parse-add.c b/examples/nft-table-parse-add.c
index 28cb276..cb4bcc6 100644
--- a/examples/nft-table-parse-add.c
+++ b/examples/nft-table-parse-add.c
@@ -1,6 +1,6 @@
/*
* (C) 2013 by Pablo Neira Ayuso <pablo@netfilter.org>
- * (C) 2013 by Arturo Borrero Gonzalez <arturo.borrero.glez@gmail.com>
+ * (C) 2013 by Arturo Borrero Gonzalez <arturo@debian.org>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by
diff --git a/src/expr/masq.c b/src/expr/masq.c
index 32b5ad9..7c235d3 100644
--- a/src/expr/masq.c
+++ b/src/expr/masq.c
@@ -1,5 +1,5 @@
/*
- * (C) 2014 by Arturo Borrero Gonzalez <arturo.borrero.glez@gmail.com>
+ * (C) 2014 by Arturo Borrero Gonzalez <arturo@debian.org>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published
diff --git a/src/expr/redir.c b/src/expr/redir.c
index d5bc179..43538d5 100644
--- a/src/expr/redir.c
+++ b/src/expr/redir.c
@@ -1,5 +1,5 @@
/*
- * (C) 2014 by Arturo Borrero Gonzalez <arturo.borrero.glez@gmail.com>
+ * (C) 2014 by Arturo Borrero Gonzalez <arturo@debian.org>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published
diff --git a/src/ruleset.c b/src/ruleset.c
index 233ff0e..b6ca565 100644
--- a/src/ruleset.c
+++ b/src/ruleset.c
@@ -1,6 +1,6 @@
/*
* (C) 2012-2013 by Pablo Neira Ayuso <pablo@netfilter.org>
- * (C) 2013 by Arturo Borrero Gonzalez <arturo.borrero.glez@gmail.com>
+ * (C) 2013 by Arturo Borrero Gonzalez <arturo@debian.org>
* (C) 2013 by Alvaro Neira Ayuso <alvaroneay@gmail.com>
*
* This program is free software; you can redistribute it and/or modify
diff --git a/src/utils.c b/src/utils.c
index f0f5467..3e44960 100644
--- a/src/utils.c
+++ b/src/utils.c
@@ -1,6 +1,6 @@
/*
* (C) 2012-2013 by Pablo Neira Ayuso <pablo@netfilter.org>
- * (C) 2013 by Arturo Borrero Gonzalez <arturo.borrero.glez@gmail.com>
+ * (C) 2013 by Arturo Borrero Gonzalez <arturo@debian.org>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [libnftnl PATCH] libnftnl: update Arturo Borrero Gonzalez email
2016-10-10 10:26 [libnftnl PATCH] libnftnl: update Arturo Borrero Gonzalez email Arturo Borrero Gonzalez
@ 2016-10-17 16:00 ` Pablo Neira Ayuso
0 siblings, 0 replies; 2+ messages in thread
From: Pablo Neira Ayuso @ 2016-10-17 16:00 UTC (permalink / raw)
To: Arturo Borrero Gonzalez; +Cc: netfilter-devel
On Mon, Oct 10, 2016 at 12:26:34PM +0200, Arturo Borrero Gonzalez wrote:
> Update Arturo Borrero Gonzalez email address.
Applied, thanks Arturo.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-10-17 16:01 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-10 10:26 [libnftnl PATCH] libnftnl: update Arturo Borrero Gonzalez email Arturo Borrero Gonzalez
2016-10-17 16:00 ` Pablo Neira Ayuso
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).