Commit 2ea9103924048637d28baf0f7b1dd410f6704c32

Authored by Wolfgang Denk
Committed by Tom Rini
1 parent 04e2a13336

SPDX License cleanup for LiMon imported files

A number of network related files were imported from the LiMon
project; these contain a somewhat unclear license statement:

	Copyright 1994 - 2000 Neil Russell.
	(See License)

I analyzed the source code of LiMon v1.4.2 which was used for this
import.  It does not contain any "License" file, but the top level
directory contains a file "COPYING", which turns out to be GPL v2
of June 1991.  So it is legitimate to conclude that the LiMon derived
files are also to be released under GPLv2.  Mark them as such.

Signed-off-by: Wolfgang Denk <wd@denx.de>

Showing 8 changed files with 8 additions and 1 deletions Side-by-side Diff

... ... @@ -3,7 +3,7 @@
3 3 *
4 4 * Copyright 1994 - 2000 Neil Russell.
5 5 * (See License)
6   - *
  6 + * SPDX-License-Identifier: GPL-2.0
7 7 *
8 8 * History
9 9 * 9/16/00 bor adapted to TQM823L/STK8xxL board, RARP/TFTP boot added
... ... @@ -6,6 +6,7 @@
6 6 * Copyright 2000 Roland Borde
7 7 * Copyright 2000 Paolo Scaffardi
8 8 * Copyright 2000-2002 Wolfgang Denk, wd@denx.de
  9 + * SPDX-License-Identifier: GPL-2.0
9 10 */
10 11  
11 12 #include <common.h>
... ... @@ -6,6 +6,7 @@
6 6 * Copyright 2000 Roland Borde
7 7 * Copyright 2000 Paolo Scaffardi
8 8 * Copyright 2000-2002 Wolfgang Denk, wd@denx.de
  9 + * SPDX-License-Identifier: GPL-2.0
9 10 */
10 11  
11 12 #ifndef __ARP_H__
... ... @@ -6,6 +6,7 @@
6 6 * Copyright 2000 Roland Borde
7 7 * Copyright 2000 Paolo Scaffardi
8 8 * Copyright 2000-2002 Wolfgang Denk, wd@denx.de
  9 + * SPDX-License-Identifier: GPL-2.0
9 10 */
10 11  
11 12 #include <common.h>
... ... @@ -6,6 +6,7 @@
6 6 * Copyright 2000 Roland Borde
7 7 * Copyright 2000 Paolo Scaffardi
8 8 * Copyright 2000-2002 Wolfgang Denk, wd@denx.de
  9 + * SPDX-License-Identifier: GPL-2.0
9 10 */
10 11  
11 12 #if defined(CONFIG_CMD_CDP)
... ... @@ -6,6 +6,7 @@
6 6 * Copyright 2000 Roland Borde
7 7 * Copyright 2000 Paolo Scaffardi
8 8 * Copyright 2000-2002 Wolfgang Denk, wd@denx.de
  9 + * SPDX-License-Identifier: GPL-2.0
9 10 */
10 11  
11 12 /*
... ... @@ -6,6 +6,7 @@
6 6 * Copyright 2000 Roland Borde
7 7 * Copyright 2000 Paolo Scaffardi
8 8 * Copyright 2000-2002 Wolfgang Denk, wd@denx.de
  9 + * SPDX-License-Identifier: GPL-2.0
9 10 */
10 11  
11 12 #include "ping.h"
... ... @@ -6,6 +6,7 @@
6 6 * Copyright 2000 Roland Borde
7 7 * Copyright 2000 Paolo Scaffardi
8 8 * Copyright 2000-2002 Wolfgang Denk, wd@denx.de
  9 + * SPDX-License-Identifier: GPL-2.0
9 10 */
10 11  
11 12 #ifndef __PING_H__