From b1329b31f7dc3cbc7e1c69772d8d69dbdfa61af4 Mon Sep 17 00:00:00 2001 From: Brooks Davis Date: Thu, 7 Mar 2019 22:20:20 +0000 Subject: [PATCH] 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. --- sys/gnu/gcov/gcc_4_7.c | 2 +- sys/gnu/gcov/gcov_fs.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/gnu/gcov/gcc_4_7.c b/sys/gnu/gcov/gcc_4_7.c index e420b7b9be4e..fa23d5615870 100644 --- a/sys/gnu/gcov/gcc_4_7.c +++ b/sys/gnu/gcov/gcc_4_7.c @@ -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 diff --git a/sys/gnu/gcov/gcov_fs.c b/sys/gnu/gcov/gcov_fs.c index 7868e00ebaf9..30dee2415f4d 100644 --- a/sys/gnu/gcov/gcov_fs.c +++ b/sys/gnu/gcov/gcov_fs.c @@ -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