svn commit: r344869 - head/sys/gnu/gcov

Brooks Davis brooks at freebsd.org
Thu Mar 7 16:54:16 UTC 2019


On Thu, Mar 07, 2019 at 03:53:48AM +0000, Matt Macy wrote:
> Author: mmacy
> Date: Thu Mar  7 03:53:48 2019
> New Revision: 344869
> URL: https://svnweb.freebsd.org/changeset/base/344869
> 
> Log:
>   add GPL text in addition to SPDX tags as requested by core
>   
>   MFC after:	1 week
> 
> Modified:
>   head/sys/gnu/gcov/gcc_4_7.c
>   head/sys/gnu/gcov/gcov_fs.c
> 
> Modified: head/sys/gnu/gcov/gcc_4_7.c
> ==============================================================================
> --- head/sys/gnu/gcov/gcc_4_7.c	Thu Mar  7 03:50:34 2019	(r344868)
> +++ head/sys/gnu/gcov/gcc_4_7.c	Thu Mar  7 03:53:48 2019	(r344869)
> @@ -1,4 +1,18 @@
>  // SPDX-License-Identifier: GPL-2.0
> +// This program is free software; you can redistribute it and/or
> +// modify it under the terms of the GNU General Public License
> +// as published by the Free Software Foundation; either version 2
> +// of the License, or (at your option) any later version.

My apologies.  I provided the wrong text here (I forgot about this
feature of the default boilerplate) and this last line should be:

// of the License.

I'll commit a correction later today if you don't beat me to it.

Sorry for the error,
Brooks
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 455 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-src-all/attachments/20190307/934ae843/attachment.sig>


More information about the svn-src-all mailing list