ralloc: Omit detailed license information about talloc.
authorJosé Fonseca <jfonseca@vmware.com>
Fri, 9 May 2014 09:55:17 +0000 (10:55 +0100)
committerJosé Fonseca <jfonseca@vmware.com>
Tue, 13 May 2014 11:48:38 +0000 (12:48 +0100)
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.

v2: Use wording suggested by Kenneth.

Reviewed-by: Brian Paul <brianp@vmware.com>
Acked-by: Kenneth Graunke <kenneth@whitecape.org>
src/glsl/ralloc.h

index 4581a7a4e41e35c1dc904a8464c13f91f40ce068..1fe53573f0d00207650274950c2eb0fb23fb89fb 100644 (file)
  * Tridgell's talloc, but ralloc is an independent implementation
  * released under the MIT license and tuned for Mesa.
  *
- * The talloc implementation is available under the GNU Lesser
- * General Public License (GNU LGPL), version 3 or later. It is
- * more sophisticated than ralloc in that it includes reference
- * counting and debugging features. See: http://talloc.samba.org/
+ * talloc is more sophisticated than ralloc in that it includes reference
+ * counting and useful debugging features.  However, it is released under
+ * a non-permissive open source license.
  */
 
 #ifndef RALLOC_H