From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f172.google.com (mail-wi0-f172.google.com [209.85.212.172]) by dpdk.org (Postfix) with ESMTP id 3032DC9AC for ; Wed, 29 Apr 2015 19:43:54 +0200 (CEST) Received: by wief7 with SMTP id f7so45661614wie.0 for ; Wed, 29 Apr 2015 10:43:53 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=fL5Tr33Cyb73fmUA9vyVUO6zhoCVQj0H6aNi/ZUtDA4=; b=LOfTKkUcqbmFq8RlQLTwdIDwPm71sj/mk2j2HtNk8tuE1YfvG3d6FPSELJ7kUa3oRC +JCtFj3hi+UFp6CVAbdKv0r0mCnYk67tdHqxTEyYc3QQ0PAFsMfC4iiBNS5YELIVlXMu GCq4rJFjhWg2hKQ/x6wIXjBvPC/vgruw+ctGzTO2vqQuG9JUz5fzLKuN+gxzEWj+iUlF hOBGJhxliijqsu3vbHnt/KvO368XdDH9GnGlte7xPybZ6NJINVScjEVbY2GIpLVc5ktd lz8DG3oHQ1cWooSt86MDbpWVgiF8OdRFcxGeLnAM1MWrXSJ9DDrXokKbB3iZxSdnDHyA BTxA== X-Gm-Message-State: ALoCoQmvb5EqP1hf6FmwL3LXuuYSR/9DYnLZtWECpG36etaFK0wf3WAiJzAYCDfONW+q6UedsaO/ X-Received: by 10.194.89.70 with SMTP id bm6mr410879wjb.146.1430329432956; Wed, 29 Apr 2015 10:43:52 -0700 (PDT) Received: from xps13.localnet (159.21.90.92.rev.sfr.net. [92.90.21.159]) by mx.google.com with ESMTPSA id g11sm13483924wjr.25.2015.04.29.10.43.51 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 29 Apr 2015 10:43:52 -0700 (PDT) From: Thomas Monjalon To: Keith Wiles Date: Wed, 29 Apr 2015 19:17:32 +0200 Message-ID: <1600557.O1hggsUHN3@xps13> Organization: 6WIND User-Agent: KMail/4.14.7 (Linux/3.19.3-3-ARCH; KDE/4.14.7; x86_64; ; ) In-Reply-To: <1430321158-17805-1-git-send-email-keith.wiles@intel.com> References: <1430321158-17805-1-git-send-email-keith.wiles@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v4 1/2] Simplify the ifdefs in rte.app.mk. X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Apr 2015 17:43:54 -0000 2015-04-29 10:25, Keith Wiles: > -# Copyright(c) 2010-2014 Intel Corporation. All rights reserved. > -# Copyright(c) 2014 6WIND S.A. > +# Copyright(c) 2010-2015 Intel Corporation. All rights reserved. > +# Copyright(c) 2015 6WIND S.A. A correct update of copyright dates should be - 2014 + 2014-2015 Please do not send a new version only for this change. 4 versions of the same patch in 1 day should be enough :) Let's wait for more feedback on the idea of your patch, especially from the maintainer (Olivier).