projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e42617b
)
drivers/base: base.h: add proper copyright and header info
author
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Mon, 9 Dec 2019 19:32:58 +0000
(20:32 +0100)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Thu, 12 Dec 2019 10:33:39 +0000
(11:33 +0100)
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>
drivers/base/base.h
patch
|
blob
|
history
diff --git
a/drivers/base/base.h
b/drivers/base/base.h
index 0d32544b6f91668c1d3493c875498b4f8e609cb5..80598b3129402de114172476e17dab925c59f508 100644
(file)
--- a/
drivers/base/base.h
+++ b/
drivers/base/base.h
@@
-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>
/**