Skip to content

Commit 5367601

Browse files
committed
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" <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent e42617b commit 5367601

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

drivers/base/base.h

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11
/* SPDX-License-Identifier: GPL-2.0 */
2+
/*
3+
* Copyright (c) 2001-2003 Patrick Mochel <[email protected]>
4+
* Copyright (c) 2004-2009 Greg Kroah-Hartman <[email protected]>
5+
* Copyright (c) 2008-2012 Novell Inc.
6+
* Copyright (c) 2012-2019 Greg Kroah-Hartman <[email protected]>
7+
* Copyright (c) 2012-2019 Linux Foundation
8+
*
9+
* Core driver model functions and structures that should not be
10+
* shared outside of the drivers/base/ directory.
11+
*
12+
*/
213
#include <linux/notifier.h>
314

415
/**

0 commit comments

Comments
 (0)