From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tetsuya Mukawa Subject: Re: [PATCH 1/2] librte_pmd_null: Add null PMD Date: Wed, 01 Oct 2014 10:41:53 +0900 Message-ID: <542B5BE1.3070306@igel.co.jp> References: <1412070970-5625-1-git-send-email-mukawa@igel.co.jp> <1412070970-5625-2-git-send-email-mukawa@igel.co.jp> <1807884.Q1UlcNxKTX@xps13> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: dev-VfR2kkLFssw@public.gmane.org, nakajima.yoshihiro-Zyj7fXuS5i5L9jVzuh4AOg@public.gmane.org, masutani.hitoshi-Zyj7fXuS5i5L9jVzuh4AOg@public.gmane.org To: Thomas Monjalon Return-path: In-Reply-To: <1807884.Q1UlcNxKTX@xps13> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" (2014/09/30 22:05), Thomas Monjalon wrote: > 2014-09-30 18:56, mukawa-AlSX/UN32fvPDbFq/vQRIQ@public.gmane.org: >> --- /dev/null >> +++ b/lib/librte_pmd_null/Makefile >> @@ -0,0 +1,58 @@ >> +# BSD LICENSE >> +# >> +# Copyright (C) 2014 Nippon Telegraph and Telephone Corporation. >> +# All rights reserved. >> +# >> +# Redistribution and use in source and binary forms, with or without >> +# modification, are permitted provided that the following conditions >> +# are met: >> +# >> +# * Redistributions of source code must retain the above copyright >> +# notice, this list of conditions and the following disclaimer. >> +# * Redistributions in binary form must reproduce the above copyright >> +# notice, this list of conditions and the following disclaimer in >> +# the documentation and/or other materials provided with the >> +# distribution. >> +# * Neither the name of Intel Corporation nor the names of its > You probably mean NTT here? > >> --- /dev/null >> +++ b/lib/librte_pmd_null/rte_eth_null.c >> @@ -0,0 +1,474 @@ >> +/*- >> + * BSD LICENSE >> + * >> + * Copyright (C) IGEL Co.,Ltd. >> + * All rights reserved. >> + * >> + * Redistribution and use in source and binary forms, with or without >> + * modification, are permitted provided that the following conditions >> + * are met: >> + * >> + * * Redistributions of source code must retain the above copyright >> + * notice, this list of conditions and the following disclaimer. >> + * * Redistributions in binary form must reproduce the above copyright >> + * notice, this list of conditions and the following disclaimer in >> + * the documentation and/or other materials provided with the >> + * distribution. >> + * * Neither the name of IGEL Co.,Ltd. nor the names of its >> + * contributors may be used to endorse or promote products derived >> + * from this software without specific prior written permission. > So the Makefile is copyrighted NTT and the .c file is copyrighted IGEL? > It's my mistake. I needed to change Makefile also. I had a discussion about copyright with NTT guys, then changed it. Thank you for your attention. I will submit again. Regards, Tetsuya