From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750938AbdLGFcC (ORCPT ); Thu, 7 Dec 2017 00:32:02 -0500 Received: from mail-pf0-f193.google.com ([209.85.192.193]:39848 "EHLO mail-pf0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750716AbdLGFcB (ORCPT ); Thu, 7 Dec 2017 00:32:01 -0500 X-Google-Smtp-Source: AGs4zMZF7grbwud5Rqr9m7pLXQ4weilH+KniJ5oCPHLzd9rZFr2a0SZSGD57dlWDQqwvS93tpRDzoA== From: Dhaval To: arnd@arndb.de, gregkh@linuxfoundation.org Cc: linux-kernel@vger.kernel.org, Dhaval Shah Subject: [PATCH] misc: hpilo: Use SPDX-License-Identifier Date: Thu, 7 Dec 2017 11:01:48 +0530 Message-Id: <20171207053148.9383-1-dhaval.experiance@gmail.com> X-Mailer: git-send-email 2.11.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Dhaval Shah SPDX-License-Identifier is used for the hpilo. Signed-off-by: Dhaval Shah --- drivers/misc/hpilo.c | 5 +---- drivers/misc/hpilo.h | 5 +---- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/drivers/misc/hpilo.c b/drivers/misc/hpilo.c index 097e3092c158..cfdf0524b12e 100644 --- a/drivers/misc/hpilo.c +++ b/drivers/misc/hpilo.c @@ -1,12 +1,9 @@ +// SPDX-License-Identifier: GPL-2.0 /* * Driver for the HP iLO management processor. * * Copyright (C) 2008 Hewlett-Packard Development Company, L.P. * David Altobelli - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 as - * published by the Free Software Foundation. */ #include #include diff --git a/drivers/misc/hpilo.h b/drivers/misc/hpilo.h index b97672e0cf90..94dfb9e40e29 100644 --- a/drivers/misc/hpilo.h +++ b/drivers/misc/hpilo.h @@ -1,12 +1,9 @@ +// SPDX-License-Identifier: GPL-2.0 /* * linux/drivers/char/hpilo.h * * Copyright (C) 2008 Hewlett-Packard Development Company, L.P. * David Altobelli - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 as - * published by the Free Software Foundation. */ #ifndef __HPILO_H #define __HPILO_H -- 2.11.0