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

Brooks Davis brooks at FreeBSD.org
Thu Mar 7 22:20:21 UTC 2019


Author: brooks
Date: Thu Mar  7 22:20:20 2019
New Revision: 344900
URL: https://svnweb.freebsd.org/changeset/base/344900

Log:
  Correct license boilerplate, to match the SPDX tag.
  
  The GPL-2.0 tag is a deprecated tag which means that same thing as
  GPL-2.0-only.

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 21:30:26 2019	(r344899)
+++ head/sys/gnu/gcov/gcc_4_7.c	Thu Mar  7 22:20:20 2019	(r344900)
@@ -2,7 +2,7 @@
 // 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.
+// of the License.
 //
 // This program is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of

Modified: head/sys/gnu/gcov/gcov_fs.c
==============================================================================
--- head/sys/gnu/gcov/gcov_fs.c	Thu Mar  7 21:30:26 2019	(r344899)
+++ head/sys/gnu/gcov/gcov_fs.c	Thu Mar  7 22:20:20 2019	(r344900)
@@ -2,7 +2,7 @@
 // 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.
+// of the License.
 //
 // This program is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of


More information about the svn-src-head mailing list