Re: [Mesa-dev] [PATCH] ralloc: Omit detailed license information about talloc.

2014-05-13 Thread Jose Fonseca
- Original Message - > On 05/09/2014 02:55 AM, jfons...@vmware.com wrote: > > From: José Fonseca > > > > That information misleads source code auditing tools to think that > > ralloc itself is released under LGPL v3. > > > > Instead, simply state talloc is not licensed under a permissive

Re: [Mesa-dev] [PATCH] ralloc: Omit detailed license information about talloc.

2014-05-12 Thread Ian Romanick
On 05/09/2014 02:55 AM, jfons...@vmware.com wrote: > From: José Fonseca > > That information misleads source code auditing tools to think that > ralloc itself is released under LGPL v3. > > Instead, simply state talloc is not licensed under a permissive license. > --- > src/glsl/ralloc.h | 7 ++

Re: [Mesa-dev] [PATCH] ralloc: Omit detailed license information about talloc.

2014-05-09 Thread Jose Fonseca
- Original Message - > On 05/09/2014 12:48 PM, Jose Fonseca wrote: > > > > > > - Original Message - > >> On Fri, May 9, 2014 at 2:55 AM, wrote: > >>> From: José Fonseca > >>> > >>> That information misleads source code auditing tools to think that > >>> ralloc itself is relea

Re: [Mesa-dev] [PATCH] ralloc: Omit detailed license information about talloc.

2014-05-09 Thread Kenneth Graunke
On 05/09/2014 12:48 PM, Jose Fonseca wrote: > > > - Original Message - >> On Fri, May 9, 2014 at 2:55 AM, wrote: >>> From: José Fonseca >>> >>> That information misleads source code auditing tools to think that >>> ralloc itself is released under LGPL v3. >>> >>> Instead, simply state

Re: [Mesa-dev] [PATCH] ralloc: Omit detailed license information about talloc.

2014-05-09 Thread Jose Fonseca
- Original Message - > On Fri, May 9, 2014 at 2:55 AM, wrote: > > From: José Fonseca > > > > That information misleads source code auditing tools to think that > > ralloc itself is released under LGPL v3. > > > > Instead, simply state talloc is not licensed under a permissive license.

Re: [Mesa-dev] [PATCH] ralloc: Omit detailed license information about talloc.

2014-05-09 Thread Jordan Justen
On Fri, May 9, 2014 at 2:55 AM, wrote: > From: José Fonseca > > That information misleads source code auditing tools to think that > ralloc itself is released under LGPL v3. > > Instead, simply state talloc is not licensed under a permissive license. > --- > src/glsl/ralloc.h | 7 +++ > 1 f

Re: [Mesa-dev] [PATCH] ralloc: Omit detailed license information about talloc.

2014-05-09 Thread Kenneth Graunke
On 05/09/2014 02:55 AM, jfons...@vmware.com wrote: > From: José Fonseca > > That information misleads source code auditing tools to think that > ralloc itself is released under LGPL v3. > > Instead, simply state talloc is not licensed under a permissive license. > --- > src/glsl/ralloc.h | 7 ++

Re: [Mesa-dev] [PATCH] ralloc: Omit detailed license information about talloc.

2014-05-09 Thread Brian Paul
On 05/09/2014 03:55 AM, jfons...@vmware.com wrote: From: José Fonseca That information misleads source code auditing tools to think that ralloc itself is released under LGPL v3. Instead, simply state talloc is not licensed under a permissive license. --- src/glsl/ralloc.h | 7 +++ 1 fil

[Mesa-dev] [PATCH] ralloc: Omit detailed license information about talloc.

2014-05-09 Thread jfonseca
From: José Fonseca That information misleads source code auditing tools to think that ralloc itself is released under LGPL v3. Instead, simply state talloc is not licensed under a permissive license. --- src/glsl/ralloc.h | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git