From patchwork Tue Aug 1 16:53:48 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adrien Mazarguil X-Patchwork-Id: 27313 Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [IPv6:::1]) by dpdk.org (Postfix) with ESMTP id D8BC79A16; Tue, 1 Aug 2017 18:54:54 +0200 (CEST) Received: from mail-wm0-f51.google.com (mail-wm0-f51.google.com [74.125.82.51]) by dpdk.org (Postfix) with ESMTP id EB906915F for ; Tue, 1 Aug 2017 18:54:51 +0200 (CEST) Received: by mail-wm0-f51.google.com with SMTP id m85so20302145wma.1 for ; Tue, 01 Aug 2017 09:54:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:subject:date:message-id:in-reply-to:references; bh=g78oNlj2Htud0VE9BKskCrkqCAlDqclhOmUzjTt0NaE=; b=w5EGTzyx5QRSZlTZJnYnRaGIeewYXpxZP/L/jA9gthYINaahc7XsomemWsX+NBeyWL YM/3UEfNNkEf83C1CVPx6niEMSRX/r4GmeZFMwrZUseLSrLgc1l9kws5FnWV3C+FP71X V3Fpg/B5Hu/0EYgRj57+8r+3QK4g88qmlr4uSr7wn58Yn0nOkN+Uai2G+U6SXirLFkV0 ZtnPhuqEbPXii3ItHAR8kWA8MqDnlRf40paVSKtKKXAgsNR5ntCNmdHkMWrGvwNYqnbt 92ivFy9WyCgaHsgJmOkBpFw6u9/2dV016K/rrKtGdX67GtANuoaCrkRrxJB8Pzdiwzcj wsxg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references; bh=g78oNlj2Htud0VE9BKskCrkqCAlDqclhOmUzjTt0NaE=; b=pGTJEKCNfWtoYWOGk152QnT08YvmIjEuEtvZ+zUx392jIAAAMdU9NTvC58af/H3ux7 85FVgBnN2CDjnB2W8pKYxzy7gntrZYEJBBnXUNFWUoNJVFQRzz7xW5UiGuwXOb0N9A9g uMH6eQvVjxGdX9O4pAKhx3SU5Ci0gkG9eHgswn8PCNVsLeZqU0gyEAkZAw5HHDWBZzli 2fzKIbIf3Z+9c2AL6Mo5XkEj72cY/ybRlwVYJb/TuPmzaYoHxZrIzTYmWU08XRVFnaDm XUAV+5OLuAt4Ia0658MG7YWmUo+zjeS3uNEspYjqZUOSZ6GVzkeFIHzh6g3WwZVKcJm5 MW6Q== X-Gm-Message-State: AIVw110u33YuDt0nmceD4sPLol6xIFULF9MB7LXueLZkYedNVx+4Q3U7 ebDrHp8P0TpgWpxvwi4= X-Received: by 10.28.213.75 with SMTP id m72mr1855213wmg.41.1501606491128; Tue, 01 Aug 2017 09:54:51 -0700 (PDT) Received: from 6wind.com (host.78.145.23.62.rev.coltfrance.com. [62.23.145.78]) by smtp.gmail.com with ESMTPSA id v65sm1534557wmf.10.2017.08.01.09.54.49 for (version=TLS1_2 cipher=AES128-SHA bits=128/128); Tue, 01 Aug 2017 09:54:50 -0700 (PDT) From: Adrien Mazarguil To: dev@dpdk.org Date: Tue, 1 Aug 2017 18:53:48 +0200 Message-Id: X-Mailer: git-send-email 2.1.4 In-Reply-To: References: Subject: [dpdk-dev] [PATCH v1 01/48] net/mlx4: add consistency to copyright notices 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" Copyright lasts long enough not to require notices to be updated yearly. The current approach of updating them occasionally while working on unrelated tasks should be deprecated in favor of dedicated commits updating all files at once when necessary. Standardize on a single year per copyright owner. Signed-off-by: Adrien Mazarguil --- doc/guides/nics/mlx4.rst | 2 +- drivers/net/mlx4/Makefile | 4 ++-- drivers/net/mlx4/mlx4.c | 4 ++-- drivers/net/mlx4/mlx4.h | 4 ++-- drivers/net/mlx4/mlx4_flow.c | 2 +- drivers/net/mlx4/mlx4_flow.h | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/doc/guides/nics/mlx4.rst b/doc/guides/nics/mlx4.rst index d5bf2b3..4c8c299 100644 --- a/doc/guides/nics/mlx4.rst +++ b/doc/guides/nics/mlx4.rst @@ -1,5 +1,5 @@ .. BSD LICENSE - Copyright 2012-2015 6WIND S.A. + Copyright 2012 6WIND S.A. Copyright 2015 Mellanox Redistribution and use in source and binary forms, with or without diff --git a/drivers/net/mlx4/Makefile b/drivers/net/mlx4/Makefile index 755c8a4..ce4b244 100644 --- a/drivers/net/mlx4/Makefile +++ b/drivers/net/mlx4/Makefile @@ -1,7 +1,7 @@ # BSD LICENSE # -# Copyright 2012-2015 6WIND S.A. -# Copyright 2012 Mellanox. +# Copyright 2012 6WIND S.A. +# Copyright 2012 Mellanox # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions diff --git a/drivers/net/mlx4/mlx4.c b/drivers/net/mlx4/mlx4.c index 055de49..b5a7607 100644 --- a/drivers/net/mlx4/mlx4.c +++ b/drivers/net/mlx4/mlx4.c @@ -1,8 +1,8 @@ /*- * BSD LICENSE * - * Copyright 2012-2017 6WIND S.A. - * Copyright 2012-2017 Mellanox. + * Copyright 2012 6WIND S.A. + * Copyright 2012 Mellanox * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/drivers/net/mlx4/mlx4.h b/drivers/net/mlx4/mlx4.h index a2e0ae7..6421c91 100644 --- a/drivers/net/mlx4/mlx4.h +++ b/drivers/net/mlx4/mlx4.h @@ -1,8 +1,8 @@ /*- * BSD LICENSE * - * Copyright 2012-2017 6WIND S.A. - * Copyright 2012-2017 Mellanox. + * Copyright 2012 6WIND S.A. + * Copyright 2012 Mellanox * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/drivers/net/mlx4/mlx4_flow.c b/drivers/net/mlx4/mlx4_flow.c index 925c89c..ab37e7d 100644 --- a/drivers/net/mlx4/mlx4_flow.c +++ b/drivers/net/mlx4/mlx4_flow.c @@ -2,7 +2,7 @@ * BSD LICENSE * * Copyright 2017 6WIND S.A. - * Copyright 2017 Mellanox. + * Copyright 2017 Mellanox * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/drivers/net/mlx4/mlx4_flow.h b/drivers/net/mlx4/mlx4_flow.h index beabcf2..4654dc2 100644 --- a/drivers/net/mlx4/mlx4_flow.h +++ b/drivers/net/mlx4/mlx4_flow.h @@ -2,7 +2,7 @@ * BSD LICENSE * * Copyright 2017 6WIND S.A. - * Copyright 2017 Mellanox. + * Copyright 2017 Mellanox * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions