From patchwork Wed Oct 5 01:22:12 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Daniele Di Proietto X-Patchwork-Id: 678328 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from archives.nicira.com (archives.nicira.com [96.126.127.54]) by ozlabs.org (Postfix) with ESMTP id 3spdM32RbFz9ryZ for ; Wed, 5 Oct 2016 12:22:55 +1100 (AEDT) Received: from archives.nicira.com (localhost [127.0.0.1]) by archives.nicira.com (Postfix) with ESMTP id 432DF1067A; Tue, 4 Oct 2016 18:22:53 -0700 (PDT) X-Original-To: dev@openvswitch.org Delivered-To: dev@openvswitch.org Received: from mx1e4.cudamail.com (mx1.cudamail.com [69.90.118.67]) by archives.nicira.com (Postfix) with ESMTPS id 98A0A10677 for ; Tue, 4 Oct 2016 18:22:52 -0700 (PDT) Received: from bar5.cudamail.com (unknown [192.168.21.12]) by mx1e4.cudamail.com (Postfix) with ESMTPS id 215FF1E04B0 for ; Tue, 4 Oct 2016 19:22:52 -0600 (MDT) X-ASG-Debug-ID: 1475630571-09eadd4e1a70f40001-byXFYA Received: from mx3-pf1.cudamail.com ([192.168.14.2]) by bar5.cudamail.com with ESMTP id 4ATR7SwCHmHdj5E9 (version=TLSv1 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 04 Oct 2016 19:22:51 -0600 (MDT) X-Barracuda-Envelope-From: diproiettod@vmware.com X-Barracuda-RBL-Trusted-Forwarder: 192.168.14.2 Received: from unknown (HELO EX13-EDG-OU-002.vmware.com) (208.91.0.190) by mx3-pf1.cudamail.com with ESMTPS (AES256-SHA encrypted); 5 Oct 2016 01:22:51 -0000 Received-SPF: error (mx3-pf1.cudamail.com: error in processing during lookup of vmware.com: DNS problem) Received: from sc9-mailhost1.vmware.com (10.113.161.71) by EX13-EDG-OU-002.vmware.com (10.113.208.156) with Microsoft SMTP Server id 15.0.1156.6; Tue, 4 Oct 2016 18:22:15 -0700 Received: from sc9-mailhost2.vmware.com (htb-1n-eng-dhcp102.eng.vmware.com [10.33.74.102]) by sc9-mailhost1.vmware.com (Postfix) with ESMTP id 30BDF18832; Tue, 4 Oct 2016 18:22:50 -0700 (PDT) X-CudaMail-Envelope-Sender: diproiettod@vmware.com From: Daniele Di Proietto To: X-CudaMail-Whitelist-To: dev@openvswitch.org X-CudaMail-MID: CM-V1-1003065739 X-CudaMail-DTE: 100416 X-CudaMail-Originating-IP: 208.91.0.190 Date: Tue, 4 Oct 2016 18:22:12 -0700 X-ASG-Orig-Subj: [##CM-V1-1003065739##][PATCH 01/13] netdev-dpdk.h: Add missing copyright. Message-ID: <20161005012224.107729-2-diproiettod@vmware.com> X-Mailer: git-send-email 2.9.3 In-Reply-To: <20161005012224.107729-1-diproiettod@vmware.com> References: <20161005012224.107729-1-diproiettod@vmware.com> MIME-Version: 1.0 Received-SPF: None (EX13-EDG-OU-002.vmware.com: diproiettod@vmware.com does not designate permitted sender hosts) X-Barracuda-Connect: UNKNOWN[192.168.14.2] X-Barracuda-Start-Time: 1475630571 X-Barracuda-Encrypted: DHE-RSA-AES256-SHA X-Barracuda-URL: https://web.cudamail.com:443/cgi-mod/mark.cgi X-ASG-Whitelist: Header =?UTF-8?B?eFwtY3VkYW1haWxcLXdoaXRlbGlzdFwtdG8=?= X-Virus-Scanned: by bsmtpd at cudamail.com X-Barracuda-BRTS-Status: 1 Subject: [ovs-dev] [PATCH 01/13] netdev-dpdk.h: Add missing copyright. X-BeenThere: dev@openvswitch.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@openvswitch.org Sender: "dev" Looks like we forgot to add the copyright headers to netdev-dpdk.h. Looking at the contribution history of the file, this commit adds the header with Nicira copyright. Signed-off-by: Daniele Di Proietto Acked-by: Ben Pfaff --- lib/netdev-dpdk.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/lib/netdev-dpdk.h b/lib/netdev-dpdk.h index 80bb834..2016a57 100644 --- a/lib/netdev-dpdk.h +++ b/lib/netdev-dpdk.h @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2014, 2015, 2016 Nicira, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at: + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + #ifndef NETDEV_DPDK_H #define NETDEV_DPDK_H