From mboxrd@z Thu Jan 1 00:00:00 1970 From: Neil Horman Subject: Re: [PATCH v8 1/4] compat: Add infrastructure to support symbol versioning Date: Mon, 2 Feb 2015 12:30:05 -0500 Message-ID: <20150202173005.GD21700@hmsreliant.think-freely.org> References: <1419109299-9603-1-git-send-email-nhorman@tuxdriver.com> <1421941756-30948-1-git-send-email-nhorman@tuxdriver.com> <3696469.XkttM1YKAb@xps13> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev-VfR2kkLFssw@public.gmane.org To: Thomas Monjalon Return-path: Content-Disposition: inline In-Reply-To: <3696469.XkttM1YKAb@xps13> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" On Mon, Feb 02, 2015 at 05:41:48PM +0100, Thomas Monjalon wrote: > 2015-01-22 10:49, Neil Horman: > > Add initial pass header files to support symbol versioning. > > > > Signed-off-by: Neil Horman > [...] > > --- /dev/null > > +++ b/lib/librte_compat/Makefile > > @@ -0,0 +1,38 @@ > > +# BSD LICENSE > > +# > > +# Copyright(c) 2013 Neil Horman > [...] > > --- /dev/null > > +++ b/lib/librte_compat/rte_compat.h > > @@ -0,0 +1,117 @@ > > +/*- > > + * BSD LICENSE > > + * > > + * Copyright(c) 2010 Neil Horman . > > These years (2010, 2013) are weird. Your patchset is not so old ;) > > > + * * Neither the name of Intel Corporation nor the names of its > > Are you sure that's what you mean? > In general, we put the name of our company here. > The copyright was borrowed from the header file in another directory, I can update it if you like, though I'm not sure how relevant it is. As for the Intel language, I can certainly remove it. Neil > -- > Thomas >