Skip to content

Commit

Permalink
s390: cio: add SPDX identifiers to the remaining files
Browse files Browse the repository at this point in the history
It's good to have SPDX identifiers in all files to make it easier to
audit the kernel tree for correct licenses.

Update the drivers/s390/cio/ 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: Sebastian Ott <[email protected]>
Cc: Peter Oberparleiter <[email protected]>
Cc: Martin Schwidefsky <[email protected]>
Cc: Heiko Carstens <[email protected]>
Cc: Cornelia Huck <[email protected]>
Cc: Dong Jia Shi <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: Kate Stewart <[email protected]>
Cc: Philippe Ombredanne <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Signed-off-by: Heiko Carstens <[email protected]>
Signed-off-by: Martin Schwidefsky <[email protected]>
  • Loading branch information
gregkh authored and Martin Schwidefsky committed Nov 24, 2017
1 parent 812141a commit 724117b
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions drivers/s390/cio/ccwgroup.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
/*
* bus driver for ccwgroup
*
Expand Down
1 change: 1 addition & 0 deletions drivers/s390/cio/chp.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
/*
* Copyright IBM Corp. 1999, 2010
* Author(s): Cornelia Huck ([email protected])
Expand Down
1 change: 1 addition & 0 deletions drivers/s390/cio/chsc.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
/*
* S/390 common I/O routines -- channel subsystem call
*
Expand Down
1 change: 1 addition & 0 deletions drivers/s390/cio/chsc_sch.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
/*
* Driver for s390 chsc subchannels
*
Expand Down
1 change: 1 addition & 0 deletions drivers/s390/cio/cio.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
/*
* S/390 common I/O routines -- low level i/o calls
*
Expand Down
1 change: 1 addition & 0 deletions drivers/s390/cio/cmf.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0+
/*
* Linux on zSeries Channel Measurement Facility support
*
Expand Down
1 change: 1 addition & 0 deletions drivers/s390/cio/css.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
/*
* driver for channel subsystem
*
Expand Down
1 change: 1 addition & 0 deletions drivers/s390/cio/device.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-1.0+
/*
* bus driver for ccw devices
*
Expand Down
1 change: 1 addition & 0 deletions drivers/s390/cio/device_fsm.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
/*
* finite state machine for device handling
*
Expand Down
1 change: 1 addition & 0 deletions drivers/s390/cio/device_ops.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-1.0+
/*
* Copyright IBM Corp. 2002, 2009
*
Expand Down
1 change: 1 addition & 0 deletions drivers/s390/cio/eadm_sch.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
/*
* Driver for s390 eadm subchannels
*
Expand Down
1 change: 1 addition & 0 deletions drivers/s390/cio/isc.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
/*
* Functions for registration of I/O interruption subclasses on s390.
*
Expand Down
1 change: 1 addition & 0 deletions drivers/s390/cio/qdio_main.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
/*
* Linux for s390 qdio support, buffer handling, qdio API and module support.
*
Expand Down
1 change: 1 addition & 0 deletions drivers/s390/cio/qdio_setup.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
/*
* qdio queue initialization
*
Expand Down
1 change: 1 addition & 0 deletions drivers/s390/cio/scm.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
/*
* Recognize and maintain s390 storage class memory.
*
Expand Down
1 change: 1 addition & 0 deletions drivers/s390/cio/vfio_ccw_drv.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
/*
* VFIO based Physical Subchannel device driver
*
Expand Down

0 comments on commit 724117b

Please sign in to comment.