diff options
author | Anton Vorontsov <avorontsov@ru.mvista.com> | 2009-09-02 17:58:48 +0400 |
---|---|---|
committer | Tom Rix <Tom.Rix@windriver.com> | 2009-10-03 09:04:13 -0500 |
commit | 13ba788a62c59ba85fb5849be74aec80bf34f0ba (patch) | |
tree | fd0bdaa3ed90a5296650add15170f322cbed92b6 | |
parent | 4c5baa633e21748f2c10a4026e8fa5c3db10ea46 (diff) | |
download | u-boot-imx-13ba788a62c59ba85fb5849be74aec80bf34f0ba.zip u-boot-imx-13ba788a62c59ba85fb5849be74aec80bf34f0ba.tar.gz u-boot-imx-13ba788a62c59ba85fb5849be74aec80bf34f0ba.tar.bz2 |
mpc83xx/serdes: License cleanup: remove "All Rights Reserved" notice
"All Rights Reserved" conflicts with the GPL.
Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
-rw-r--r-- | cpu/mpc83xx/serdes.c | 2 |
1 files changed, 1 insertions, 1 deletions
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> * |