Commit e9f66f4f5b46f9cee3bd891145f0b6319e511bb5

Authored by Simon Glass
1 parent f2b25c9bf8

dm: sound: Fix license headers

Fix a few files whos license headers were not converted to SPDX.

Signed-off-by: Simon Glass <sjg@chromium.org>

Showing 2 changed files with 3 additions and 9 deletions Side-by-side Diff

drivers/sound/max98095.c
  1 +// SPDX-License-Identifier: GPL-2.0+
1 2 /*
2 3 * max98095.c -- MAX98095 ALSA SoC Audio driver
3 4 *
4 5 * Copyright 2011 Maxim Integrated Products
5 6 *
6   - * Modified for uboot by R. Chandrasekar (rcsekar@samsung.com)
7   - *
8   - * This program is free software; you can redistribute it and/or modify
9   - * it under the terms of the GNU General Public License version 2 as
10   - * published by the Free Software Foundation.
  7 + * Modified for U-Boot by R. Chandrasekar (rcsekar@samsung.com)
11 8 */
12 9  
13 10 #include <common.h>
drivers/sound/max98095.h
  1 +/* SPDX-License-Identifier: GPL-2.0+ */
1 2 /*
2 3 * max98095.h -- MAX98095 ALSA SoC Audio driver
3 4 *
4 5 * Copyright 2011 Maxim Integrated Products
5   - *
6   - * This program is free software; you can redistribute it and/or modify
7   - * it under the terms of the GNU General Public License version 2 as
8   - * published by the Free Software Foundation.
9 6 */
10 7  
11 8 #ifndef _MAX98095_H