mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-04 02:30:34 +02:00 
			
		
		
		
	ASoC: mpc5200_psc_i2s: 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>
This commit is contained in:
		
							parent
							
								
									1af301d462
								
							
						
					
					
						commit
						864a8472c4
					
				
					 1 changed files with 7 additions and 7 deletions
				
			
		| 
						 | 
				
			
			@ -1,10 +1,10 @@
 | 
			
		|||
/*
 | 
			
		||||
 * Freescale MPC5200 PSC in I2S mode
 | 
			
		||||
 * ALSA SoC Digital Audio Interface (DAI) driver
 | 
			
		||||
 *
 | 
			
		||||
 * Copyright (C) 2008 Secret Lab Technologies Ltd.
 | 
			
		||||
 * Copyright (C) 2009 Jon Smirl, Digispeaker
 | 
			
		||||
 */
 | 
			
		||||
// SPDX-License-Identifier: GPL
 | 
			
		||||
//
 | 
			
		||||
// Freescale MPC5200 PSC in I2S mode
 | 
			
		||||
// ALSA SoC Digital Audio Interface (DAI) driver
 | 
			
		||||
//
 | 
			
		||||
// Copyright (C) 2008 Secret Lab Technologies Ltd.
 | 
			
		||||
// Copyright (C) 2009 Jon Smirl, Digispeaker
 | 
			
		||||
 | 
			
		||||
#include <linux/module.h>
 | 
			
		||||
#include <linux/of_device.h>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue