Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

misc: hpilo: Use SPDX-License-Identifier

SPDX-License-Identifier is used for the hpilo.

Signed-off-by: Dhaval Shah <dhaval.experiance@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Dhaval Shah and committed by
Greg Kroah-Hartman
92d5f4ca fb63de38

+2 -8
+1 -4
drivers/misc/hpilo.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Driver for the HP iLO management processor. 3 4 * 4 5 * Copyright (C) 2008 Hewlett-Packard Development Company, L.P. 5 6 * David Altobelli <david.altobelli@hpe.com> 6 - * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License version 2 as 9 - * published by the Free Software Foundation. 10 7 */ 11 8 #include <linux/kernel.h> 12 9 #include <linux/types.h>
+1 -4
drivers/misc/hpilo.h
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * linux/drivers/char/hpilo.h 3 4 * 4 5 * Copyright (C) 2008 Hewlett-Packard Development Company, L.P. 5 6 * David Altobelli <david.altobelli@hp.com> 6 - * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License version 2 as 9 - * published by the Free Software Foundation. 10 7 */ 11 8 #ifndef __HPILO_H 12 9 #define __HPILO_H