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

treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 50

Based on 1 normalized pattern(s):

this program is free software you can redistribute it and or modify
it under the terms of the gnu general public license as published by
the free software foundation either version 2 or at your option any
later version this program is distributed in the hope that it will
be useful but without any warranties or representations without even
the implied warranty of merchantability or fitness for a particular
purpose see the gnu general public license for more details you
should have received a copy of the gnu general public license along
with this program if not write to the free software foundation inc
59 temple place suite 330 boston ma 02111 1307 usa

extracted by the scancode license scanner the SPDX license identifier

GPL-2.0-or-later

has been chosen to replace the boilerplate/reference in 43 file(s).

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Allison Randal <allison@lohutok.net>
Reviewed-by: Kate Stewart <kstewart@linuxfoundation.org>
Cc: linux-spdx@vger.kernel.org
Link: https://lkml.kernel.org/r/20190520170858.826676366@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
64b70da0 8116125d

+43 -661
+1 -15
drivers/video/fbdev/via/accel.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Copyright 1998-2008 VIA Technologies, Inc. All Rights Reserved. 3 4 * Copyright 2001-2008 S3 Graphics, Inc. All Rights Reserved. 4 5 5 - * This program is free software; you can redistribute it and/or 6 - * modify it under the terms of the GNU General Public 7 - * License as published by the Free Software Foundation; 8 - * either version 2, or (at your option) any later version. 9 - 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTIES OR REPRESENTATIONS; without even 12 - * the implied warranty of MERCHANTABILITY or FITNESS FOR 13 - * A PARTICULAR PURPOSE.See the GNU General Public License 14 - * for more details. 15 - 16 - * You should have received a copy of the GNU General Public License 17 - * along with this program; if not, write to the Free Software 18 - * Foundation, Inc., 19 - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 6 */ 21 7 #include <linux/via-core.h> 22 8 #include "global.h"
+1 -15
drivers/video/fbdev/via/accel.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* 2 3 * Copyright 1998-2008 VIA Technologies, Inc. All Rights Reserved. 3 4 * Copyright 2001-2008 S3 Graphics, Inc. All Rights Reserved. 4 5 5 - * This program is free software; you can redistribute it and/or 6 - * modify it under the terms of the GNU General Public 7 - * License as published by the Free Software Foundation; 8 - * either version 2, or (at your option) any later version. 9 - 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTIES OR REPRESENTATIONS; without even 12 - * the implied warranty of MERCHANTABILITY or FITNESS FOR 13 - * A PARTICULAR PURPOSE.See the GNU General Public License 14 - * for more details. 15 - 16 - * You should have received a copy of the GNU General Public License 17 - * along with this program; if not, write to the Free Software 18 - * Foundation, Inc., 19 - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 6 */ 21 7 22 8 #ifndef __ACCEL_H__
+1 -15
drivers/video/fbdev/via/chip.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* 2 3 * Copyright 1998-2008 VIA Technologies, Inc. All Rights Reserved. 3 4 * Copyright 2001-2008 S3 Graphics, Inc. All Rights Reserved. 4 5 5 - * This program is free software; you can redistribute it and/or 6 - * modify it under the terms of the GNU General Public 7 - * License as published by the Free Software Foundation; 8 - * either version 2, or (at your option) any later version. 9 - 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTIES OR REPRESENTATIONS; without even 12 - * the implied warranty of MERCHANTABILITY or FITNESS FOR 13 - * A PARTICULAR PURPOSE.See the GNU General Public License 14 - * for more details. 15 - 16 - * You should have received a copy of the GNU General Public License 17 - * along with this program; if not, write to the Free Software 18 - * Foundation, Inc., 19 - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 6 */ 21 7 #ifndef __CHIP_H__ 22 8 #define __CHIP_H__
+1 -15
drivers/video/fbdev/via/debug.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* 2 3 * Copyright 1998-2008 VIA Technologies, Inc. All Rights Reserved. 3 4 * Copyright 2001-2008 S3 Graphics, Inc. All Rights Reserved. 4 5 5 - * This program is free software; you can redistribute it and/or 6 - * modify it under the terms of the GNU General Public 7 - * License as published by the Free Software Foundation; 8 - * either version 2, or (at your option) any later version. 9 - 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTIES OR REPRESENTATIONS; without even 12 - * the implied warranty of MERCHANTABILITY or FITNESS FOR 13 - * A PARTICULAR PURPOSE.See the GNU General Public License 14 - * for more details. 15 - 16 - * You should have received a copy of the GNU General Public License 17 - * along with this program; if not, write to the Free Software 18 - * Foundation, Inc., 19 - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 6 */ 21 7 #ifndef __DEBUG_H__ 22 8 #define __DEBUG_H__
+1 -15
drivers/video/fbdev/via/dvi.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Copyright 1998-2008 VIA Technologies, Inc. All Rights Reserved. 3 4 * Copyright 2001-2008 S3 Graphics, Inc. All Rights Reserved. 4 5 5 - * This program is free software; you can redistribute it and/or 6 - * modify it under the terms of the GNU General Public 7 - * License as published by the Free Software Foundation; 8 - * either version 2, or (at your option) any later version. 9 - 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTIES OR REPRESENTATIONS; without even 12 - * the implied warranty of MERCHANTABILITY or FITNESS FOR 13 - * A PARTICULAR PURPOSE.See the GNU General Public License 14 - * for more details. 15 - 16 - * You should have received a copy of the GNU General Public License 17 - * along with this program; if not, write to the Free Software 18 - * Foundation, Inc., 19 - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 6 */ 21 7 #include <linux/via-core.h> 22 8 #include <linux/via_i2c.h>
+1 -15
drivers/video/fbdev/via/dvi.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* 2 3 * Copyright 1998-2008 VIA Technologies, Inc. All Rights Reserved. 3 4 * Copyright 2001-2008 S3 Graphics, Inc. All Rights Reserved. 4 5 5 - * This program is free software; you can redistribute it and/or 6 - * modify it under the terms of the GNU General Public 7 - * License as published by the Free Software Foundation; 8 - * either version 2, or (at your option) any later version. 9 - 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTIES OR REPRESENTATIONS; without even 12 - * the implied warranty of MERCHANTABILITY or FITNESS FOR 13 - * A PARTICULAR PURPOSE.See the GNU General Public License 14 - * for more details. 15 - 16 - * You should have received a copy of the GNU General Public License 17 - * along with this program; if not, write to the Free Software 18 - * Foundation, Inc., 19 - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 6 */ 21 7 22 8 #ifndef __DVI_H__
+1 -15
drivers/video/fbdev/via/global.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Copyright 1998-2008 VIA Technologies, Inc. All Rights Reserved. 3 4 * Copyright 2001-2008 S3 Graphics, Inc. All Rights Reserved. 4 5 5 - * This program is free software; you can redistribute it and/or 6 - * modify it under the terms of the GNU General Public 7 - * License as published by the Free Software Foundation; 8 - * either version 2, or (at your option) any later version. 9 - 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTIES OR REPRESENTATIONS; without even 12 - * the implied warranty of MERCHANTABILITY or FITNESS FOR 13 - * A PARTICULAR PURPOSE.See the GNU General Public License 14 - * for more details. 15 - 16 - * You should have received a copy of the GNU General Public License 17 - * along with this program; if not, write to the Free Software 18 - * Foundation, Inc., 19 - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 6 */ 21 7 #include "global.h" 22 8 int viafb_platform_epia_dvi = STATE_OFF;
+1 -15
drivers/video/fbdev/via/global.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* 2 3 * Copyright 1998-2008 VIA Technologies, Inc. All Rights Reserved. 3 4 * Copyright 2001-2008 S3 Graphics, Inc. All Rights Reserved. 4 5 5 - * This program is free software; you can redistribute it and/or 6 - * modify it under the terms of the GNU General Public 7 - * License as published by the Free Software Foundation; 8 - * either version 2, or (at your option) any later version. 9 - 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTIES OR REPRESENTATIONS; without even 12 - * the implied warranty of MERCHANTABILITY or FITNESS FOR 13 - * A PARTICULAR PURPOSE.See the GNU General Public License 14 - * for more details. 15 - 16 - * You should have received a copy of the GNU General Public License 17 - * along with this program; if not, write to the Free Software 18 - * Foundation, Inc., 19 - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 6 */ 21 7 22 8 #ifndef __GLOBAL_H__
+1 -15
drivers/video/fbdev/via/hw.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Copyright 1998-2008 VIA Technologies, Inc. All Rights Reserved. 3 4 * Copyright 2001-2008 S3 Graphics, Inc. All Rights Reserved. 4 5 5 - * This program is free software; you can redistribute it and/or 6 - * modify it under the terms of the GNU General Public 7 - * License as published by the Free Software Foundation; 8 - * either version 2, or (at your option) any later version. 9 - 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTIES OR REPRESENTATIONS; without even 12 - * the implied warranty of MERCHANTABILITY or FITNESS FOR 13 - * A PARTICULAR PURPOSE.See the GNU General Public License 14 - * for more details. 15 - 16 - * You should have received a copy of the GNU General Public License 17 - * along with this program; if not, write to the Free Software 18 - * Foundation, Inc., 19 - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 6 */ 21 7 22 8 #include <linux/via-core.h>
+1 -15
drivers/video/fbdev/via/hw.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* 2 3 * Copyright 1998-2008 VIA Technologies, Inc. All Rights Reserved. 3 4 * Copyright 2001-2008 S3 Graphics, Inc. All Rights Reserved. 4 5 5 - * This program is free software; you can redistribute it and/or 6 - * modify it under the terms of the GNU General Public 7 - * License as published by the Free Software Foundation; 8 - * either version 2, or (at your option) any later version. 9 - 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTIES OR REPRESENTATIONS; without even 12 - * the implied warranty of MERCHANTABILITY or FITNESS FOR 13 - * A PARTICULAR PURPOSE.See the GNU General Public License 14 - * for more details. 15 - 16 - * You should have received a copy of the GNU General Public License 17 - * along with this program; if not, write to the Free Software 18 - * Foundation, Inc., 19 - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 6 */ 21 7 22 8 #ifndef __HW_H__
+1 -15
drivers/video/fbdev/via/ioctl.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Copyright 1998-2008 VIA Technologies, Inc. All Rights Reserved. 3 4 * Copyright 2001-2008 S3 Graphics, Inc. All Rights Reserved. 4 5 5 - * This program is free software; you can redistribute it and/or 6 - * modify it under the terms of the GNU General Public 7 - * License as published by the Free Software Foundation; 8 - * either version 2, or (at your option) any later version. 9 - 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTIES OR REPRESENTATIONS; without even 12 - * the implied warranty of MERCHANTABILITY or FITNESS FOR 13 - * A PARTICULAR PURPOSE.See the GNU General Public License 14 - * for more details. 15 - 16 - * You should have received a copy of the GNU General Public License 17 - * along with this program; if not, write to the Free Software 18 - * Foundation, Inc., 19 - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 6 */ 21 7 22 8 #include "global.h"
+1 -15
drivers/video/fbdev/via/ioctl.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* 2 3 * Copyright 1998-2008 VIA Technologies, Inc. All Rights Reserved. 3 4 * Copyright 2001-2008 S3 Graphics, Inc. All Rights Reserved. 4 5 5 - * This program is free software; you can redistribute it and/or 6 - * modify it under the terms of the GNU General Public 7 - * License as published by the Free Software Foundation; 8 - * either version 2, or (at your option) any later version. 9 - 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTIES OR REPRESENTATIONS; without even 12 - * the implied warranty of MERCHANTABILITY or FITNESS FOR 13 - * A PARTICULAR PURPOSE.See the GNU General Public License 14 - * for more details. 15 - 16 - * You should have received a copy of the GNU General Public License 17 - * along with this program; if not, write to the Free Software 18 - * Foundation, Inc., 19 - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 6 */ 21 7 22 8 #ifndef __IOCTL_H__
+1 -15
drivers/video/fbdev/via/lcd.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Copyright 1998-2008 VIA Technologies, Inc. All Rights Reserved. 3 4 * Copyright 2001-2008 S3 Graphics, Inc. All Rights Reserved. 4 5 5 - * This program is free software; you can redistribute it and/or 6 - * modify it under the terms of the GNU General Public 7 - * License as published by the Free Software Foundation; 8 - * either version 2, or (at your option) any later version. 9 - 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTIES OR REPRESENTATIONS; without even 12 - * the implied warranty of MERCHANTABILITY or FITNESS FOR 13 - * A PARTICULAR PURPOSE.See the GNU General Public License 14 - * for more details. 15 - 16 - * You should have received a copy of the GNU General Public License 17 - * along with this program; if not, write to the Free Software 18 - * Foundation, Inc., 19 - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 6 */ 21 7 #include <linux/via-core.h> 22 8 #include <linux/via_i2c.h>
+1 -15
drivers/video/fbdev/via/lcd.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* 2 3 * Copyright 1998-2008 VIA Technologies, Inc. All Rights Reserved. 3 4 * Copyright 2001-2008 S3 Graphics, Inc. All Rights Reserved. 4 5 5 - * This program is free software; you can redistribute it and/or 6 - * modify it under the terms of the GNU General Public 7 - * License as published by the Free Software Foundation; 8 - * either version 2, or (at your option) any later version. 9 - 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTIES OR REPRESENTATIONS; without even 12 - * the implied warranty of MERCHANTABILITY or FITNESS FOR 13 - * A PARTICULAR PURPOSE.See the GNU General Public License 14 - * for more details. 15 - 16 - * You should have received a copy of the GNU General Public License 17 - * along with this program; if not, write to the Free Software 18 - * Foundation, Inc., 19 - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 6 */ 21 7 #ifndef __LCD_H__ 22 8 #define __LCD_H__
+1 -15
drivers/video/fbdev/via/share.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* 2 3 * Copyright 1998-2008 VIA Technologies, Inc. All Rights Reserved. 3 4 * Copyright 2001-2008 S3 Graphics, Inc. All Rights Reserved. 4 5 5 - * This program is free software; you can redistribute it and/or 6 - * modify it under the terms of the GNU General Public 7 - * License as published by the Free Software Foundation; 8 - * either version 2, or (at your option) any later version. 9 - 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTIES OR REPRESENTATIONS; without even 12 - * the implied warranty of MERCHANTABILITY or FITNESS FOR 13 - * A PARTICULAR PURPOSE.See the GNU General Public License 14 - * for more details. 15 - 16 - * You should have received a copy of the GNU General Public License 17 - * along with this program; if not, write to the Free Software 18 - * Foundation, Inc., 19 - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 6 */ 21 7 22 8 #ifndef __SHARE_H__
+1 -15
drivers/video/fbdev/via/tblDPASetting.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Copyright 1998-2008 VIA Technologies, Inc. All Rights Reserved. 3 4 * Copyright 2001-2008 S3 Graphics, Inc. All Rights Reserved. 4 5 5 - * This program is free software; you can redistribute it and/or 6 - * modify it under the terms of the GNU General Public 7 - * License as published by the Free Software Foundation; 8 - * either version 2, or (at your option) any later version. 9 - 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTIES OR REPRESENTATIONS; without even 12 - * the implied warranty of MERCHANTABILITY or FITNESS FOR 13 - * A PARTICULAR PURPOSE.See the GNU General Public License 14 - * for more details. 15 - 16 - * You should have received a copy of the GNU General Public License 17 - * along with this program; if not, write to the Free Software 18 - * Foundation, Inc., 19 - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 6 */ 21 7 22 8 #include "global.h"
+1 -15
drivers/video/fbdev/via/tblDPASetting.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* 2 3 * Copyright 1998-2008 VIA Technologies, Inc. All Rights Reserved. 3 4 * Copyright 2001-2008 S3 Graphics, Inc. All Rights Reserved. 4 5 5 - * This program is free software; you can redistribute it and/or 6 - * modify it under the terms of the GNU General Public 7 - * License as published by the Free Software Foundation; 8 - * either version 2, or (at your option) any later version. 9 - 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTIES OR REPRESENTATIONS; without even 12 - * the implied warranty of MERCHANTABILITY or FITNESS FOR 13 - * A PARTICULAR PURPOSE.See the GNU General Public License 14 - * for more details. 15 - 16 - * You should have received a copy of the GNU General Public License 17 - * along with this program; if not, write to the Free Software 18 - * Foundation, Inc., 19 - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 6 */ 21 7 22 8 #ifndef _TBLDPASETTING_H_
+1 -16
drivers/video/fbdev/via/via_aux.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Copyright 2011 Florian Tobias Schandinat <FlorianSchandinat@gmx.de> 3 - * 4 - * This program is free software; you can redistribute it and/or 5 - * modify it under the terms of the GNU General Public 6 - * License as published by the Free Software Foundation; 7 - * either version 2, or (at your option) any later version. 8 - * 9 - * This program is distributed in the hope that it will be useful, 10 - * but WITHOUT ANY WARRANTIES OR REPRESENTATIONS; without even 11 - * the implied warranty of MERCHANTABILITY or FITNESS FOR 12 - * A PARTICULAR PURPOSE.See the GNU General Public License 13 - * for more details. 14 - * 15 - * You should have received a copy of the GNU General Public License 16 - * along with this program; if not, write to the Free Software 17 - * Foundation, Inc., 18 - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 19 4 */ 20 5 /* 21 6 * infrastructure for devices connected via I2C
+1 -16
drivers/video/fbdev/via/via_aux.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* 2 3 * Copyright 2011 Florian Tobias Schandinat <FlorianSchandinat@gmx.de> 3 - * 4 - * This program is free software; you can redistribute it and/or 5 - * modify it under the terms of the GNU General Public 6 - * License as published by the Free Software Foundation; 7 - * either version 2, or (at your option) any later version. 8 - * 9 - * This program is distributed in the hope that it will be useful, 10 - * but WITHOUT ANY WARRANTIES OR REPRESENTATIONS; without even 11 - * the implied warranty of MERCHANTABILITY or FITNESS FOR 12 - * A PARTICULAR PURPOSE.See the GNU General Public License 13 - * for more details. 14 - * 15 - * You should have received a copy of the GNU General Public License 16 - * along with this program; if not, write to the Free Software 17 - * Foundation, Inc., 18 - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 19 4 */ 20 5 /* 21 6 * infrastructure for devices connected via I2C
+1 -16
drivers/video/fbdev/via/via_aux_ch7301.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Copyright 2011 Florian Tobias Schandinat <FlorianSchandinat@gmx.de> 3 - * 4 - * This program is free software; you can redistribute it and/or 5 - * modify it under the terms of the GNU General Public 6 - * License as published by the Free Software Foundation; 7 - * either version 2, or (at your option) any later version. 8 - * 9 - * This program is distributed in the hope that it will be useful, 10 - * but WITHOUT ANY WARRANTIES OR REPRESENTATIONS; without even 11 - * the implied warranty of MERCHANTABILITY or FITNESS FOR 12 - * A PARTICULAR PURPOSE.See the GNU General Public License 13 - * for more details. 14 - * 15 - * You should have received a copy of the GNU General Public License 16 - * along with this program; if not, write to the Free Software 17 - * Foundation, Inc., 18 - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 19 4 */ 20 5 /* 21 6 * driver for Chrontel CH7301 DVI Transmitter
+1 -16
drivers/video/fbdev/via/via_aux_edid.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Copyright 2011 Florian Tobias Schandinat <FlorianSchandinat@gmx.de> 3 - * 4 - * This program is free software; you can redistribute it and/or 5 - * modify it under the terms of the GNU General Public 6 - * License as published by the Free Software Foundation; 7 - * either version 2, or (at your option) any later version. 8 - * 9 - * This program is distributed in the hope that it will be useful, 10 - * but WITHOUT ANY WARRANTIES OR REPRESENTATIONS; without even 11 - * the implied warranty of MERCHANTABILITY or FITNESS FOR 12 - * A PARTICULAR PURPOSE.See the GNU General Public License 13 - * for more details. 14 - * 15 - * You should have received a copy of the GNU General Public License 16 - * along with this program; if not, write to the Free Software 17 - * Foundation, Inc., 18 - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 19 4 */ 20 5 /* 21 6 * generic EDID driver
+1 -16
drivers/video/fbdev/via/via_aux_sii164.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Copyright 2011 Florian Tobias Schandinat <FlorianSchandinat@gmx.de> 3 - * 4 - * This program is free software; you can redistribute it and/or 5 - * modify it under the terms of the GNU General Public 6 - * License as published by the Free Software Foundation; 7 - * either version 2, or (at your option) any later version. 8 - * 9 - * This program is distributed in the hope that it will be useful, 10 - * but WITHOUT ANY WARRANTIES OR REPRESENTATIONS; without even 11 - * the implied warranty of MERCHANTABILITY or FITNESS FOR 12 - * A PARTICULAR PURPOSE.See the GNU General Public License 13 - * for more details. 14 - * 15 - * You should have received a copy of the GNU General Public License 16 - * along with this program; if not, write to the Free Software 17 - * Foundation, Inc., 18 - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 19 4 */ 20 5 /* 21 6 * driver for Silicon Image SiI 164 PanelLink Transmitter
+1 -16
drivers/video/fbdev/via/via_aux_vt1621.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Copyright 2011 Florian Tobias Schandinat <FlorianSchandinat@gmx.de> 3 - * 4 - * This program is free software; you can redistribute it and/or 5 - * modify it under the terms of the GNU General Public 6 - * License as published by the Free Software Foundation; 7 - * either version 2, or (at your option) any later version. 8 - * 9 - * This program is distributed in the hope that it will be useful, 10 - * but WITHOUT ANY WARRANTIES OR REPRESENTATIONS; without even 11 - * the implied warranty of MERCHANTABILITY or FITNESS FOR 12 - * A PARTICULAR PURPOSE.See the GNU General Public License 13 - * for more details. 14 - * 15 - * You should have received a copy of the GNU General Public License 16 - * along with this program; if not, write to the Free Software 17 - * Foundation, Inc., 18 - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 19 4 */ 20 5 /* 21 6 * driver for VIA VT1621(M) TV Encoder
+1 -16
drivers/video/fbdev/via/via_aux_vt1622.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Copyright 2011 Florian Tobias Schandinat <FlorianSchandinat@gmx.de> 3 - * 4 - * This program is free software; you can redistribute it and/or 5 - * modify it under the terms of the GNU General Public 6 - * License as published by the Free Software Foundation; 7 - * either version 2, or (at your option) any later version. 8 - * 9 - * This program is distributed in the hope that it will be useful, 10 - * but WITHOUT ANY WARRANTIES OR REPRESENTATIONS; without even 11 - * the implied warranty of MERCHANTABILITY or FITNESS FOR 12 - * A PARTICULAR PURPOSE.See the GNU General Public License 13 - * for more details. 14 - * 15 - * You should have received a copy of the GNU General Public License 16 - * along with this program; if not, write to the Free Software 17 - * Foundation, Inc., 18 - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 19 4 */ 20 5 /* 21 6 * driver for VIA VT1622(M) Digital TV Encoder
+1 -16
drivers/video/fbdev/via/via_aux_vt1625.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Copyright 2011 Florian Tobias Schandinat <FlorianSchandinat@gmx.de> 3 - * 4 - * This program is free software; you can redistribute it and/or 5 - * modify it under the terms of the GNU General Public 6 - * License as published by the Free Software Foundation; 7 - * either version 2, or (at your option) any later version. 8 - * 9 - * This program is distributed in the hope that it will be useful, 10 - * but WITHOUT ANY WARRANTIES OR REPRESENTATIONS; without even 11 - * the implied warranty of MERCHANTABILITY or FITNESS FOR 12 - * A PARTICULAR PURPOSE.See the GNU General Public License 13 - * for more details. 14 - * 15 - * You should have received a copy of the GNU General Public License 16 - * along with this program; if not, write to the Free Software 17 - * Foundation, Inc., 18 - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 19 4 */ 20 5 /* 21 6 * driver for VIA VT1625(M) HDTV Encoder
+1 -16
drivers/video/fbdev/via/via_aux_vt1631.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Copyright 2011 Florian Tobias Schandinat <FlorianSchandinat@gmx.de> 3 - * 4 - * This program is free software; you can redistribute it and/or 5 - * modify it under the terms of the GNU General Public 6 - * License as published by the Free Software Foundation; 7 - * either version 2, or (at your option) any later version. 8 - * 9 - * This program is distributed in the hope that it will be useful, 10 - * but WITHOUT ANY WARRANTIES OR REPRESENTATIONS; without even 11 - * the implied warranty of MERCHANTABILITY or FITNESS FOR 12 - * A PARTICULAR PURPOSE.See the GNU General Public License 13 - * for more details. 14 - * 15 - * You should have received a copy of the GNU General Public License 16 - * along with this program; if not, write to the Free Software 17 - * Foundation, Inc., 18 - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 19 4 */ 20 5 /* 21 6 * driver for VIA VT1631 LVDS Transmitter
+1 -16
drivers/video/fbdev/via/via_aux_vt1632.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Copyright 2011 Florian Tobias Schandinat <FlorianSchandinat@gmx.de> 3 - * 4 - * This program is free software; you can redistribute it and/or 5 - * modify it under the terms of the GNU General Public 6 - * License as published by the Free Software Foundation; 7 - * either version 2, or (at your option) any later version. 8 - * 9 - * This program is distributed in the hope that it will be useful, 10 - * but WITHOUT ANY WARRANTIES OR REPRESENTATIONS; without even 11 - * the implied warranty of MERCHANTABILITY or FITNESS FOR 12 - * A PARTICULAR PURPOSE.See the GNU General Public License 13 - * for more details. 14 - * 15 - * You should have received a copy of the GNU General Public License 16 - * along with this program; if not, write to the Free Software 17 - * Foundation, Inc., 18 - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 19 4 */ 20 5 /* 21 6 * driver for VIA VT1632 DVI Transmitter
+1 -16
drivers/video/fbdev/via/via_aux_vt1636.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Copyright 2011 Florian Tobias Schandinat <FlorianSchandinat@gmx.de> 3 - * 4 - * This program is free software; you can redistribute it and/or 5 - * modify it under the terms of the GNU General Public 6 - * License as published by the Free Software Foundation; 7 - * either version 2, or (at your option) any later version. 8 - * 9 - * This program is distributed in the hope that it will be useful, 10 - * but WITHOUT ANY WARRANTIES OR REPRESENTATIONS; without even 11 - * the implied warranty of MERCHANTABILITY or FITNESS FOR 12 - * A PARTICULAR PURPOSE.See the GNU General Public License 13 - * for more details. 14 - * 15 - * You should have received a copy of the GNU General Public License 16 - * along with this program; if not, write to the Free Software 17 - * Foundation, Inc., 18 - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 19 4 */ 20 5 /* 21 6 * driver for VIA VT1636 LVDS Transmitter
+1 -16
drivers/video/fbdev/via/via_clock.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Copyright 1998-2008 VIA Technologies, Inc. All Rights Reserved. 3 4 * Copyright 2001-2008 S3 Graphics, Inc. All Rights Reserved. 4 5 * Copyright 2011 Florian Tobias Schandinat <FlorianSchandinat@gmx.de> 5 - * 6 - * This program is free software; you can redistribute it and/or 7 - * modify it under the terms of the GNU General Public 8 - * License as published by the Free Software Foundation; 9 - * either version 2, or (at your option) any later version. 10 - * 11 - * This program is distributed in the hope that it will be useful, 12 - * but WITHOUT ANY WARRANTIES OR REPRESENTATIONS; without even 13 - * the implied warranty of MERCHANTABILITY or FITNESS FOR 14 - * A PARTICULAR PURPOSE.See the GNU General Public License 15 - * for more details. 16 - * 17 - * You should have received a copy of the GNU General Public License 18 - * along with this program; if not, write to the Free Software 19 - * Foundation, Inc., 20 - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 21 6 */ 22 7 /* 23 8 * clock and PLL management functions
+1 -16
drivers/video/fbdev/via/via_clock.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* 2 3 * Copyright 1998-2008 VIA Technologies, Inc. All Rights Reserved. 3 4 * Copyright 2001-2008 S3 Graphics, Inc. All Rights Reserved. 4 5 * Copyright 2011 Florian Tobias Schandinat <FlorianSchandinat@gmx.de> 5 - * 6 - * This program is free software; you can redistribute it and/or 7 - * modify it under the terms of the GNU General Public 8 - * License as published by the Free Software Foundation; 9 - * either version 2, or (at your option) any later version. 10 - * 11 - * This program is distributed in the hope that it will be useful, 12 - * but WITHOUT ANY WARRANTIES OR REPRESENTATIONS; without even 13 - * the implied warranty of MERCHANTABILITY or FITNESS FOR 14 - * A PARTICULAR PURPOSE.See the GNU General Public License 15 - * for more details. 16 - * 17 - * You should have received a copy of the GNU General Public License 18 - * along with this program; if not, write to the Free Software 19 - * Foundation, Inc., 20 - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 21 6 */ 22 7 /* 23 8 * clock and PLL management functions
+1 -15
drivers/video/fbdev/via/via_i2c.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Copyright 1998-2009 VIA Technologies, Inc. All Rights Reserved. 3 4 * Copyright 2001-2008 S3 Graphics, Inc. All Rights Reserved. 4 5 5 - * This program is free software; you can redistribute it and/or 6 - * modify it under the terms of the GNU General Public 7 - * License as published by the Free Software Foundation; 8 - * either version 2, or (at your option) any later version. 9 - 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTIES OR REPRESENTATIONS; without even 12 - * the implied warranty of MERCHANTABILITY or FITNESS FOR 13 - * A PARTICULAR PURPOSE.See the GNU General Public License 14 - * for more details. 15 - 16 - * You should have received a copy of the GNU General Public License 17 - * along with this program; if not, write to the Free Software 18 - * Foundation, Inc., 19 - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 6 */ 21 7 22 8 #include <linux/platform_device.h>
+1 -16
drivers/video/fbdev/via/via_modesetting.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Copyright 1998-2008 VIA Technologies, Inc. All Rights Reserved. 3 4 * Copyright 2001-2008 S3 Graphics, Inc. All Rights Reserved. 4 5 * Copyright 2010 Florian Tobias Schandinat <FlorianSchandinat@gmx.de> 5 - * 6 - * This program is free software; you can redistribute it and/or 7 - * modify it under the terms of the GNU General Public 8 - * License as published by the Free Software Foundation; 9 - * either version 2, or (at your option) any later version. 10 - * 11 - * This program is distributed in the hope that it will be useful, 12 - * but WITHOUT ANY WARRANTIES OR REPRESENTATIONS; without even 13 - * the implied warranty of MERCHANTABILITY or FITNESS FOR 14 - * A PARTICULAR PURPOSE.See the GNU General Public License 15 - * for more details. 16 - * 17 - * You should have received a copy of the GNU General Public License 18 - * along with this program; if not, write to the Free Software 19 - * Foundation, Inc., 20 - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 21 6 */ 22 7 /* 23 8 * basic modesetting functions
+1 -16
drivers/video/fbdev/via/via_modesetting.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* 2 3 * Copyright 1998-2008 VIA Technologies, Inc. All Rights Reserved. 3 4 * Copyright 2001-2008 S3 Graphics, Inc. All Rights Reserved. 4 5 * Copyright 2010 Florian Tobias Schandinat <FlorianSchandinat@gmx.de> 5 - * 6 - * This program is free software; you can redistribute it and/or 7 - * modify it under the terms of the GNU General Public 8 - * License as published by the Free Software Foundation; 9 - * either version 2, or (at your option) any later version. 10 - * 11 - * This program is distributed in the hope that it will be useful, 12 - * but WITHOUT ANY WARRANTIES OR REPRESENTATIONS; without even 13 - * the implied warranty of MERCHANTABILITY or FITNESS FOR 14 - * A PARTICULAR PURPOSE.See the GNU General Public License 15 - * for more details. 16 - * 17 - * You should have received a copy of the GNU General Public License 18 - * along with this program; if not, write to the Free Software 19 - * Foundation, Inc., 20 - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 21 6 */ 22 7 /* 23 8 * basic modesetting functions
+1 -15
drivers/video/fbdev/via/via_utility.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Copyright 1998-2008 VIA Technologies, Inc. All Rights Reserved. 3 4 * Copyright 2001-2008 S3 Graphics, Inc. All Rights Reserved. 4 5 5 - * This program is free software; you can redistribute it and/or 6 - * modify it under the terms of the GNU General Public 7 - * License as published by the Free Software Foundation; 8 - * either version 2, or (at your option) any later version. 9 - 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTIES OR REPRESENTATIONS; without even 12 - * the implied warranty of MERCHANTABILITY or FITNESS FOR 13 - * A PARTICULAR PURPOSE.See the GNU General Public License 14 - * for more details. 15 - 16 - * You should have received a copy of the GNU General Public License 17 - * along with this program; if not, write to the Free Software 18 - * Foundation, Inc., 19 - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 6 */ 21 7 22 8 #include <linux/via-core.h>
+1 -15
drivers/video/fbdev/via/via_utility.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* 2 3 * Copyright 1998-2008 VIA Technologies, Inc. All Rights Reserved. 3 4 * Copyright 2001-2008 S3 Graphics, Inc. All Rights Reserved. 4 5 5 - * This program is free software; you can redistribute it and/or 6 - * modify it under the terms of the GNU General Public 7 - * License as published by the Free Software Foundation; 8 - * either version 2, or (at your option) any later version. 9 - 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTIES OR REPRESENTATIONS; without even 12 - * the implied warranty of MERCHANTABILITY or FITNESS FOR 13 - * A PARTICULAR PURPOSE.See the GNU General Public License 14 - * for more details. 15 - 16 - * You should have received a copy of the GNU General Public License 17 - * along with this program; if not, write to the Free Software 18 - * Foundation, Inc., 19 - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 6 */ 21 7 #ifndef __VIAUTILITY_H__ 22 8 #define __VIAUTILITY_H__
+1 -15
drivers/video/fbdev/via/viafbdev.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Copyright 1998-2009 VIA Technologies, Inc. All Rights Reserved. 3 4 * Copyright 2001-2008 S3 Graphics, Inc. All Rights Reserved. 4 5 5 - * This program is free software; you can redistribute it and/or 6 - * modify it under the terms of the GNU General Public 7 - * License as published by the Free Software Foundation; 8 - * either version 2, or (at your option) any later version. 9 - 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTIES OR REPRESENTATIONS; without even 12 - * the implied warranty of MERCHANTABILITY or FITNESS FOR 13 - * A PARTICULAR PURPOSE.See the GNU General Public License 14 - * for more details. 15 - 16 - * You should have received a copy of the GNU General Public License 17 - * along with this program; if not, write to the Free Software 18 - * Foundation, Inc., 19 - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 6 */ 21 7 22 8 #include <linux/compiler.h>
+1 -15
drivers/video/fbdev/via/viafbdev.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* 2 3 * Copyright 1998-2008 VIA Technologies, Inc. All Rights Reserved. 3 4 * Copyright 2001-2008 S3 Graphics, Inc. All Rights Reserved. 4 5 5 - * This program is free software; you can redistribute it and/or 6 - * modify it under the terms of the GNU General Public 7 - * License as published by the Free Software Foundation; 8 - * either version 2, or (at your option) any later version. 9 - 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTIES OR REPRESENTATIONS; without even 12 - * the implied warranty of MERCHANTABILITY or FITNESS FOR 13 - * A PARTICULAR PURPOSE.See the GNU General Public License 14 - * for more details. 15 - 16 - * You should have received a copy of the GNU General Public License 17 - * along with this program; if not, write to the Free Software 18 - * Foundation, Inc., 19 - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 6 */ 21 7 22 8 #ifndef __VIAFBDEV_H__
+1 -15
drivers/video/fbdev/via/viamode.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Copyright 1998-2008 VIA Technologies, Inc. All Rights Reserved. 3 4 * Copyright 2001-2008 S3 Graphics, Inc. All Rights Reserved. 4 5 5 - * This program is free software; you can redistribute it and/or 6 - * modify it under the terms of the GNU General Public 7 - * License as published by the Free Software Foundation; 8 - * either version 2, or (at your option) any later version. 9 - 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTIES OR REPRESENTATIONS; without even 12 - * the implied warranty of MERCHANTABILITY or FITNESS FOR 13 - * A PARTICULAR PURPOSE.See the GNU General Public License 14 - * for more details. 15 - 16 - * You should have received a copy of the GNU General Public License 17 - * along with this program; if not, write to the Free Software 18 - * Foundation, Inc., 19 - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 6 */ 21 7 22 8 #include <linux/via-core.h>
+1 -15
drivers/video/fbdev/via/viamode.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* 2 3 * Copyright 1998-2008 VIA Technologies, Inc. All Rights Reserved. 3 4 * Copyright 2001-2008 S3 Graphics, Inc. All Rights Reserved. 4 5 5 - * This program is free software; you can redistribute it and/or 6 - * modify it under the terms of the GNU General Public 7 - * License as published by the Free Software Foundation; 8 - * either version 2, or (at your option) any later version. 9 - 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTIES OR REPRESENTATIONS; without even 12 - * the implied warranty of MERCHANTABILITY or FITNESS FOR 13 - * A PARTICULAR PURPOSE.See the GNU General Public License 14 - * for more details. 15 - 16 - * You should have received a copy of the GNU General Public License 17 - * along with this program; if not, write to the Free Software 18 - * Foundation, Inc., 19 - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 6 */ 21 7 22 8 #ifndef __VIAMODE_H__
+1 -15
drivers/video/fbdev/via/vt1636.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Copyright 1998-2008 VIA Technologies, Inc. All Rights Reserved. 3 4 * Copyright 2001-2008 S3 Graphics, Inc. All Rights Reserved. 4 5 5 - * This program is free software; you can redistribute it and/or 6 - * modify it under the terms of the GNU General Public 7 - * License as published by the Free Software Foundation; 8 - * either version 2, or (at your option) any later version. 9 - 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTIES OR REPRESENTATIONS; without even 12 - * the implied warranty of MERCHANTABILITY or FITNESS FOR 13 - * A PARTICULAR PURPOSE.See the GNU General Public License 14 - * for more details. 15 - 16 - * You should have received a copy of the GNU General Public License 17 - * along with this program; if not, write to the Free Software 18 - * Foundation, Inc., 19 - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 6 */ 21 7 22 8 #include <linux/via-core.h>
+1 -15
drivers/video/fbdev/via/vt1636.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* 2 3 * Copyright 1998-2008 VIA Technologies, Inc. All Rights Reserved. 3 4 * Copyright 2001-2008 S3 Graphics, Inc. All Rights Reserved. 4 5 5 - * This program is free software; you can redistribute it and/or 6 - * modify it under the terms of the GNU General Public 7 - * License as published by the Free Software Foundation; 8 - * either version 2, or (at your option) any later version. 9 - 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTIES OR REPRESENTATIONS; without even 12 - * the implied warranty of MERCHANTABILITY or FITNESS FOR 13 - * A PARTICULAR PURPOSE.See the GNU General Public License 14 - * for more details. 15 - 16 - * You should have received a copy of the GNU General Public License 17 - * along with this program; if not, write to the Free Software 18 - * Foundation, Inc., 19 - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 6 */ 21 7 22 8 #ifndef _VT1636_H_
+1 -16
include/linux/via-core.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* 2 3 * Copyright 1998-2009 VIA Technologies, Inc. All Rights Reserved. 3 4 * Copyright 2001-2008 S3 Graphics, Inc. All Rights Reserved. 4 5 * Copyright 2009-2010 Jonathan Corbet <corbet@lwn.net> 5 6 * Copyright 2010 Florian Tobias Schandinat <FlorianSchandinat@gmx.de> 6 - * 7 - * This program is free software; you can redistribute it and/or 8 - * modify it under the terms of the GNU General Public 9 - * License as published by the Free Software Foundation; 10 - * either version 2, or (at your option) any later version. 11 - * 12 - * This program is distributed in the hope that it will be useful, 13 - * but WITHOUT ANY WARRANTIES OR REPRESENTATIONS; without even 14 - * the implied warranty of MERCHANTABILITY or FITNESS FOR 15 - * A PARTICULAR PURPOSE.See the GNU General Public License 16 - * for more details. 17 - * 18 - * You should have received a copy of the GNU General Public License 19 - * along with this program; if not, write to the Free Software 20 - * Foundation, Inc., 21 - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 22 7 */ 23 8 24 9 #ifndef __VIA_CORE_H__
+1 -15
include/linux/via_i2c.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* 2 3 * Copyright 1998-2009 VIA Technologies, Inc. All Rights Reserved. 3 4 * Copyright 2001-2008 S3 Graphics, Inc. All Rights Reserved. 4 5 5 - * This program is free software; you can redistribute it and/or 6 - * modify it under the terms of the GNU General Public 7 - * License as published by the Free Software Foundation; 8 - * either version 2, or (at your option) any later version. 9 - 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTIES OR REPRESENTATIONS; without even 12 - * the implied warranty of MERCHANTABILITY or FITNESS FOR 13 - * A PARTICULAR PURPOSE.See the GNU General Public License 14 - * for more details. 15 - 16 - * You should have received a copy of the GNU General Public License 17 - * along with this program; if not, write to the Free Software 18 - * Foundation, Inc., 19 - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 6 */ 21 7 #ifndef __VIA_I2C_H__ 22 8 #define __VIA_I2C_H__