Skip to content

Commit 4726dd6

Browse files
author
Michal Simek
committed
microblaze: Convert headers to SPDX license
Covert all headers to SPDX. Signed-off-by: Michal Simek <[email protected]> Reviewed-by: Stefan Asserhall <[email protected]> Reviewed-by: Arnd Bergmann <[email protected]>
1 parent 5119c41 commit 4726dd6

36 files changed

+36
-147
lines changed

arch/microblaze/include/asm/cache.h

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
1+
/* SPDX-License-Identifier: GPL-2.0 */
12
/*
23
* Cache operations
34
*
45
* Copyright (C) 2007-2009 Michal Simek <[email protected]>
56
* Copyright (C) 2007-2009 PetaLogix
67
* Copyright (C) 2003 John Williams <[email protected]>
7-
*
8-
* This file is subject to the terms and conditions of the GNU General
9-
* Public License. See the file COPYING in the main directory of this
10-
* archive for more details.
118
*/
129

1310
#ifndef _ASM_MICROBLAZE_CACHE_H

arch/microblaze/include/asm/cacheflush.h

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
1+
/* SPDX-License-Identifier: GPL-2.0 */
12
/*
23
* Copyright (C) 2007-2009 Michal Simek <[email protected]>
34
* Copyright (C) 2007-2009 PetaLogix
45
* Copyright (C) 2007 John Williams <[email protected]>
56
* based on v850 version which was
67
* Copyright (C) 2001,02,03 NEC Electronics Corporation
78
* Copyright (C) 2001,02,03 Miles Bader <[email protected]>
8-
*
9-
* This file is subject to the terms and conditions of the GNU General
10-
* Public License. See the file COPYING in the main directory of this
11-
* archive for more details.
12-
*
139
*/
1410

1511
#ifndef _ASM_MICROBLAZE_CACHEFLUSH_H

arch/microblaze/include/asm/checksum.h

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
1+
/* SPDX-License-Identifier: GPL-2.0 */
12
/*
23
* Copyright (C) 2008 Michal Simek <[email protected]>
34
* Copyright (C) 2006 Atmark Techno, Inc.
4-
*
5-
* This file is subject to the terms and conditions of the GNU General Public
6-
* License. See the file "COPYING" in the main directory of this archive
7-
* for more details.
85
*/
96

107
#ifndef _ASM_MICROBLAZE_CHECKSUM_H

arch/microblaze/include/asm/cpuinfo.h

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
1+
/* SPDX-License-Identifier: GPL-2.0 */
12
/*
23
* Generic support for queying CPU info
34
*
45
* Copyright (C) 2007-2009 Michal Simek <[email protected]>
56
* Copyright (C) 2007-2009 PetaLogix
67
* Copyright (C) 2007 John Williams <[email protected]>
7-
*
8-
* This file is subject to the terms and conditions of the GNU General
9-
* Public License. See the file COPYING in the main directory of this
10-
* archive for more details.
118
*/
129

1310
#ifndef _ASM_MICROBLAZE_CPUINFO_H

arch/microblaze/include/asm/current.h

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
1+
/* SPDX-License-Identifier: GPL-2.0 */
12
/*
23
* Copyright (C) 2008-2009 Michal Simek <[email protected]>
34
* Copyright (C) 2008-2009 PetaLogix
45
* Copyright (C) 2006 Atmark Techno, Inc.
5-
*
6-
* This file is subject to the terms and conditions of the GNU General Public
7-
* License. See the file "COPYING" in the main directory of this archive
8-
* for more details.
96
*/
107

118
#ifndef _ASM_MICROBLAZE_CURRENT_H

arch/microblaze/include/asm/delay.h

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
1+
/* SPDX-License-Identifier: GPL-2.0 */
12
/*
2-
* include/asm-microblaze/delay.h
3-
*
4-
* This file is subject to the terms and conditions of the GNU General Public
5-
* License. See the file "COPYING" in the main directory of this archive
6-
* for more details.
7-
*
83
* Copyright (C) 2008 Michal Simek
94
* Copyright (C) 2007 John Williams
105
* Copyright (C) 2006 Atmark Techno, Inc.

arch/microblaze/include/asm/dma.h

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
1+
/* SPDX-License-Identifier: GPL-2.0 */
12
/*
23
* Copyright (C) 2006 Atmark Techno, Inc.
3-
*
4-
* This file is subject to the terms and conditions of the GNU General Public
5-
* License. See the file "COPYING" in the main directory of this archive
6-
* for more details.
74
*/
85

96
#ifndef _ASM_MICROBLAZE_DMA_H

arch/microblaze/include/asm/elf.h

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
1+
/* SPDX-License-Identifier: GPL-2.0 */
12
/*
23
* Copyright (C) 2008-2009 Michal Simek <[email protected]>
34
* Copyright (C) 2008-2009 PetaLogix
45
* Copyright (C) 2006 Atmark Techno, Inc.
5-
*
6-
* This file is subject to the terms and conditions of the GNU General Public
7-
* License. See the file "COPYING" in the main directory of this archive
8-
* for more details.
96
*/
107
#ifndef _ASM_MICROBLAZE_ELF_H
118
#define _ASM_MICROBLAZE_ELF_H

arch/microblaze/include/asm/entry.h

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
1+
/* SPDX-License-Identifier: GPL-2.0 */
12
/*
23
* Definitions used by low-level trap handlers
34
*
45
* Copyright (C) 2008-2009 Michal Simek <[email protected]>
56
* Copyright (C) 2007-2009 PetaLogix
67
* Copyright (C) 2007 John Williams <[email protected]>
7-
*
8-
* This file is subject to the terms and conditions of the GNU General
9-
* Public License. See the file COPYING in the main directory of this
10-
* archive for more details.
118
*/
129

1310
#ifndef _ASM_MICROBLAZE_ENTRY_H

arch/microblaze/include/asm/exceptions.h

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
1+
/* SPDX-License-Identifier: GPL-2.0 */
12
/*
23
* Preliminary support for HW exception handing for Microblaze
34
*
45
* Copyright (C) 2008-2009 Michal Simek <[email protected]>
56
* Copyright (C) 2008-2009 PetaLogix
67
* Copyright (C) 2005 John Williams <[email protected]>
7-
*
8-
* This file is subject to the terms and conditions of the GNU General
9-
* Public License. See the file COPYING in the main directory of this
10-
* archive for more details.
118
*/
129

1310
#ifndef _ASM_MICROBLAZE_EXCEPTIONS_H

0 commit comments

Comments
 (0)