From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 7E6851B7A2 for ; Thu, 8 Feb 2018 16:15:02 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 08 Feb 2018 07:15:00 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,479,1511856000"; d="scan'208";a="25877721" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.91]) ([10.237.220.91]) by FMSMGA003.fm.intel.com with ESMTP; 08 Feb 2018 07:14:59 -0800 To: x-fn-spp@sl.ntt-tx.co.jp, spp@dpdk.org References: <201802080551.w185pkLL010335@imss03.silk.ntt-tx.co.jp> <201802080556.w185uBLt011286@imss03.silk.ntt-tx.co.jp> Cc: Hemant Agrawal From: Ferruh Yigit Message-ID: <62f1b786-d541-bd82-4618-4e192f088ddc@intel.com> Date: Thu, 8 Feb 2018 15:14:58 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: <201802080556.w185uBLt011286@imss03.silk.ntt-tx.co.jp> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [spp] [PATCH 4/9] spp_vf: add BSD license X-BeenThere: spp@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: Soft Patch Panel List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Feb 2018 15:15:02 -0000 On 2/8/2018 5:56 AM, x-fn-spp@sl.ntt-tx.co.jp wrote: > From: Kentaro Watanabe > > Signed-off-by: Kentaro Watanabe > Signed-off-by: Naoki Takada > --- > src/vf/classifier_mac.c | 33 +++++++++++++++++++++++++++++++++ > src/vf/classifier_mac.h | 33 +++++++++++++++++++++++++++++++++ > src/vf/command_conn.c | 33 +++++++++++++++++++++++++++++++++ > src/vf/command_conn.h | 33 +++++++++++++++++++++++++++++++++ > src/vf/command_dec.c | 33 +++++++++++++++++++++++++++++++++ > src/vf/command_dec.h | 33 +++++++++++++++++++++++++++++++++ > src/vf/command_proc.c | 33 +++++++++++++++++++++++++++++++++ > src/vf/command_proc.h | 33 +++++++++++++++++++++++++++++++++ > src/vf/ringlatencystats.c | 33 +++++++++++++++++++++++++++++++++ > src/vf/ringlatencystats.h | 33 +++++++++++++++++++++++++++++++++ > src/vf/spp_forward.c | 33 +++++++++++++++++++++++++++++++++ > src/vf/spp_forward.h | 33 +++++++++++++++++++++++++++++++++ > src/vf/spp_vf.c | 33 +++++++++++++++++++++++++++++++++ > src/vf/spp_vf.h | 33 +++++++++++++++++++++++++++++++++ > src/vf/string_buffer.c | 33 +++++++++++++++++++++++++++++++++ > src/vf/string_buffer.h | 33 +++++++++++++++++++++++++++++++++ This patch adds a fixed license header which has Intel as copyright owner. But there are some file added by ntt, like spp_vf, you may want to keep your copyright for those files. Also DPDK is switching to SPDX tags, that makes license headers easy, we can think about same thing for spp. Not for this patchset, but for future. <...>