summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/nft-chain-parse-add.c2
-rw-r--r--examples/nft-rule-parse-add.c2
-rw-r--r--examples/nft-ruleset-get.c2
-rw-r--r--examples/nft-set-parse-add.c2
-rw-r--r--examples/nft-table-parse-add.c2
5 files changed, 5 insertions, 5 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