|
@@ -1,3 +1,4 @@
|
|
|
|
|
+// SPDX-License-Identifier: GPL-2.0
|
|
|
/*
|
|
/*
|
|
|
* fs/sysfs/group.c - Operations for adding/removing multiple files at once.
|
|
* fs/sysfs/group.c - Operations for adding/removing multiple files at once.
|
|
|
*
|
|
*
|
|
@@ -5,9 +6,6 @@
|
|
|
* Copyright (c) 2003 Open Source Development Lab
|
|
* Copyright (c) 2003 Open Source Development Lab
|
|
|
* Copyright (c) 2013 Greg Kroah-Hartman
|
|
* Copyright (c) 2013 Greg Kroah-Hartman
|
|
|
* Copyright (c) 2013 The Linux Foundation
|
|
* Copyright (c) 2013 The Linux Foundation
|
|
|
- *
|
|
|
|
|
- * This file is released undert the GPL v2.
|
|
|
|
|
- *
|
|
|
|
|
*/
|
|
*/
|
|
|
|
|
|
|
|
#include <linux/kobject.h>
|
|
#include <linux/kobject.h>
|