Skip to content

Commit

Permalink
SPDX License cleanup for LiMon imported files
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
wdenx authored and trini committed Oct 10, 2014
1 parent 04e2a13 commit 2ea9103
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion include/net.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Copyright 1994 - 2000 Neil Russell.
* (See License)
*
* SPDX-License-Identifier: GPL-2.0
*
* History
* 9/16/00 bor adapted to TQM823L/STK8xxL board, RARP/TFTP boot added
Expand Down
1 change: 1 addition & 0 deletions net/arp.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
* Copyright 2000 Roland Borde
* Copyright 2000 Paolo Scaffardi
* Copyright 2000-2002 Wolfgang Denk, [email protected]
* SPDX-License-Identifier: GPL-2.0
*/

#include <common.h>
Expand Down
1 change: 1 addition & 0 deletions net/arp.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
* Copyright 2000 Roland Borde
* Copyright 2000 Paolo Scaffardi
* Copyright 2000-2002 Wolfgang Denk, [email protected]
* SPDX-License-Identifier: GPL-2.0
*/

#ifndef __ARP_H__
Expand Down
1 change: 1 addition & 0 deletions net/cdp.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
* Copyright 2000 Roland Borde
* Copyright 2000 Paolo Scaffardi
* Copyright 2000-2002 Wolfgang Denk, [email protected]
* SPDX-License-Identifier: GPL-2.0
*/

#include <common.h>
Expand Down
1 change: 1 addition & 0 deletions net/cdp.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
* Copyright 2000 Roland Borde
* Copyright 2000 Paolo Scaffardi
* Copyright 2000-2002 Wolfgang Denk, [email protected]
* SPDX-License-Identifier: GPL-2.0
*/

#if defined(CONFIG_CMD_CDP)
Expand Down
1 change: 1 addition & 0 deletions net/net.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
* Copyright 2000 Roland Borde
* Copyright 2000 Paolo Scaffardi
* Copyright 2000-2002 Wolfgang Denk, [email protected]
* SPDX-License-Identifier: GPL-2.0
*/

/*
Expand Down
1 change: 1 addition & 0 deletions net/ping.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
* Copyright 2000 Roland Borde
* Copyright 2000 Paolo Scaffardi
* Copyright 2000-2002 Wolfgang Denk, [email protected]
* SPDX-License-Identifier: GPL-2.0
*/

#include "ping.h"
Expand Down
1 change: 1 addition & 0 deletions net/ping.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
* Copyright 2000 Roland Borde
* Copyright 2000 Paolo Scaffardi
* Copyright 2000-2002 Wolfgang Denk, [email protected]
* SPDX-License-Identifier: GPL-2.0
*/

#ifndef __PING_H__
Expand Down

0 comments on commit 2ea9103

Please sign in to comment.