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 <[email protected]>
>
> * 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