From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19379 invoked by alias); 2 Apr 2009 16:44:27 -0000 Received: (qmail 19262 invoked by uid 22791); 2 Apr 2009 16:44:25 -0000 X-SWARE-Spam-Status: No, hits=1.1 required=5.0 tests=BAYES_40,MISSING_HEADERS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from rt.gnu.org (HELO rt.gnu.org) (199.232.76.167) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 02 Apr 2009 16:44:20 +0000 Received: from www-data by rt.gnu.org with local (Exim 4.69) (envelope-from ) id 1LpQ2v-0003fy-K8; Thu, 02 Apr 2009 12:45:41 -0400 Subject: [gnu.org #360143] changes to the Copyright Assignment From: "Donald R Robertson III via RT" Reply-To: copyright-clerk-comment@fsf.org In-Reply-To: References: <69DB6A131714E740A1B1404E0BA652490196845B@az33exm22.fsl.freescale.net> <69DB6A131714E740A1B1404E0BA6524901A9E321@az33exm22.fsl.freescale.net> <69DB6A131714E740A1B1404E0BA652490257BA5F@az33exm22.fsl.freescale.net> <69DB6A131714E740A1B1404E0BA65249025E31F0@az33exm22.fsl.freescale.net> Message-ID: X-RT-Loop-Prevention: gnu.org RT-Ticket: gnu.org #360143 Managed-by: RT 3.4.5 (http://www.bestpractical.com/rt/) RT-Originator: donald@fsf.org Cc: robyn.weil@freescale.com, ecos-maintainers@ecos.sourceware.org MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit X-RT-Original-Encoding: utf-8 Date: Thu, 02 Apr 2009 16:44:00 -0000 Mailing-List: contact ecos-maintainers-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: ecos-maintainers-owner@ecos.sourceware.org X-SW-Source: 2009-04/txt/msg00000.txt.bz2 Hello, Your eCos assignment/disclaimer process with the FSF is currently complete; your fully executed PDF will be sent to you in a separate email immediately following this one. Please remember to let us know when your employment status changes, as this may effect your assignment status. Thank you for your contribution! All the best, Donald R. Robertson, III, J.D. Assignment Administrator Free Software Foundation 51 Franklin Street, Fifth Floor Boston, MA 02110 Phone +1-617-542-5942 Fax +1-617-542-2652 cc - maintainer _______________________________________________________________________ INFORMATION FOR THE MAINTAINER(S) Here's how the contributor answered the question, “ Did you copy any files or text written by someone else in these changes?” 6.[Please write a brief description of the contribution] Added/Created: - arch for the powerpc e200z(1,6) core - variant for the mpc55xx family - plt. the MPC5554DEMO board - plt. the MPC5553DEMO board - plt. the MPC5567GW board - CAN device driver (Flexcan) for mpc55xx (supports FlexCanA FlexCanB FlexCanC) - serial device driver (ESCI) for mpc55xx - eth. device driver (FEC) for mpc5553 (with workaround for ERRATA 2049) - eth. device driver (FEC) for mpc5567 - variant for the mpc551x family - plt. the MPC5516DEMO board 7.[Which files have you changed so far, and which new files have you written so far?] Not to take care about the other ports and so create any conflicts/problems no files were changed, instead all touched files/folders were copied. Added the folders: - hal/powerpc/e200 (arch) - hal/powerpc/mpc55xx (var) - hal/powerpc/mpc5554 (plt) - hal/powerpc/mpc5553 (plt) - hal/powerpc/mpc5567 (plt) - hal/powerpc/mpc5567demo (plt) - hal/powerpc/mpc551x (var) - hal/powerpc/mpc5516 (plt) - devs/can/powerpc/mpc55xx (dev/can) - devs/eth/powerpc/mpc5553 (dev/eth) - devs/eth/powerpc/mpc5567 (dev/eth) - devs/serial/powerpc/mpc55xx (dev/ser)