From 07dc167432954e81d0d7ecae278cf4241c1dbd25 Mon Sep 17 00:00:00 2001 From: "Kelvin M. Klann" Date: Fri, 3 Dec 2021 17:48:20 -0300 Subject: profstats: Fix whitespace on license notice This amends commit ebe4c93f2 ("profstats cleanup", 2021-12-01) / #4730. This is the second paragraph verbatim of one of the GPL license notices recommended by GNU[1]: This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. On all but one (external) file (and on src/profstats/main.c), the notice uses the same spacing: $ git grep -I -F 'FITNESS FOR A PARTICULAR PURPOSE. See' | wc -l 156 $ git grep -I -F 'FITNESS FOR A PARTICULAR PURPOSE. See' m4/ax_check_compile_flag.m4:# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General src/profstats/main.c: * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the [1] https://www.gnu.org/licenses/gpl-howto.en.html --- src/profstats/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/profstats') diff --git a/src/profstats/main.c b/src/profstats/main.c index 9ddbb2633..a472ce259 100644 --- a/src/profstats/main.c +++ b/src/profstats/main.c @@ -10,7 +10,7 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along -- cgit v1.2.3-54-g00ecf