diff options
author | Andra Danciu <andradanciu1997@gmail.com> | 2019-04-05 14:50:02 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-04-08 13:54:40 +0700 |
commit | 1af301d46246942a00e15294603dbd3abfb41a82 (patch) | |
tree | 5dce78ebae70f94c2df1ca847fef6826d68ef2ff /sound/soc/fsl/mpc5200_psc_ac97.c | |
parent | 1edfc2485d8dcf4c766a5be8049cab1cddc6700d (diff) | |
download | linux-1af301d46246942a00e15294603dbd3abfb41a82.tar.bz2 |
ASoC: mpc5200_psc_ac97: Switch to SPDX identifier
Adopt the SPDX license identifier headers to ease license compliance
management.
Signed-off-by: Andra Danciu <andradanciu1997@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/fsl/mpc5200_psc_ac97.c')
-rw-r--r-- | sound/soc/fsl/mpc5200_psc_ac97.c | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/sound/soc/fsl/mpc5200_psc_ac97.c b/sound/soc/fsl/mpc5200_psc_ac97.c index 07ee355ee385..e5b9c04d1565 100644 --- a/sound/soc/fsl/mpc5200_psc_ac97.c +++ b/sound/soc/fsl/mpc5200_psc_ac97.c @@ -1,13 +1,9 @@ -/* - * linux/sound/mpc5200-ac97.c -- AC97 support for the Freescale MPC52xx chip. - * - * Copyright (C) 2009 Jon Smirl, Digispeaker - * Author: Jon Smirl <jonsmirl@gmail.com> - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 as - * published by the Free Software Foundation. - */ +// SPDX-License-Identifier: GPL-2.0 +// +// linux/sound/mpc5200-ac97.c -- AC97 support for the Freescale MPC52xx chip. +// +// Copyright (C) 2009 Jon Smirl, Digispeaker +// Author: Jon Smirl <jonsmirl@gmail.com> #include <linux/module.h> #include <linux/of_device.h> |