This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [committed] Fix up libgomp/hashtab.h license


On Tue, 1 Nov 2016, Jakub Jelinek wrote:
> libgomp is GPLv3 + runtime exception licensed, hashtab.h has been copied
> and adjusted from include/ similarly how splay-tree.c has been changed,
> the latter got the GPLv3 + runtime exception boiler plate, but not
> hashtab.h.
> 
> Fixed thusly, committed to trunk.  Shall I backport to release branches?
> 
> 2016-11-01  Jakub Jelinek  <jakub@redhat.com>
> 
> 	* hashtab.h: Use standard GPLv3 with runtime exception
> 	boilerplate.

Not sure how many people would seriously use libgomp with GCC 5,
so the backport to GCC 6 you did probably is sufficient.  

Just for the sake of consistency ("all active release branches"), 
GCC 5 might make sense, too?

Gerald


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]