From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 6973AA04DD; Fri, 20 Nov 2020 17:34:54 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id AB1E0F90; Fri, 20 Nov 2020 17:34:52 +0100 (CET) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by dpdk.org (Postfix) with ESMTP id 602713B5 for ; Fri, 20 Nov 2020 17:34:50 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1605890088; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=k14z8+mb2Y5F4jqRUjAVGS2hm8eLUo1eU5xqT7eOdyE=; b=Ah3T04/92wLi8YgM5EeBUSEJc4mORWCDle8Zez247xiO6rdAQvUnttPVCNM/Bo51LdNldm 0acsPiEutfCNevDRqvHscQXiq2rkV5zgsepP87/GAV713kdS9vL68UNETdklCumuShGe+s miIEwXaNw+tNyKi4onUAqcO7Bg5SSSo= Received: from mail-ua1-f69.google.com (mail-ua1-f69.google.com [209.85.222.69]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-241-ilXYncL8MJOb3M60883aLA-1; Fri, 20 Nov 2020 11:34:46 -0500 X-MC-Unique: ilXYncL8MJOb3M60883aLA-1 Received: by mail-ua1-f69.google.com with SMTP id 36so2909565uaw.18 for ; Fri, 20 Nov 2020 08:34:46 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=k14z8+mb2Y5F4jqRUjAVGS2hm8eLUo1eU5xqT7eOdyE=; b=dM/TIG8NYdDbAtZ6PBsL7xH5iMmBircRdeb9NWWj9u4PqWMnR1ArVepS3BdQsxrJcy RohjZbNqoZDNlRocnLv7e9jTWorWi1Skc/Jd7fJVt6B8mlqDNDiHOosWQvU3y+PmvLcK dLtvOlfo91W7pxmCcRRgX2tOPaCf0d62iXAjH8fuPnfNQjznUwJVZlRRaN85f55HJlS7 fv8u9Kvakn4AC3zcjrM6w9yuzsbrYGYqPlBKPs3LVtv2rxQSoTj0Tyh+plGLg+Uwuu6e jXNhtCpD+BV/50jBs24i6RNMv0OKRpJ+GXbI62ahyQq4Q+tBmihQdx3PBFNOMVqrqVd2 bhYw== X-Gm-Message-State: AOAM530QhhcVQx2f8i5ojqKLLIy2Ue9jBtKtQWSIsyxG1TIpLIIbvQpk /sKMfGhRWhNqyGJMda7WQypq35ZTcG7SncnfaPFDhPk9ctGOWlvwsg4rKihWV+sgwhpR/WuaED9 VCLtPsAkPcoC/vvWTUgA= X-Received: by 2002:a1f:9004:: with SMTP id s4mr13971205vkd.22.1605890086440; Fri, 20 Nov 2020 08:34:46 -0800 (PST) X-Google-Smtp-Source: ABdhPJwvYyU95B9D7bJyqq42g776EZBlEUB3dy4zdWQ5m8fNBxOIcrUmDvRUX3NF6mOfnDA9F+tbTGMAIXfblAsOA7g= X-Received: by 2002:a1f:9004:: with SMTP id s4mr13971154vkd.22.1605890086097; Fri, 20 Nov 2020 08:34:46 -0800 (PST) MIME-Version: 1.0 References: <20201116022347.26136-1-stephen@networkplumber.org> <20201116093337.46503-1-bruce.richardson@intel.com> In-Reply-To: <20201116093337.46503-1-bruce.richardson@intel.com> From: David Marchand Date: Fri, 20 Nov 2020 17:34:35 +0100 Message-ID: To: Bruce Richardson Cc: dev , Stephen Hemminger Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=dmarchan@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH v2] examples/multi_process: fix missing SPDX headers X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Mon, Nov 16, 2020 at 10:36 AM Bruce Richardson wrote: > > The makefiles for some of the multi_process example files were missing > SPDX license headers, so add them. These Makefiles completely replaced > the older makefiles and were written from scratch, not based on previous > versions, so add a new copyright year on them. > > Fixes: 13abe17c3cd4 ("examples/multi_process: convert to pkg-config-based build") > > Suggested-by: Stephen Hemminger > Signed-off-by: Bruce Richardson Applied, thanks. -- David Marchand