mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-20 13:57:40 +07:00
drivers/base: base.h: add proper copyright and header info
base.h didn't have any copyright information in it, so update it with the correct information. Cc: "Rafael J. Wysocki" <rafael@kernel.org> Link: https://lore.kernel.org/r/20191209193303.1694546-2-gregkh@linuxfoundation.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
e42617b825
commit
5367601b52
@ -1,4 +1,15 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0 */
|
||||
/*
|
||||
* Copyright (c) 2001-2003 Patrick Mochel <mochel@osdl.org>
|
||||
* Copyright (c) 2004-2009 Greg Kroah-Hartman <gregkh@suse.de>
|
||||
* Copyright (c) 2008-2012 Novell Inc.
|
||||
* Copyright (c) 2012-2019 Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
||||
* Copyright (c) 2012-2019 Linux Foundation
|
||||
*
|
||||
* Core driver model functions and structures that should not be
|
||||
* shared outside of the drivers/base/ directory.
|
||||
*
|
||||
*/
|
||||
#include <linux/notifier.h>
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user