summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWolfgang Denk <[email protected]>2009-09-02 14:57:27 +0200
committerTom Rix <[email protected]>2009-10-03 09:04:13 -0500
commit4c5baa633e21748f2c10a4026e8fa5c3db10ea46 (patch)
tree24c0d9ff05c8cd36460d02e6ec70125e75614945
parent71b24e56121655f797e57fd265d2241654b3335d (diff)
License cleanup: remove unintended "All Rights Reserved" notices.
Some files included my old standerd file header which had a "All Rights Reserved" part. As this has never been my intention, I remove these lines to make the files compatible with GPL v.2 and later. Signed-off-by: Wolfgang Denk <[email protected]>
-rw-r--r--board/lwmon/lwmon.c1
-rw-r--r--drivers/input/keyboard.c1
-rw-r--r--drivers/input/pc_keyb.c1
-rw-r--r--drivers/input/ps2mult.c1
-rw-r--r--drivers/input/ps2ser.c1
-rw-r--r--tools/mkimage.c1
-rw-r--r--tools/mkimage.h1
7 files changed, 0 insertions, 7 deletions
diff --git a/board/lwmon/lwmon.c b/board/lwmon/lwmon.c
index 75b32090d19..8e277789396 100644
--- a/board/lwmon/lwmon.c
+++ b/board/lwmon/lwmon.c
@@ -7,7 +7,6 @@ M* Content: LWMON specific U-Boot commands.
* (C) Copyright 2001, 2002
* DENX Software Engineering
* Wolfgang Denk, [email protected]
- * All rights reserved.
*
D* Design: [email protected]
C* Coding: [email protected]
diff --git a/drivers/input/keyboard.c b/drivers/input/keyboard.c
index a5fbd5f5095..614592ef3c1 100644
--- a/drivers/input/keyboard.c
+++ b/drivers/input/keyboard.c
@@ -3,7 +3,6 @@
* (C) Copyright 2004
* DENX Software Engineering
* Wolfgang Denk, [email protected]
- * All rights reserved.
*
* Keyboard driver
*
diff --git a/drivers/input/pc_keyb.c b/drivers/input/pc_keyb.c
index 25ad3e40650..1606ab33ff4 100644
--- a/drivers/input/pc_keyb.c
+++ b/drivers/input/pc_keyb.c
@@ -3,7 +3,6 @@
* (C) Copyright 2004
* DENX Software Engineering
* Wolfgang Denk, [email protected]
- * All rights reserved.
*
* PS/2 keyboard driver
*
diff --git a/drivers/input/ps2mult.c b/drivers/input/ps2mult.c
index ecd585323f9..ab749336bf5 100644
--- a/drivers/input/ps2mult.c
+++ b/drivers/input/ps2mult.c
@@ -3,7 +3,6 @@
* (C) Copyright 2004
* DENX Software Engineering
* Wolfgang Denk, [email protected]
- * All rights reserved.
*
* PS/2 multiplexer driver
*
diff --git a/drivers/input/ps2ser.c b/drivers/input/ps2ser.c
index 1a5e2d43dba..1b20a76c4c3 100644
--- a/drivers/input/ps2ser.c
+++ b/drivers/input/ps2ser.c
@@ -3,7 +3,6 @@
* (C) Copyright 2004-2009
* DENX Software Engineering
* Wolfgang Denk, [email protected]
- * All rights reserved.
*
* Simple 16550A serial driver
*
diff --git a/tools/mkimage.c b/tools/mkimage.c
index 02cdb953877..7fd9fd1aeb8 100644
--- a/tools/mkimage.c
+++ b/tools/mkimage.c
@@ -4,7 +4,6 @@
* (C) Copyright 2000-2004
* DENX Software Engineering
* Wolfgang Denk, [email protected]
- * All rights reserved.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/tools/mkimage.h b/tools/mkimage.h
index 70c53add169..c077dc955ff 100644
--- a/tools/mkimage.h
+++ b/tools/mkimage.h
@@ -2,7 +2,6 @@
* (C) Copyright 2000-2004
* DENX Software Engineering
* Wolfgang Denk, [email protected]
- * All rights reserved.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as