From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr0-f171.google.com (mail-wr0-f171.google.com [209.85.128.171]) by dpdk.org (Postfix) with ESMTP id DF22D7CC9 for ; Fri, 1 Sep 2017 10:07:25 +0200 (CEST) Received: by mail-wr0-f171.google.com with SMTP id k9so4415602wre.4 for ; Fri, 01 Sep 2017 01:07:25 -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=Qrm/QrOZerz5R3zWQN45NHeI6ZP9Mu1quhZ1/GwRumo=; b=mydw8HtMUcXub2vRcjW7X0jZxsMbgIuykhdOelPZZX0309WKLXuC0XWgfPBd2VrfpF a5J7RnxXPGoEDuigKcsHcn+2+3JixempT5efrkzczyHV6tahPijNcbJLadPU+0cojaGr blev/3cwh0W0Fy1Z3cOTDzwO2qezukTFzqWAuNXnP3FjvLxLepc2YdoVd6ODya1hWTwM T+KvlURiAz6deYiPl1kgbNEzcHtiRqC3j7KzM3kSRyJukYnbY7p27gHaibvtVAkAw2ZZ wz9yf5Dn2l0NOL+ifnDqyCk6XKOX5pYzep13h7fQ8/X80mNMRdWflo0ME2t8VXa6TJXf RBqA== 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=Qrm/QrOZerz5R3zWQN45NHeI6ZP9Mu1quhZ1/GwRumo=; b=eXuK5dfrEc0OWGymYwJWJ0Ch2VZM4YqrKmdcxy0ygj10tMbhoKFwCJmBzKjPGyMsl5 4NPQ/WJkdcRYr+62fZSeNxmHa3Rlj4nZxsIAnHRQuiDUHFL+lr3IYANIvzZFzRVfH4ig 1LPmfkoq326s6/A9wXqk38IkZOPXknZszaMoQS5LHyKUKeI+b84y5XfEKmPAOn5X1LIk phIV1su7Dxzjw817kXY0JlTRnMF9ua9QMT24uv1uVfVD3GPKaLh5heuD9lwK+TPpqIDU 2aqUw73HynRSAiKFJlZ8qhZXlCkVUT71ln/99mV+bfCsRX2g1cQrQ8P860wzxTqBpssV BBIg== X-Gm-Message-State: AHPjjUhGc1v0JHcAaVAx5CWE0qyoFU5AmBPfl/WAQExpQIDoFeLK3QZY tfrDmQleqzUh1pxmYFQ= X-Google-Smtp-Source: ADKCNb6bP2ISHKOD7eB753SkvCjcRaBQxBgKmatjOyf6JnUYvQmlsoRYzED/Lay8VZ6GMHIs7vQVtQ== X-Received: by 10.223.139.28 with SMTP id n28mr612532wra.32.1504253245318; Fri, 01 Sep 2017 01:07:25 -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 p23sm1812557wma.28.2017.09.01.01.07.24 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 01 Sep 2017 01:07:24 -0700 (PDT) From: Adrien Mazarguil To: dev@dpdk.org Date: Fri, 1 Sep 2017 10:06:16 +0200 Message-Id: <80b149d2dcaa56819a11a19c3938f7fdf0741c47.1504252977.git.adrien.mazarguil@6wind.com> X-Mailer: git-send-email 2.1.4 In-Reply-To: References: Subject: [dpdk-dev] [PATCH v2 01/51] 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: , X-List-Received-Date: Fri, 01 Sep 2017 08:07:26 -0000 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 f8885b2..388aaf3 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 c045bd7..b2ef128 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 c0ade4f..5fd1454 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 -- 2.1.4