Skip to content

Commit

Permalink
USB: serial: keyspan_usa: add proper SPDX lines for .h files
Browse files Browse the repository at this point in the history
The keyspan_usa??msg.h files are under a BSD-3 style license, so
properly label them as such with a SPDX line at the top of the file.

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Johan Hovold <johan@kernel.org>
  • Loading branch information
Greg Kroah-Hartman authored and Johan Hovold committed Jan 18, 2019
1 parent 4dcf9dd commit 527c1e5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions drivers/usb/serial/keyspan_usa26msg.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* SPDX-License-Identifier: BSD-3-Clause */
/*
usa26msg.h
Expand Down
1 change: 1 addition & 0 deletions drivers/usb/serial/keyspan_usa28msg.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* SPDX-License-Identifier: BSD-3-Clause */
/*
usa28msg.h
Expand Down
1 change: 1 addition & 0 deletions drivers/usb/serial/keyspan_usa49msg.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* SPDX-License-Identifier: BSD-3-Clause */
/*
usa49msg.h
Expand Down
1 change: 1 addition & 0 deletions drivers/usb/serial/keyspan_usa67msg.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* SPDX-License-Identifier: BSD-3-Clause */
/*
usa67msg.h
Expand Down
1 change: 1 addition & 0 deletions drivers/usb/serial/keyspan_usa90msg.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* SPDX-License-Identifier: BSD-3-Clause */
/*
usa90msg.h
Expand Down

0 comments on commit 527c1e5

Please sign in to comment.