diff mbox

[U-Boot] mpc83xx/serdes: License cleanup: remove "All Rights Reserved" notice

Message ID 20090902135848.GA28928@oksana.dev.rtsoft.ru
State Accepted
Commit 001d615681333569c555e6cde07d8d23e2c536fb
Delegated to: Kim Phillips
Headers show

Commit Message

Anton Vorontsov Sept. 2, 2009, 1:58 p.m. UTC
"All Rights Reserved" conflicts with the GPL.

Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
---
 cpu/mpc83xx/serdes.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff mbox

Patch

diff --git a/cpu/mpc83xx/serdes.c b/cpu/mpc83xx/serdes.c
index 283cc3f..64033fe 100644
--- a/cpu/mpc83xx/serdes.c
+++ b/cpu/mpc83xx/serdes.c
@@ -2,7 +2,7 @@ 
  * Freescale SerDes initialization routine
  *
  * Copyright (C) 2007 Freescale Semicondutor, Inc.
- * Copyright (C) 2008 MontaVista Software, Inc. All rights reserved.
+ * Copyright (C) 2008 MontaVista Software, Inc.
  *
  * Author: Li Yang <leoli@freescale.com>
  *