From patchwork Wed Jul 10 10:17:32 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Arturo Borrero X-Patchwork-Id: 257998 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 9705C2C02B8 for ; Wed, 10 Jul 2013 20:17:45 +1000 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753303Ab3GJKRo (ORCPT ); Wed, 10 Jul 2013 06:17:44 -0400 Received: from smtp3.cica.es ([150.214.5.190]:59438 "EHLO smtp.cica.es" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751667Ab3GJKRn (ORCPT ); Wed, 10 Jul 2013 06:17:43 -0400 Received: from localhost (unknown [127.0.0.1]) by smtp.cica.es (Postfix) with ESMTP id 6B6AF51EDB7 for ; Wed, 10 Jul 2013 10:17:41 +0000 (UTC) X-Virus-Scanned: amavisd-new at cica.es Received: from smtp.cica.es ([127.0.0.1]) by localhost (mail.cica.es [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id QqX62Wy5uZt8 for ; Wed, 10 Jul 2013 12:17:36 +0200 (CEST) Received: from nfdev.cica.es (nfdev.cica.es [IPv6:2a00:9ac0:c1ca:31::220]) by smtp.cica.es (Postfix) with ESMTP id 3E72151EDBC for ; Wed, 10 Jul 2013 12:17:34 +0200 (CEST) Subject: [libnftables PATCH] examples: give credits to Pablo Neira Ayuso To: netfilter-devel@vger.kernel.org From: Arturo Borrero Gonzalez Date: Wed, 10 Jul 2013 12:17:32 +0200 Message-ID: <20130710101732.29118.89099.stgit@nfdev.cica.es> User-Agent: StGit/0.15 MIME-Version: 1.0 Sender: netfilter-devel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netfilter-devel@vger.kernel.org Pablo wrote the code I copy-pasted, so give credits. Signed-off-by: Arturo Borrero Gonzalez --- 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 --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 * 2013 by Arturo Borrero Gonzalez * * 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 * 2013 by Arturo Borrero Gonzalez * * 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 * 2013 by Arturo Borrero Gonzalez * * This program is free software; you can redistribute it and/or modify it