From patchwork Wed Oct 18 08:59:16 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tomasz Duszynski X-Patchwork-Id: 30508 X-Patchwork-Delegate: pablo.de.lara.guarch@intel.com Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 2FBE41B623; Wed, 18 Oct 2017 10:59:27 +0200 (CEST) Received: from mail-lf0-f46.google.com (mail-lf0-f46.google.com [209.85.215.46]) by dpdk.org (Postfix) with ESMTP id B15EE1B616 for ; Wed, 18 Oct 2017 10:59:25 +0200 (CEST) Received: by mail-lf0-f46.google.com with SMTP id r129so4954987lff.8 for ; Wed, 18 Oct 2017 01:59:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=semihalf-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id; bh=Ylg7G6n7kyef2rqjeX1yw4V/YKV67vt30fopZO/nLsI=; b=CZbp3+LUmohYmetl42HWg5ETP2FnThwMkvXlXBcxZDKaoLo7G5pPUtlfevsAH1Icte k2QLUByc+c+rd58SZuK3HFe9kzqB1R4SJuQPyEhzrzW4R0Nhb72wwb2WKOGqX+SI2H4S HOi49I8+p9jWL7rvs3FQgNJfz/hxeIlQZX7sQa5c97VS2y2nGOP7RTJ9nMk5zTsAsaft oi+FNQcGk1z/Z9GJk2hueClcrwvBjo3TNUeVNDzsC69MxnJd6V+AsFM83B02FOdAtuox Hefxs2/kToQwV8MkZH0CfKzKCSD7lWCRgx5J9oLQAQ5/lgAFnA+Sr79iDm5OOa6EudsF JzWw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=Ylg7G6n7kyef2rqjeX1yw4V/YKV67vt30fopZO/nLsI=; b=pvydDyeJdPSS1VKKony994uXLxoJTn5zYbTlKxe4Li+KaDJhhnQo/Vvbu9AJaeslQD xcNle9KbwRI4yx6kDRZyHvNQvc0uIV69X8slLiY+69KHZQnlwSi5BTJ8xdxFm4S/flOy QZ0h0ZAWu9d6pRy+i9YpDm435BUoq50LZ7+SHEbByVTGetk+4B84y1vuBP3TjXe2fUTq 4UnpVnzGkxXrlNBpwYz7QFCToG5+vAV+YgFcwB63hZQFIIZW52yQnqSX/ASCURe7AAT6 7zf3PHsonsaW+qFvOGKc+rqAzxMgPegHZr5vpji4UA5Lu8XmxKLAfz9lZGmoFEcR6ggE 7swg== X-Gm-Message-State: AMCzsaW1MMFx56pw8mNVssrnT3YYi73+/fQs43Ok9/2Gy7WQgZ7WpxlJ 9aiW+g2y205G/rf/MISf8yLPzwu6FQ8= X-Google-Smtp-Source: ABhQp+S3TPrZqmNg9pRFNVxnbsuPi5SHzlLsWo+1qHY0ZSk4TitB24Y3YiSHwl1Mv4r+FQEmQUq4Jw== X-Received: by 10.25.67.30 with SMTP id q30mr5011339lfa.118.1508317164891; Wed, 18 Oct 2017 01:59:24 -0700 (PDT) Received: from tdu.semihalf.local (31-172-191-173.noc.fibertech.net.pl. [31.172.191.173]) by smtp.gmail.com with ESMTPSA id v29sm2937233ljv.27.2017.10.18.01.59.23 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 18 Oct 2017 01:59:23 -0700 (PDT) From: Tomasz Duszynski To: dev@dpdk.org Cc: mw@semihalf.com, Tomasz Duszynski Date: Wed, 18 Oct 2017 10:59:16 +0200 Message-Id: <1508317156-6708-1-git-send-email-tdu@semihalf.com> X-Mailer: git-send-email 2.7.4 Subject: [dpdk-dev] [PATCH] crypto/mrvl: update copyright holders 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" Add Marvell International Ltd. to the copyright holders. Signed-off-by: Tomasz Duszynski --- doc/guides/cryptodevs/mrvl.rst | 5 +++-- drivers/crypto/mrvl/Makefile | 6 ++++-- drivers/crypto/mrvl/rte_mrvl_compat.h | 6 ++++-- drivers/crypto/mrvl/rte_mrvl_pmd.c | 6 ++++-- drivers/crypto/mrvl/rte_mrvl_pmd_ops.c | 6 ++++-- drivers/crypto/mrvl/rte_mrvl_pmd_private.h | 6 ++++-- 6 files changed, 23 insertions(+), 12 deletions(-) diff --git a/doc/guides/cryptodevs/mrvl.rst b/doc/guides/cryptodevs/mrvl.rst index 8c941f9..4e992fb 100644 --- a/doc/guides/cryptodevs/mrvl.rst +++ b/doc/guides/cryptodevs/mrvl.rst @@ -1,5 +1,6 @@ .. BSD LICENSE - Copyright(c) 2017 Semihalf. All rights reserved. + Copyright(c) 2017 Marvell International Ltd. + Copyright(c) 2017 Semihalf. All rights reserved. Redistribution and use in source and binary forms, with or without @@ -12,7 +13,7 @@ notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - * Neither the name of Semihalf nor the names of its + * Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. diff --git a/drivers/crypto/mrvl/Makefile b/drivers/crypto/mrvl/Makefile index a00a19e..abf4035 100644 --- a/drivers/crypto/mrvl/Makefile +++ b/drivers/crypto/mrvl/Makefile @@ -1,6 +1,8 @@ # BSD LICENSE # -# Copyright (C) Semihalf 2017. All rights reserved. +# Copyright(c) 2017 Marvell International Ltd. +# Copyright(c) 2017 Semihalf. +# All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions @@ -12,7 +14,7 @@ # notice, this list of conditions and the following disclaimer in # the documentation and/or other materials provided with the # distribution. -# * Neither the name of Semihalf nor the names of its +# * Neither the name of the copyright holder nor the names of its # contributors may be used to endorse or promote products derived # from this software without specific prior written permission. # diff --git a/drivers/crypto/mrvl/rte_mrvl_compat.h b/drivers/crypto/mrvl/rte_mrvl_compat.h index 11d53fc..c29fa10 100644 --- a/drivers/crypto/mrvl/rte_mrvl_compat.h +++ b/drivers/crypto/mrvl/rte_mrvl_compat.h @@ -1,7 +1,9 @@ /*- * BSD LICENSE * - * Copyright (C) Semihalf 2017. All rights reserved. + * Copyright(c) 2017 Marvell International Ltd. + * Copyright(c) 2017 Semihalf. + * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -13,7 +15,7 @@ * notice, this list of conditions and the following disclaimer in * the documentation and/or other materials provided with the * distribution. - * * Neither the name of Semihalf nor the names of its + * * Neither the name of the copyright holder nor the names of its * contributors may be used to endorse or promote products derived * from this software without specific prior written permission. * diff --git a/drivers/crypto/mrvl/rte_mrvl_pmd.c b/drivers/crypto/mrvl/rte_mrvl_pmd.c index 0c540fa..0fd464b 100644 --- a/drivers/crypto/mrvl/rte_mrvl_pmd.c +++ b/drivers/crypto/mrvl/rte_mrvl_pmd.c @@ -1,7 +1,9 @@ /*- * BSD LICENSE * - * Copyright (C) Semihalf 2017. All rights reserved. + * Copyright(c) 2017 Marvell International Ltd. + * Copyright(c) 2017 Semihalf. + * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -13,7 +15,7 @@ * notice, this list of conditions and the following disclaimer in * the documentation and/or other materials provided with the * distribution. - * * Neither the name of Semihalf nor the names of its + * * Neither the name of the copyright holder nor the names of its * contributors may be used to endorse or promote products derived * from this software without specific prior written permission. * diff --git a/drivers/crypto/mrvl/rte_mrvl_pmd_ops.c b/drivers/crypto/mrvl/rte_mrvl_pmd_ops.c index 495fec6..434cf85 100644 --- a/drivers/crypto/mrvl/rte_mrvl_pmd_ops.c +++ b/drivers/crypto/mrvl/rte_mrvl_pmd_ops.c @@ -1,7 +1,9 @@ /*- * BSD LICENSE * - * Copyright (C) Semihalf 2017. All rights reserved. + * Copyright(c) 2017 Marvell International Ltd. + * Copyright(c) 2017 Semihalf. + * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -13,7 +15,7 @@ * notice, this list of conditions and the following disclaimer in * the documentation and/or other materials provided with the * distribution. - * * Neither the name of Semihalf nor the names of its + * * Neither the name of the copyright holder nor the names of its * contributors may be used to endorse or promote products derived * from this software without specific prior written permission. * diff --git a/drivers/crypto/mrvl/rte_mrvl_pmd_private.h b/drivers/crypto/mrvl/rte_mrvl_pmd_private.h index 2da14b8..3af14bc 100644 --- a/drivers/crypto/mrvl/rte_mrvl_pmd_private.h +++ b/drivers/crypto/mrvl/rte_mrvl_pmd_private.h @@ -1,7 +1,9 @@ /*- * BSD LICENSE * - * Copyright (C) Semihalf 2017. All rights reserved. + * Copyright(c) 2017 Marvell International Ltd. + * Copyright(c) 2017 Semihalf. + * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -13,7 +15,7 @@ * notice, this list of conditions and the following disclaimer in * the documentation and/or other materials provided with the * distribution. - * * Neither the name of Semihalf nor the names of its + * * Neither the name of the copyright holder nor the names of its * contributors may be used to endorse or promote products derived * from this software without specific prior written permission. *