Replace GPL boilerplate with SPDX-License-Identifier tag in threadinfo.h. Signed-off-by: Eder Zulian <ezulian@xxxxxxxxxx> --- server/parser/threadinfo.h | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/server/parser/threadinfo.h b/server/parser/threadinfo.h index d007e9f..53c4e7d 100644 --- a/server/parser/threadinfo.h +++ b/server/parser/threadinfo.h @@ -1,14 +1,7 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) 2009 Red Hat Inc. * - * This application 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; version 2. - * - * This application 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. */ /** -- 2.39.3