From patchwork Wed Sep 2 13:58:48 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Anton Vorontsov X-Patchwork-Id: 71673 X-Patchwork-Delegate: kim.phillips@freescale.com Return-Path: X-Original-To: wd@gemini.denx.de Delivered-To: wd@gemini.denx.de Received: from diddl.denx.de (diddl.denx.de [10.0.0.6]) by gemini.denx.de (Postfix) with ESMTP id 5704B834A950 for ; Wed, 2 Sep 2009 16:01:38 +0200 (CEST) Received: from diddl.denx.de (localhost.localdomain [127.0.0.1]) by diddl.denx.de (Postfix) with ESMTP id 422A4C913100 for ; Wed, 2 Sep 2009 16:01:38 +0200 (CEST) Received: from pop.mnet-online.de by diddl.denx.de with POP3 (fetchmail-6.3.8) for (single-drop); Wed, 02 Sep 2009 16:01:38 +0200 (CEST) Received: from murder (svr19.m-online.net [192.168.3.147]) by backend2 (Cyrus v2.2.12) with LMTPA; Wed, 02 Sep 2009 16:03:03 +0200 X-Sieve: CMU Sieve 2.2 Received: from mail.m-online.net (localhost [127.0.0.1]) by frontend3.pop.m-online.net (Cyrus v2.2.13) with LMTPA; Wed, 02 Sep 2009 15:59:03 +0200 Received: from scanner-3.m-online.net (scanner-3.m-online.net [192.168.1.20]) by mail.m-online.net (Postfix) with ESMTP id 7A948200614; Wed, 2 Sep 2009 15:59:03 +0200 (CEST) Received: from mxin-3.m-online.net ([192.168.1.19]) by scanner-3.m-online.net (scanner-3.m-online.net [192.168.1.20]) (amavisd-new, port 10026) with ESMTP id 26123-01; Wed, 2 Sep 2009 15:59:02 +0200 (CEST) Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by mxin-3.m-online.net (Postfix) with ESMTP id B880846C0AA; Wed, 2 Sep 2009 15:59:01 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 362BF280EA; Wed, 2 Sep 2009 15:59:00 +0200 (CEST) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id mJ6JdihnSrYe; Wed, 2 Sep 2009 15:58:59 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 474FB280FE; Wed, 2 Sep 2009 15:58:58 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id B62A4280E9 for ; Wed, 2 Sep 2009 15:58:55 +0200 (CEST) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id mvjtL7OoQkph for ; Wed, 2 Sep 2009 15:58:53 +0200 (CEST) Received: from buildserver.ru.mvista.com (unknown [213.79.90.228]) by theia.denx.de (Postfix) with ESMTP id 076F2280E2 for ; Wed, 2 Sep 2009 15:58:51 +0200 (CEST) Received: from localhost (unknown [10.150.0.9]) by buildserver.ru.mvista.com (Postfix) with ESMTP id 1021B8814; Wed, 2 Sep 2009 18:58:49 +0500 (SAMST) Date: Wed, 2 Sep 2009 17:58:48 +0400 From: Anton Vorontsov To: Kumar Gala Message-ID: <20090902135848.GA28928@oksana.dev.rtsoft.ru> 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> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <450C79C3-26D3-42CA-999E-0DA812734F24@kernel.crashing.org> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: u-boot@lists.denx.de Subject: [U-Boot] mpc83xx/serdes: License cleanup: remove "All Rights Reserved" notice X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.9 Precedence: list Reply-To: avorontsov@ru.mvista.com List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de X-Virus-Scanned: by amavisd-new at m-online.net "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 *