From owner-svn-src-projects@FreeBSD.ORG Tue Nov 13 15:35:16 2012 Return-Path: Delivered-To: svn-src-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2310BD14; Tue, 13 Nov 2012 15:35:16 +0000 (UTC) (envelope-from ray@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id EC8528FC08; Tue, 13 Nov 2012 15:35:15 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qADFZFOM071349; Tue, 13 Nov 2012 15:35:15 GMT (envelope-from ray@svn.freebsd.org) Received: (from ray@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qADFZFN3071334; Tue, 13 Nov 2012 15:35:15 GMT (envelope-from ray@svn.freebsd.org) Message-Id: <201211131535.qADFZFN3071334@svn.freebsd.org> From: Aleksandr Rybalko Date: Tue, 13 Nov 2012 15:35:15 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r242979 - in projects/efika_mx/sys: arm/freescale/imx dev/ata/chipsets dev/uart X-SVN-Group: projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Nov 2012 15:35:16 -0000 Author: ray Date: Tue Nov 13 15:35:15 2012 New Revision: 242979 URL: http://svnweb.freebsd.org/changeset/base/242979 Log: Fix copyright message to more readable form (add empty line after author part). Pointed out by: joel@ Modified: projects/efika_mx/sys/arm/freescale/imx/bus_space.c projects/efika_mx/sys/arm/freescale/imx/console.c projects/efika_mx/sys/arm/freescale/imx/imx51_ccm.c projects/efika_mx/sys/arm/freescale/imx/imx51_ccmreg.h projects/efika_mx/sys/arm/freescale/imx/imx51_ccmvar.h projects/efika_mx/sys/arm/freescale/imx/imx51_dpllreg.h projects/efika_mx/sys/arm/freescale/imx/imx51_tzicreg.h projects/efika_mx/sys/arm/freescale/imx/imx_gpt.c projects/efika_mx/sys/arm/freescale/imx/imx_gptreg.h projects/efika_mx/sys/arm/freescale/imx/imx_gptvar.h projects/efika_mx/sys/arm/freescale/imx/tzic.c projects/efika_mx/sys/dev/ata/chipsets/ata-fsl.c projects/efika_mx/sys/dev/uart/uart_dev_imx.c projects/efika_mx/sys/dev/uart/uart_dev_imx5xx.h Modified: projects/efika_mx/sys/arm/freescale/imx/bus_space.c ============================================================================== --- projects/efika_mx/sys/arm/freescale/imx/bus_space.c Tue Nov 13 15:21:01 2012 (r242978) +++ projects/efika_mx/sys/arm/freescale/imx/bus_space.c Tue Nov 13 15:35:15 2012 (r242979) @@ -6,6 +6,7 @@ * from the FreeBSD Foundation. * Portions of this software were developed by Oleksandr Rybalko * under sponsorship from the FreeBSD Foundation. + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: Modified: projects/efika_mx/sys/arm/freescale/imx/console.c ============================================================================== --- projects/efika_mx/sys/arm/freescale/imx/console.c Tue Nov 13 15:21:01 2012 (r242978) +++ projects/efika_mx/sys/arm/freescale/imx/console.c Tue Nov 13 15:35:15 2012 (r242979) @@ -4,6 +4,7 @@ * * This software was developed by Oleksandr Rybalko under sponsorship * from the FreeBSD Foundation. + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: Modified: projects/efika_mx/sys/arm/freescale/imx/imx51_ccm.c ============================================================================== --- projects/efika_mx/sys/arm/freescale/imx/imx51_ccm.c Tue Nov 13 15:21:01 2012 (r242978) +++ projects/efika_mx/sys/arm/freescale/imx/imx51_ccm.c Tue Nov 13 15:35:15 2012 (r242979) @@ -31,6 +31,7 @@ * * Portions of this software were developed by Oleksandr Rybalko * under sponsorship from the FreeBSD Foundation. + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: Modified: projects/efika_mx/sys/arm/freescale/imx/imx51_ccmreg.h ============================================================================== --- projects/efika_mx/sys/arm/freescale/imx/imx51_ccmreg.h Tue Nov 13 15:21:01 2012 (r242978) +++ projects/efika_mx/sys/arm/freescale/imx/imx51_ccmreg.h Tue Nov 13 15:35:15 2012 (r242979) @@ -31,6 +31,7 @@ * * Portions of this software were developed by Oleksandr Rybalko * under sponsorship from the FreeBSD Foundation. + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: Modified: projects/efika_mx/sys/arm/freescale/imx/imx51_ccmvar.h ============================================================================== --- projects/efika_mx/sys/arm/freescale/imx/imx51_ccmvar.h Tue Nov 13 15:21:01 2012 (r242978) +++ projects/efika_mx/sys/arm/freescale/imx/imx51_ccmvar.h Tue Nov 13 15:35:15 2012 (r242979) @@ -31,6 +31,7 @@ * * Portions of this software were developed by Oleksandr Rybalko * under sponsorship from the FreeBSD Foundation. + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: Modified: projects/efika_mx/sys/arm/freescale/imx/imx51_dpllreg.h ============================================================================== --- projects/efika_mx/sys/arm/freescale/imx/imx51_dpllreg.h Tue Nov 13 15:21:01 2012 (r242978) +++ projects/efika_mx/sys/arm/freescale/imx/imx51_dpllreg.h Tue Nov 13 15:35:15 2012 (r242979) @@ -31,6 +31,7 @@ * * Portions of this software were developed by Oleksandr Rybalko * under sponsorship from the FreeBSD Foundation. + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: Modified: projects/efika_mx/sys/arm/freescale/imx/imx51_tzicreg.h ============================================================================== --- projects/efika_mx/sys/arm/freescale/imx/imx51_tzicreg.h Tue Nov 13 15:21:01 2012 (r242978) +++ projects/efika_mx/sys/arm/freescale/imx/imx51_tzicreg.h Tue Nov 13 15:35:15 2012 (r242979) @@ -31,6 +31,7 @@ * * Portions of this software were developed by Oleksandr Rybalko * under sponsorship from the FreeBSD Foundation. + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: Modified: projects/efika_mx/sys/arm/freescale/imx/imx_gpt.c ============================================================================== --- projects/efika_mx/sys/arm/freescale/imx/imx_gpt.c Tue Nov 13 15:21:01 2012 (r242978) +++ projects/efika_mx/sys/arm/freescale/imx/imx_gpt.c Tue Nov 13 15:35:15 2012 (r242979) @@ -4,6 +4,7 @@ * * This software was developed by Oleksandr Rybalko under sponsorship * from the FreeBSD Foundation. + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: Modified: projects/efika_mx/sys/arm/freescale/imx/imx_gptreg.h ============================================================================== --- projects/efika_mx/sys/arm/freescale/imx/imx_gptreg.h Tue Nov 13 15:21:01 2012 (r242978) +++ projects/efika_mx/sys/arm/freescale/imx/imx_gptreg.h Tue Nov 13 15:35:15 2012 (r242979) @@ -4,6 +4,7 @@ * * This software was developed by Oleksandr Rybalko under sponsorship * from the FreeBSD Foundation. + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: Modified: projects/efika_mx/sys/arm/freescale/imx/imx_gptvar.h ============================================================================== --- projects/efika_mx/sys/arm/freescale/imx/imx_gptvar.h Tue Nov 13 15:21:01 2012 (r242978) +++ projects/efika_mx/sys/arm/freescale/imx/imx_gptvar.h Tue Nov 13 15:35:15 2012 (r242979) @@ -4,6 +4,7 @@ * * This software was developed by Oleksandr Rybalko under sponsorship * from the FreeBSD Foundation. + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: Modified: projects/efika_mx/sys/arm/freescale/imx/tzic.c ============================================================================== --- projects/efika_mx/sys/arm/freescale/imx/tzic.c Tue Nov 13 15:21:01 2012 (r242978) +++ projects/efika_mx/sys/arm/freescale/imx/tzic.c Tue Nov 13 15:35:15 2012 (r242979) @@ -4,6 +4,7 @@ * * This software was developed by Oleksandr Rybalko under sponsorship * from the FreeBSD Foundation. + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: Modified: projects/efika_mx/sys/dev/ata/chipsets/ata-fsl.c ============================================================================== --- projects/efika_mx/sys/dev/ata/chipsets/ata-fsl.c Tue Nov 13 15:21:01 2012 (r242978) +++ projects/efika_mx/sys/dev/ata/chipsets/ata-fsl.c Tue Nov 13 15:35:15 2012 (r242979) @@ -4,6 +4,7 @@ * * This software was developed by Oleksandr Rybalko under sponsorship * from the FreeBSD Foundation. + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: Modified: projects/efika_mx/sys/dev/uart/uart_dev_imx.c ============================================================================== --- projects/efika_mx/sys/dev/uart/uart_dev_imx.c Tue Nov 13 15:21:01 2012 (r242978) +++ projects/efika_mx/sys/dev/uart/uart_dev_imx.c Tue Nov 13 15:35:15 2012 (r242979) @@ -4,6 +4,7 @@ * * This software was developed by Oleksandr Rybalko under sponsorship * from the FreeBSD Foundation. + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: Modified: projects/efika_mx/sys/dev/uart/uart_dev_imx5xx.h ============================================================================== --- projects/efika_mx/sys/dev/uart/uart_dev_imx5xx.h Tue Nov 13 15:21:01 2012 (r242978) +++ projects/efika_mx/sys/dev/uart/uart_dev_imx5xx.h Tue Nov 13 15:35:15 2012 (r242979) @@ -4,6 +4,7 @@ * * This software was developed by Oleksandr Rybalko under sponsorship * from the FreeBSD Foundation. + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: