Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Staging: rts5208: Add SPDX license tags

Add SPDX license tags to remove checkpatch SPDX warnings.

Signed-off-by: Kim Bradley <kim.jamie.bradley@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Kim Bradley and committed by
Greg Kroah-Hartman
bb1e6779 dda4eaa8

+61 -304
+3 -14
drivers/staging/rts5208/general.c
··· 1 - /* Driver for Realtek PCI-Express card reader 1 + // SPDX-License-Identifier: GPL-2.0+ 2 + /* 3 + * Driver for Realtek PCI-Express card reader 2 4 * 3 5 * Copyright(c) 2009-2013 Realtek Semiconductor Corp. All rights reserved. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms of the GNU General Public License as published by the 7 - * Free Software Foundation; either version 2, or (at your option) any 8 - * later version. 9 - * 10 - * This program is distributed in the hope that it will be useful, but 11 - * WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 13 - * General Public License for more details. 14 - * 15 - * You should have received a copy of the GNU General Public License along 16 - * with this program; if not, see <http://www.gnu.org/licenses/>. 17 6 * 18 7 * Author: 19 8 * Wei WANG (wei_wang@realsil.com.cn)
+3 -15
drivers/staging/rts5208/general.h
··· 1 - /* Driver for Realtek PCI-Express card reader 2 - * Header file 1 + /* SPDX-License-Identifier: GPL-2.0+ */ 2 + /* 3 + * Driver for Realtek PCI-Express card reader 3 4 * 4 5 * Copyright(c) 2009-2013 Realtek Semiconductor Corp. All rights reserved. 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms of the GNU General Public License as published by the 8 - * Free Software Foundation; either version 2, or (at your option) any 9 - * later version. 10 - * 11 - * This program is distributed in the hope that it will be useful, but 12 - * WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 14 - * General Public License for more details. 15 - * 16 - * You should have received a copy of the GNU General Public License along 17 - * with this program; if not, see <http://www.gnu.org/licenses/>. 18 6 * 19 7 * Author: 20 8 * Wei WANG (wei_wang@realsil.com.cn)
+3 -14
drivers/staging/rts5208/ms.c
··· 1 - /* Driver for Realtek PCI-Express card reader 1 + // SPDX-License-Identifier: GPL-2.0+ 2 + /* 3 + * Driver for Realtek PCI-Express card reader 2 4 * 3 5 * Copyright(c) 2009-2013 Realtek Semiconductor Corp. All rights reserved. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms of the GNU General Public License as published by the 7 - * Free Software Foundation; either version 2, or (at your option) any 8 - * later version. 9 - * 10 - * This program is distributed in the hope that it will be useful, but 11 - * WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 13 - * General Public License for more details. 14 - * 15 - * You should have received a copy of the GNU General Public License along 16 - * with this program; if not, see <http://www.gnu.org/licenses/>. 17 6 * 18 7 * Author: 19 8 * Wei WANG (wei_wang@realsil.com.cn)
+3 -15
drivers/staging/rts5208/ms.h
··· 1 - /* Driver for Realtek PCI-Express card reader 2 - * Header file 1 + /* SPDX-License-Identifier: GPL-2.0+ */ 2 + /* 3 + * Driver for Realtek PCI-Express card reader 3 4 * 4 5 * Copyright(c) 2009-2013 Realtek Semiconductor Corp. All rights reserved. 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms of the GNU General Public License as published by the 8 - * Free Software Foundation; either version 2, or (at your option) any 9 - * later version. 10 - * 11 - * This program is distributed in the hope that it will be useful, but 12 - * WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 14 - * General Public License for more details. 15 - * 16 - * You should have received a copy of the GNU General Public License along 17 - * with this program; if not, see <http://www.gnu.org/licenses/>. 18 6 * 19 7 * Author: 20 8 * Wei WANG (wei_wang@realsil.com.cn)
+3 -14
drivers/staging/rts5208/rtsx.c
··· 1 - /* Driver for Realtek PCI-Express card reader 1 + // SPDX-License-Identifier: GPL-2.0+ 2 + /* 3 + * Driver for Realtek PCI-Express card reader 2 4 * 3 5 * Copyright(c) 2009-2013 Realtek Semiconductor Corp. All rights reserved. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms of the GNU General Public License as published by the 7 - * Free Software Foundation; either version 2, or (at your option) any 8 - * later version. 9 - * 10 - * This program is distributed in the hope that it will be useful, but 11 - * WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 13 - * General Public License for more details. 14 - * 15 - * You should have received a copy of the GNU General Public License along 16 - * with this program; if not, see <http://www.gnu.org/licenses/>. 17 6 * 18 7 * Author: 19 8 * Wei WANG (wei_wang@realsil.com.cn)
+3 -15
drivers/staging/rts5208/rtsx.h
··· 1 - /* Driver for Realtek PCI-Express card reader 2 - * Header file 1 + /* SPDX-License-Identifier: GPL-2.0+ */ 2 + /* 3 + * Driver for Realtek PCI-Express card reader 3 4 * 4 5 * Copyright(c) 2009-2013 Realtek Semiconductor Corp. All rights reserved. 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms of the GNU General Public License as published by the 8 - * Free Software Foundation; either version 2, or (at your option) any 9 - * later version. 10 - * 11 - * This program is distributed in the hope that it will be useful, but 12 - * WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 14 - * General Public License for more details. 15 - * 16 - * You should have received a copy of the GNU General Public License along 17 - * with this program; if not, see <http://www.gnu.org/licenses/>. 18 6 * 19 7 * Author: 20 8 * Wei WANG (wei_wang@realsil.com.cn)
+3 -14
drivers/staging/rts5208/rtsx_card.c
··· 1 - /* Driver for Realtek PCI-Express card reader 1 + // SPDX-License-Identifier: GPL-2.0+ 2 + /* 3 + * Driver for Realtek PCI-Express card reader 2 4 * 3 5 * Copyright(c) 2009-2013 Realtek Semiconductor Corp. All rights reserved. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms of the GNU General Public License as published by the 7 - * Free Software Foundation; either version 2, or (at your option) any 8 - * later version. 9 - * 10 - * This program is distributed in the hope that it will be useful, but 11 - * WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 13 - * General Public License for more details. 14 - * 15 - * You should have received a copy of the GNU General Public License along 16 - * with this program; if not, see <http://www.gnu.org/licenses/>. 17 6 * 18 7 * Author: 19 8 * Wei WANG (wei_wang@realsil.com.cn)
+3 -15
drivers/staging/rts5208/rtsx_card.h
··· 1 - /* Driver for Realtek PCI-Express card reader 2 - * Header file 1 + /* SPDX-License-Identifier: GPL-2.0+ */ 2 + /* 3 + * Driver for Realtek PCI-Express card reader 3 4 * 4 5 * Copyright(c) 2009-2013 Realtek Semiconductor Corp. All rights reserved. 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms of the GNU General Public License as published by the 8 - * Free Software Foundation; either version 2, or (at your option) any 9 - * later version. 10 - * 11 - * This program is distributed in the hope that it will be useful, but 12 - * WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 14 - * General Public License for more details. 15 - * 16 - * You should have received a copy of the GNU General Public License along 17 - * with this program; if not, see <http://www.gnu.org/licenses/>. 18 6 * 19 7 * Author: 20 8 * Wei WANG (wei_wang@realsil.com.cn)
+3 -14
drivers/staging/rts5208/rtsx_chip.c
··· 1 - /* Driver for Realtek PCI-Express card reader 1 + // SPDX-License-Identifier: GPL-2.0+ 2 + /* 3 + * Driver for Realtek PCI-Express card reader 2 4 * 3 5 * Copyright(c) 2009-2013 Realtek Semiconductor Corp. All rights reserved. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms of the GNU General Public License as published by the 7 - * Free Software Foundation; either version 2, or (at your option) any 8 - * later version. 9 - * 10 - * This program is distributed in the hope that it will be useful, but 11 - * WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 13 - * General Public License for more details. 14 - * 15 - * You should have received a copy of the GNU General Public License along 16 - * with this program; if not, see <http://www.gnu.org/licenses/>. 17 6 * 18 7 * Author: 19 8 * Wei WANG (wei_wang@realsil.com.cn)
+3 -15
drivers/staging/rts5208/rtsx_chip.h
··· 1 - /* Driver for Realtek PCI-Express card reader 2 - * Header file 1 + /* SPDX-License-Identifier: GPL-2.0+ */ 2 + /* 3 + * Driver for Realtek PCI-Express card reader 3 4 * 4 5 * Copyright(c) 2009-2013 Realtek Semiconductor Corp. All rights reserved. 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms of the GNU General Public License as published by the 8 - * Free Software Foundation; either version 2, or (at your option) any 9 - * later version. 10 - * 11 - * This program is distributed in the hope that it will be useful, but 12 - * WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 14 - * General Public License for more details. 15 - * 16 - * You should have received a copy of the GNU General Public License along 17 - * with this program; if not, see <http://www.gnu.org/licenses/>. 18 6 * 19 7 * Author: 20 8 * Wei WANG (wei_wang@realsil.com.cn)
+3 -14
drivers/staging/rts5208/rtsx_scsi.c
··· 1 - /* Driver for Realtek PCI-Express card reader 1 + // SPDX-License-Identifier: GPL-2.0+ 2 + /* 3 + * Driver for Realtek PCI-Express card reader 2 4 * 3 5 * Copyright(c) 2009-2013 Realtek Semiconductor Corp. All rights reserved. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms of the GNU General Public License as published by the 7 - * Free Software Foundation; either version 2, or (at your option) any 8 - * later version. 9 - * 10 - * This program is distributed in the hope that it will be useful, but 11 - * WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 13 - * General Public License for more details. 14 - * 15 - * You should have received a copy of the GNU General Public License along 16 - * with this program; if not, see <http://www.gnu.org/licenses/>. 17 6 * 18 7 * Author: 19 8 * Wei WANG (wei_wang@realsil.com.cn)
+3 -15
drivers/staging/rts5208/rtsx_scsi.h
··· 1 - /* Driver for Realtek PCI-Express card reader 2 - * Header file 1 + /* SPDX-License-Identifier: GPL-2.0+ */ 2 + /* 3 + * Driver for Realtek PCI-Express card reader 3 4 * 4 5 * Copyright(c) 2009-2013 Realtek Semiconductor Corp. All rights reserved. 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms of the GNU General Public License as published by the 8 - * Free Software Foundation; either version 2, or (at your option) any 9 - * later version. 10 - * 11 - * This program is distributed in the hope that it will be useful, but 12 - * WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 14 - * General Public License for more details. 15 - * 16 - * You should have received a copy of the GNU General Public License along 17 - * with this program; if not, see <http://www.gnu.org/licenses/>. 18 6 * 19 7 * Author: 20 8 * Wei WANG (wei_wang@realsil.com.cn)
+3 -15
drivers/staging/rts5208/rtsx_sys.h
··· 1 - /* Driver for Realtek PCI-Express card reader 2 - * Header file 1 + /* SPDX-License-Identifier: GPL-2.0+ */ 2 + /* 3 + * Driver for Realtek PCI-Express card reader 3 4 * 4 5 * Copyright(c) 2009-2013 Realtek Semiconductor Corp. All rights reserved. 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms of the GNU General Public License as published by the 8 - * Free Software Foundation; either version 2, or (at your option) any 9 - * later version. 10 - * 11 - * This program is distributed in the hope that it will be useful, but 12 - * WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 14 - * General Public License for more details. 15 - * 16 - * You should have received a copy of the GNU General Public License along 17 - * with this program; if not, see <http://www.gnu.org/licenses/>. 18 6 * 19 7 * Author: 20 8 * Wei WANG (wei_wang@realsil.com.cn)
+1 -13
drivers/staging/rts5208/rtsx_transport.c
··· 1 + // SPDX-License-Identifier: GPL-2.0+ 1 2 /* 2 3 * Driver for Realtek PCI-Express card reader 3 4 * 4 5 * Copyright(c) 2009-2013 Realtek Semiconductor Corp. All rights reserved. 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms of the GNU General Public License as published by the 8 - * Free Software Foundation; either version 2, or (at your option) any 9 - * later version. 10 - * 11 - * This program is distributed in the hope that it will be useful, but 12 - * WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 14 - * General Public License for more details. 15 - * 16 - * You should have received a copy of the GNU General Public License along 17 - * with this program; if not, see <http://www.gnu.org/licenses/>. 18 6 * 19 7 * Author: 20 8 * Wei WANG (wei_wang@realsil.com.cn)
+3 -15
drivers/staging/rts5208/rtsx_transport.h
··· 1 - /* Driver for Realtek PCI-Express card reader 2 - * Header file 1 + /* SPDX-License-Identifier: GPL-2.0+ */ 2 + /* 3 + * Driver for Realtek PCI-Express card reader 3 4 * 4 5 * Copyright(c) 2009-2013 Realtek Semiconductor Corp. All rights reserved. 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms of the GNU General Public License as published by the 8 - * Free Software Foundation; either version 2, or (at your option) any 9 - * later version. 10 - * 11 - * This program is distributed in the hope that it will be useful, but 12 - * WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 14 - * General Public License for more details. 15 - * 16 - * You should have received a copy of the GNU General Public License along 17 - * with this program; if not, see <http://www.gnu.org/licenses/>. 18 6 * 19 7 * Author: 20 8 * Wei WANG (wei_wang@realsil.com.cn)
+3 -14
drivers/staging/rts5208/sd.c
··· 1 - /* Driver for Realtek PCI-Express card reader 1 + // SPDX-License-Identifier: GPL-2.0+ 2 + /* 3 + * Driver for Realtek PCI-Express card reader 2 4 * 3 5 * Copyright(c) 2009-2013 Realtek Semiconductor Corp. All rights reserved. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms of the GNU General Public License as published by the 7 - * Free Software Foundation; either version 2, or (at your option) any 8 - * later version. 9 - * 10 - * This program is distributed in the hope that it will be useful, but 11 - * WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 13 - * General Public License for more details. 14 - * 15 - * You should have received a copy of the GNU General Public License along 16 - * with this program; if not, see <http://www.gnu.org/licenses/>. 17 6 * 18 7 * Author: 19 8 * Wei WANG (wei_wang@realsil.com.cn)
+3 -15
drivers/staging/rts5208/sd.h
··· 1 - /* Driver for Realtek PCI-Express card reader 2 - * Header file 1 + /* SPDX-License-Identifier: GPL-2.0+ */ 2 + /* 3 + * Driver for Realtek PCI-Express card reader 3 4 * 4 5 * Copyright(c) 2009-2013 Realtek Semiconductor Corp. All rights reserved. 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms of the GNU General Public License as published by the 8 - * Free Software Foundation; either version 2, or (at your option) any 9 - * later version. 10 - * 11 - * This program is distributed in the hope that it will be useful, but 12 - * WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 14 - * General Public License for more details. 15 - * 16 - * You should have received a copy of the GNU General Public License along 17 - * with this program; if not, see <http://www.gnu.org/licenses/>. 18 6 * 19 7 * Author: 20 8 * Wei WANG (wei_wang@realsil.com.cn)
+3 -14
drivers/staging/rts5208/spi.c
··· 1 - /* Driver for Realtek PCI-Express card reader 1 + // SPDX-License-Identifier: GPL-2.0+ 2 + /* 3 + * Driver for Realtek PCI-Express card reader 2 4 * 3 5 * Copyright(c) 2009-2013 Realtek Semiconductor Corp. All rights reserved. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms of the GNU General Public License as published by the 7 - * Free Software Foundation; either version 2, or (at your option) any 8 - * later version. 9 - * 10 - * This program is distributed in the hope that it will be useful, but 11 - * WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 13 - * General Public License for more details. 14 - * 15 - * You should have received a copy of the GNU General Public License along 16 - * with this program; if not, see <http://www.gnu.org/licenses/>. 17 6 * 18 7 * Author: 19 8 * Wei WANG (wei_wang@realsil.com.cn)
+3 -15
drivers/staging/rts5208/spi.h
··· 1 - /* Driver for Realtek PCI-Express card reader 2 - * Header file 1 + /* SPDX-License-Identifier: GPL-2.0+ */ 2 + /* 3 + * Driver for Realtek PCI-Express card reader 3 4 * 4 5 * Copyright(c) 2009-2013 Realtek Semiconductor Corp. All rights reserved. 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms of the GNU General Public License as published by the 8 - * Free Software Foundation; either version 2, or (at your option) any 9 - * later version. 10 - * 11 - * This program is distributed in the hope that it will be useful, but 12 - * WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 14 - * General Public License for more details. 15 - * 16 - * You should have received a copy of the GNU General Public License along 17 - * with this program; if not, see <http://www.gnu.org/licenses/>. 18 6 * 19 7 * Author: 20 8 * Wei WANG (wei_wang@realsil.com.cn)
+3 -14
drivers/staging/rts5208/xd.c
··· 1 - /* Driver for Realtek PCI-Express card reader 1 + // SPDX-License-Identifier: GPL-2.0+ 2 + /* 3 + * Driver for Realtek PCI-Express card reader 2 4 * 3 5 * Copyright(c) 2009-2013 Realtek Semiconductor Corp. All rights reserved. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms of the GNU General Public License as published by the 7 - * Free Software Foundation; either version 2, or (at your option) any 8 - * later version. 9 - * 10 - * This program is distributed in the hope that it will be useful, but 11 - * WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 13 - * General Public License for more details. 14 - * 15 - * You should have received a copy of the GNU General Public License along 16 - * with this program; if not, see <http://www.gnu.org/licenses/>. 17 6 * 18 7 * Author: 19 8 * Wei WANG (wei_wang@realsil.com.cn)
+3 -15
drivers/staging/rts5208/xd.h
··· 1 - /* Driver for Realtek PCI-Express card reader 2 - * Header file 1 + /* SPDX-License-Identifier: GPL-2.0+ */ 2 + /* 3 + * Driver for Realtek PCI-Express card reader 3 4 * 4 5 * Copyright(c) 2009-2013 Realtek Semiconductor Corp. All rights reserved. 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms of the GNU General Public License as published by the 8 - * Free Software Foundation; either version 2, or (at your option) any 9 - * later version. 10 - * 11 - * This program is distributed in the hope that it will be useful, but 12 - * WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 14 - * General Public License for more details. 15 - * 16 - * You should have received a copy of the GNU General Public License along 17 - * with this program; if not, see <http://www.gnu.org/licenses/>. 18 6 * 19 7 * Author: 20 8 * Wei WANG (wei_wang@realsil.com.cn)