提交 989d42e8 编写于 作者: G Greg Kroah-Hartman

driver core: add SPDX identifiers to all driver core files

It's good to have SPDX identifiers in all files to make it easier to
audit the kernel tree for correct licenses.

Update the driver core files files with the correct SPDX license
identifier based on the license text in the file itself.  The SPDX
identifier is a legally binding shorthand, which can be used instead of
the full boiler plate text.

This work is based on a script and data from Thomas Gleixner, Philippe
Ombredanne, and Kate Stewart.

Cc: Johannes Berg <johannes@sipsolutions.net>
Cc: "Luis R. Rodriguez" <mcgrof@kernel.org>
Cc: William Breathitt Gray <vilhelm.gray@gmail.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Kate Stewart <kstewart@linuxfoundation.org>
Cc: Philippe Ombredanne <pombredanne@nexb.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 045c5f75
// SPDX-License-Identifier: GPL-2.0
/*
* attribute_container.c - implementation of a simple container for classes
*
......
// SPDX-License-Identifier: GPL-2.0
/*
* bus.c - bus driver management
*
......
// SPDX-License-Identifier: GPL-2.0
/*
* cacheinfo support - processor cache information via sysfs
*
......
// SPDX-License-Identifier: GPL-2.0
/*
* class.c - basic device class management
*
......
// SPDX-License-Identifier: GPL-2.0
/*
* Componentized device handling.
*
......
// SPDX-License-Identifier: GPL-2.0
/*
* System bus type for containers.
*
......
// SPDX-License-Identifier: GPL-2.0
/*
* drivers/base/core.c - core driver model code (device registration, etc)
*
......
// SPDX-License-Identifier: GPL-2.0
/*
* CPU subsystem support
*/
......
// SPDX-License-Identifier: GPL-2.0
/*
* drivers/base/dd.c - The core device/driver interactions.
*
......
// SPDX-License-Identifier: GPL-2.0
/*
* This file is provided under the GPLv2 license.
*
......
// SPDX-License-Identifier: GPL-2.0
/*
* drivers/base/devres.c - device resource management
*
......
// SPDX-License-Identifier: GPL-2.0+
/*
* Contiguous Memory Allocator for DMA mapping framework
* Copyright (c) 2010-2011 by Samsung Electronics.
......
// SPDX-License-Identifier: GPL-2.0
/*
* drivers/base/dma-mapping.c - arch-independent dma-mapping routines
*
......
// SPDX-License-Identifier: GPL-2.0
/*
* driver.c - centralized device driver management
*
......
// SPDX-License-Identifier: GPL-2.0
/*
* firmware.c - firmware subsystem hoohaw.
*
......
// SPDX-License-Identifier: GPL-2.0
/*
* firmware_class.c - Multi purpose firmware loading support
*
......
// SPDX-License-Identifier: GPL-2.0
/*
* hypervisor.c - /sys/hypervisor subsystem.
*
......
// SPDX-License-Identifier: GPL-2.0
/*
* Copyright (c) 2002-3 Patrick Mochel
* Copyright (c) 2002-3 Open Source Development Labs
......
// SPDX-License-Identifier: GPL-2.0
/*
* ISA bus.
*/
......
// SPDX-License-Identifier: GPL-2.0
/*
* linux/drivers/base/map.c
*
......
// SPDX-License-Identifier: GPL-2.0
/*
* module.c - module sysfs fun for drivers
*
......
// SPDX-License-Identifier: GPL-2.0
/*
* Driver core interface to the pinctrl subsystem.
*
......
// SPDX-License-Identifier: GPL-2.0
/*
* MSI framework for platform devices
*
......
// SPDX-License-Identifier: GPL-2.0
/*
* platform.c - platform 'pseudo' bus for legacy devices
*
......
// SPDX-License-Identifier: GPL-2.0
/*
* property.c - Unified device property interface.
*
......
// SPDX-License-Identifier: GPL-2.0
/*
* Copyright (C) ST-Ericsson SA 2011
*
......
// SPDX-License-Identifier: GPL-2.0
/*
* syscore.c - Execution of system core operations.
*
......
// SPDX-License-Identifier: GPL-2.0
/*
* Copyright (C) 2014 Google, Inc.
*
......
// SPDX-License-Identifier: GPL-2.0+
/*
* driver/base/topology.c - Populate sysfs with cpu topology information
*
......
// SPDX-License-Identifier: GPL-2.0
/*
* transport_class.c - implementation of generic transport classes
* using attribute_containers
......
// SPDX-License-Identifier: GPL-2.0
/*
* device.h - generic, centralized driver model
*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册