From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anton Vorontsov Date: Wed, 2 Sep 2009 17:58:48 +0400 Subject: [U-Boot] mpc83xx/serdes: License cleanup: remove "All Rights Reserved" notice In-Reply-To: <450C79C3-26D3-42CA-999E-0DA812734F24@kernel.crashing.org> References: <1251896248-30088-1-git-send-email-wd@denx.de> <1251896248-30088-3-git-send-email-wd@denx.de> <450C79C3-26D3-42CA-999E-0DA812734F24@kernel.crashing.org> Message-ID: <20090902135848.GA28928@oksana.dev.rtsoft.ru> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de "All Rights Reserved" conflicts with the GPL. Signed-off-by: Anton Vorontsov --- 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 * -- 1.6.3.3