Skip to content

Commit a334501

Browse files
tbird20dtiwai
authored andcommitted
ALSA: echoaudio: Add SPDX ids to some files
Add SPDX-License-Identifier lines to some files in the sound subsystem - mostly in the echoaudio drivers. Remove boilerplate GPL headers. Signed-off-by: Tim Bird <tim.bird@sony.com> Link: https://patch.msgid.link/20260212234928.3739815-1-tim.bird@sony.com Signed-off-by: Takashi Iwai <tiwai@suse.de>
1 parent 2461844 commit a334501

23 files changed

Lines changed: 23 additions & 339 deletions

sound/oss/dmasound/dmasound_core.c

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: GPL-2.0-only
12
/*
23
* linux/sound/oss/dmasound/dmasound_core.c
34
*
@@ -21,10 +22,6 @@
2122
* /dev/sndstat is based on code by Hannu Savolainen, the author of the
2223
* VoxWare family of drivers.
2324
*
24-
* This file is subject to the terms and conditions of the GNU General Public
25-
* License. See the file COPYING in the main directory of this archive
26-
* for more details.
27-
*
2825
* History:
2926
*
3027
* 1995/8/25 First release

sound/pci/echoaudio/darla20_dsp.c

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,11 @@
1+
// SPDX-License-Identifier: GPL-2.0-only
12
/***************************************************************************
23
34
Copyright Echo Digital Audio Corporation (c) 1998 - 2004
45
All rights reserved
56
www.echoaudio.com
67
78
This file is part of Echo Digital Audio's generic driver library.
8-
9-
Echo Digital Audio's generic driver library is free software;
10-
you can redistribute it and/or modify it under the terms of
11-
the GNU General Public License as published by the Free Software
12-
Foundation.
13-
14-
This program is distributed in the hope that it will be useful,
15-
but WITHOUT ANY WARRANTY; without even the implied warranty of
16-
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17-
GNU General Public License for more details.
18-
19-
You should have received a copy of the GNU General Public License
20-
along with this program; if not, write to the Free Software
21-
Foundation, Inc., 59 Temple Place - Suite 330, Boston,
22-
MA 02111-1307, USA.
23-
249
*************************************************************************
2510
2611
Translation from C++ and adaptation for use in ALSA-Driver

sound/pci/echoaudio/darla24_dsp.c

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,11 @@
1+
// SPDX-License-Identifier: GPL-2.0-only
12
/***************************************************************************
23
34
Copyright Echo Digital Audio Corporation (c) 1998 - 2004
45
All rights reserved
56
www.echoaudio.com
67
78
This file is part of Echo Digital Audio's generic driver library.
8-
9-
Echo Digital Audio's generic driver library is free software;
10-
you can redistribute it and/or modify it under the terms of
11-
the GNU General Public License as published by the Free Software
12-
Foundation.
13-
14-
This program is distributed in the hope that it will be useful,
15-
but WITHOUT ANY WARRANTY; without even the implied warranty of
16-
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17-
GNU General Public License for more details.
18-
19-
You should have received a copy of the GNU General Public License
20-
along with this program; if not, write to the Free Software
21-
Foundation, Inc., 59 Temple Place - Suite 330, Boston,
22-
MA 02111-1307, USA.
23-
249
*************************************************************************
2510
2611
Translation from C++ and adaptation for use in ALSA-Driver

sound/pci/echoaudio/echo3g_dsp.c

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,11 @@
1+
// SPDX-License-Identifier: GPL-2.0-only
12
/****************************************************************************
23
34
Copyright Echo Digital Audio Corporation (c) 1998 - 2004
45
All rights reserved
56
www.echoaudio.com
67
78
This file is part of Echo Digital Audio's generic driver library.
8-
9-
Echo Digital Audio's generic driver library is free software;
10-
you can redistribute it and/or modify it under the terms of
11-
the GNU General Public License as published by the Free Software
12-
Foundation.
13-
14-
This program is distributed in the hope that it will be useful,
15-
but WITHOUT ANY WARRANTY; without even the implied warranty of
16-
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17-
GNU General Public License for more details.
18-
19-
You should have received a copy of the GNU General Public License
20-
along with this program; if not, write to the Free Software
21-
Foundation, Inc., 59 Temple Place - Suite 330, Boston,
22-
MA 02111-1307, USA.
23-
249
*************************************************************************
2510
2611
Translation from C++ and adaptation for use in ALSA-Driver

sound/pci/echoaudio/echoaudio.h

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,11 @@
1+
/* SPDX-License-Identifier: GPL-2.0-only */
12
/****************************************************************************
23
34
Copyright Echo Digital Audio Corporation (c) 1998 - 2004
45
All rights reserved
56
www.echoaudio.com
67
78
This file is part of Echo Digital Audio's generic driver library.
8-
9-
Echo Digital Audio's generic driver library is free software;
10-
you can redistribute it and/or modify it under the terms of
11-
the GNU General Public License as published by the Free Software
12-
Foundation.
13-
14-
This program is distributed in the hope that it will be useful,
15-
but WITHOUT ANY WARRANTY; without even the implied warranty of
16-
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17-
GNU General Public License for more details.
18-
19-
You should have received a copy of the GNU General Public License
20-
along with this program; if not, write to the Free Software
21-
Foundation, Inc., 59 Temple Place - Suite 330, Boston,
22-
MA 02111-1307, USA.
23-
249
****************************************************************************
2510
2611
Translation from C++ and adaptation for use in ALSA-Driver

sound/pci/echoaudio/echoaudio_3g.c

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,11 @@
1+
// SPDX-License-Identifier: GPL-2.0-only
12
/****************************************************************************
23
34
Copyright Echo Digital Audio Corporation (c) 1998 - 2004
45
All rights reserved
56
www.echoaudio.com
67
78
This file is part of Echo Digital Audio's generic driver library.
8-
9-
Echo Digital Audio's generic driver library is free software;
10-
you can redistribute it and/or modify it under the terms of
11-
the GNU General Public License as published by the Free Software
12-
Foundation.
13-
14-
This program is distributed in the hope that it will be useful,
15-
but WITHOUT ANY WARRANTY; without even the implied warranty of
16-
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17-
GNU General Public License for more details.
18-
19-
You should have received a copy of the GNU General Public License
20-
along with this program; if not, write to the Free Software
21-
Foundation, Inc., 59 Temple Place - Suite 330, Boston,
22-
MA 02111-1307, USA.
23-
249
*************************************************************************
2510
2611
Translation from C++ and adaptation for use in ALSA-Driver

sound/pci/echoaudio/echoaudio_dsp.c

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,11 @@
1+
// SPDX-License-Identifier: GPL-2.0-only
12
/****************************************************************************
23
34
Copyright Echo Digital Audio Corporation (c) 1998 - 2004
45
All rights reserved
56
www.echoaudio.com
67
78
This file is part of Echo Digital Audio's generic driver library.
8-
9-
Echo Digital Audio's generic driver library is free software;
10-
you can redistribute it and/or modify it under the terms of
11-
the GNU General Public License as published by the Free Software
12-
Foundation.
13-
14-
This program is distributed in the hope that it will be useful,
15-
but WITHOUT ANY WARRANTY; without even the implied warranty of
16-
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17-
GNU General Public License for more details.
18-
19-
You should have received a copy of the GNU General Public License
20-
along with this program; if not, write to the Free Software
21-
Foundation, Inc., 59 Temple Place - Suite 330, Boston,
22-
MA 02111-1307, USA.
23-
249
*************************************************************************
2510
2611
Translation from C++ and adaptation for use in ALSA-Driver

sound/pci/echoaudio/echoaudio_dsp.h

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,11 @@
1+
/* SPDX-License-Identifier: GPL-2.0-only */
12
/****************************************************************************
23
34
Copyright Echo Digital Audio Corporation (c) 1998 - 2004
45
All rights reserved
56
www.echoaudio.com
67
78
This file is part of Echo Digital Audio's generic driver library.
8-
9-
Echo Digital Audio's generic driver library is free software;
10-
you can redistribute it and/or modify it under the terms of
11-
the GNU General Public License as published by the Free Software
12-
Foundation.
13-
14-
This program is distributed in the hope that it will be useful,
15-
but WITHOUT ANY WARRANTY; without even the implied warranty of
16-
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17-
GNU General Public License for more details.
18-
19-
You should have received a copy of the GNU General Public License
20-
along with this program; if not, write to the Free Software
21-
Foundation, Inc., 59 Temple Place - Suite 330, Boston,
22-
MA 02111-1307, USA.
23-
249
*************************************************************************
2510
2611
Translation from C++ and adaptation for use in ALSA-Driver

sound/pci/echoaudio/echoaudio_gml.c

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,11 @@
1+
// SPDX-License-Identifier: GPL-2.0-only
12
/****************************************************************************
23
34
Copyright Echo Digital Audio Corporation (c) 1998 - 2004
45
All rights reserved
56
www.echoaudio.com
67
78
This file is part of Echo Digital Audio's generic driver library.
8-
9-
Echo Digital Audio's generic driver library is free software;
10-
you can redistribute it and/or modify it under the terms of
11-
the GNU General Public License as published by the Free Software
12-
Foundation.
13-
14-
This program is distributed in the hope that it will be useful,
15-
but WITHOUT ANY WARRANTY; without even the implied warranty of
16-
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17-
GNU General Public License for more details.
18-
19-
You should have received a copy of the GNU General Public License
20-
along with this program; if not, write to the Free Software
21-
Foundation, Inc., 59 Temple Place - Suite 330, Boston,
22-
MA 02111-1307, USA.
23-
249
*************************************************************************
2510
2611
Translation from C++ and adaptation for use in ALSA-Driver

sound/pci/echoaudio/gina20_dsp.c

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,11 @@
1+
// SPDX-License-Identifier: GPL-2.0-only
12
/****************************************************************************
23
34
Copyright Echo Digital Audio Corporation (c) 1998 - 2004
45
All rights reserved
56
www.echoaudio.com
67
78
This file is part of Echo Digital Audio's generic driver library.
8-
9-
Echo Digital Audio's generic driver library is free software;
10-
you can redistribute it and/or modify it under the terms of
11-
the GNU General Public License as published by the Free Software
12-
Foundation.
13-
14-
This program is distributed in the hope that it will be useful,
15-
but WITHOUT ANY WARRANTY; without even the implied warranty of
16-
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17-
GNU General Public License for more details.
18-
19-
You should have received a copy of the GNU General Public License
20-
along with this program; if not, write to the Free Software
21-
Foundation, Inc., 59 Temple Place - Suite 330, Boston,
22-
MA 02111-1307, USA.
23-
249
*************************************************************************
2510
2611
Translation from C++ and adaptation for use in ALSA-Driver

0 commit comments

Comments
 (0)