Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Nov 2012 15:35:15 +0000 (UTC)
From:      Aleksandr Rybalko <ray@FreeBSD.org>
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
Message-ID:  <201211131535.qADFZFN3071334@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211131535.qADFZFN3071334>