svn commit: r250357 - head/sys/arm/freescale/imx

Aleksandr Rybalko ray at FreeBSD.org
Wed May 8 09:42:55 UTC 2013


Author: ray
Date: Wed May  8 09:42:50 2013
New Revision: 250357
URL: http://svnweb.freebsd.org/changeset/base/250357

Log:
  Update copyright date.

Modified:
  head/sys/arm/freescale/imx/bus_space.c
  head/sys/arm/freescale/imx/common.c
  head/sys/arm/freescale/imx/console.c
  head/sys/arm/freescale/imx/i2c.c
  head/sys/arm/freescale/imx/imx51_ccm.c
  head/sys/arm/freescale/imx/imx51_ccmreg.h
  head/sys/arm/freescale/imx/imx51_ccmvar.h
  head/sys/arm/freescale/imx/imx51_dpllreg.h
  head/sys/arm/freescale/imx/imx51_gpio.c
  head/sys/arm/freescale/imx/imx51_iomux.c
  head/sys/arm/freescale/imx/imx51_iomuxreg.h
  head/sys/arm/freescale/imx/imx51_iomuxvar.h
  head/sys/arm/freescale/imx/imx51_ipuv3.c
  head/sys/arm/freescale/imx/imx51_ipuv3reg.h
  head/sys/arm/freescale/imx/imx51_sdmareg.h
  head/sys/arm/freescale/imx/imx51_ssireg.h
  head/sys/arm/freescale/imx/imx51_tzicreg.h
  head/sys/arm/freescale/imx/imx_gpt.c
  head/sys/arm/freescale/imx/imx_gptreg.h
  head/sys/arm/freescale/imx/imx_gptvar.h
  head/sys/arm/freescale/imx/imx_machdep.c
  head/sys/arm/freescale/imx/imx_wdog.c
  head/sys/arm/freescale/imx/imx_wdogreg.h
  head/sys/arm/freescale/imx/tzic.c

Modified: head/sys/arm/freescale/imx/bus_space.c
==============================================================================
--- head/sys/arm/freescale/imx/bus_space.c	Wed May  8 08:53:55 2013	(r250356)
+++ head/sys/arm/freescale/imx/bus_space.c	Wed May  8 09:42:50 2013	(r250357)
@@ -1,5 +1,5 @@
 /*-
- * Copyright (C) 2012 FreeBSD Foundation
+ * Copyright (C) 2012, 2013 FreeBSD Foundation
  * All rights reserved.
  *
  * This software was developed by Oleksandr Tymoshenko under sponsorship

Modified: head/sys/arm/freescale/imx/common.c
==============================================================================
--- head/sys/arm/freescale/imx/common.c	Wed May  8 08:53:55 2013	(r250356)
+++ head/sys/arm/freescale/imx/common.c	Wed May  8 09:42:50 2013	(r250357)
@@ -1,6 +1,6 @@
 /*-
  * Copyright (C) 2008-2011 MARVELL INTERNATIONAL LTD.
- * Copyright (c) 2012 The FreeBSD Foundation
+ * Copyright (c) 2012, 2013 The FreeBSD Foundation
  * All rights reserved.
  *
  * Developed by Semihalf.

Modified: head/sys/arm/freescale/imx/console.c
==============================================================================
--- head/sys/arm/freescale/imx/console.c	Wed May  8 08:53:55 2013	(r250356)
+++ head/sys/arm/freescale/imx/console.c	Wed May  8 09:42:50 2013	(r250357)
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2012 The FreeBSD Foundation
+ * Copyright (c) 2012, 2013 The FreeBSD Foundation
  * All rights reserved.
  *
  * This software was developed by Oleksandr Rybalko under sponsorship

Modified: head/sys/arm/freescale/imx/i2c.c
==============================================================================
--- head/sys/arm/freescale/imx/i2c.c	Wed May  8 08:53:55 2013	(r250356)
+++ head/sys/arm/freescale/imx/i2c.c	Wed May  8 09:42:50 2013	(r250357)
@@ -1,6 +1,6 @@
 /*-
  * Copyright (C) 2008-2009 Semihalf, Michal Hajduk
- * Copyright (c) 2012 The FreeBSD Foundation
+ * Copyright (c) 2012, 2013 The FreeBSD Foundation
  * All rights reserved.
  *
  * Portions of this software were developed by Oleksandr Rybalko

Modified: head/sys/arm/freescale/imx/imx51_ccm.c
==============================================================================
--- head/sys/arm/freescale/imx/imx51_ccm.c	Wed May  8 08:53:55 2013	(r250356)
+++ head/sys/arm/freescale/imx/imx51_ccm.c	Wed May  8 09:42:50 2013	(r250357)
@@ -26,7 +26,7 @@
  */
 
 /*-
- * Copyright (c) 2012 The FreeBSD Foundation
+ * Copyright (c) 2012, 2013 The FreeBSD Foundation
  * All rights reserved.
  *
  * Portions of this software were developed by Oleksandr Rybalko

Modified: head/sys/arm/freescale/imx/imx51_ccmreg.h
==============================================================================
--- head/sys/arm/freescale/imx/imx51_ccmreg.h	Wed May  8 08:53:55 2013	(r250356)
+++ head/sys/arm/freescale/imx/imx51_ccmreg.h	Wed May  8 09:42:50 2013	(r250357)
@@ -26,7 +26,7 @@
  */
 
 /*-
- * Copyright (c) 2012 The FreeBSD Foundation
+ * Copyright (c) 2012, 2013 The FreeBSD Foundation
  * All rights reserved.
  *
  * Portions of this software were developed by Oleksandr Rybalko

Modified: head/sys/arm/freescale/imx/imx51_ccmvar.h
==============================================================================
--- head/sys/arm/freescale/imx/imx51_ccmvar.h	Wed May  8 08:53:55 2013	(r250356)
+++ head/sys/arm/freescale/imx/imx51_ccmvar.h	Wed May  8 09:42:50 2013	(r250357)
@@ -26,7 +26,7 @@
  */
 
 /*-
- * Copyright (c) 2012 The FreeBSD Foundation
+ * Copyright (c) 2012, 2013 The FreeBSD Foundation
  * All rights reserved.
  *
  * Portions of this software were developed by Oleksandr Rybalko

Modified: head/sys/arm/freescale/imx/imx51_dpllreg.h
==============================================================================
--- head/sys/arm/freescale/imx/imx51_dpllreg.h	Wed May  8 08:53:55 2013	(r250356)
+++ head/sys/arm/freescale/imx/imx51_dpllreg.h	Wed May  8 09:42:50 2013	(r250357)
@@ -26,7 +26,7 @@
  */
 
 /*-
- * Copyright (c) 2012 The FreeBSD Foundation
+ * Copyright (c) 2012, 2013 The FreeBSD Foundation
  * All rights reserved.
  *
  * Portions of this software were developed by Oleksandr Rybalko

Modified: head/sys/arm/freescale/imx/imx51_gpio.c
==============================================================================
--- head/sys/arm/freescale/imx/imx51_gpio.c	Wed May  8 08:53:55 2013	(r250356)
+++ head/sys/arm/freescale/imx/imx51_gpio.c	Wed May  8 09:42:50 2013	(r250357)
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2012 The FreeBSD Foundation
+ * Copyright (c) 2012, 2013 The FreeBSD Foundation
  * All rights reserved.
  *
  * This software was developed by Oleksandr Rybalko under sponsorship

Modified: head/sys/arm/freescale/imx/imx51_iomux.c
==============================================================================
--- head/sys/arm/freescale/imx/imx51_iomux.c	Wed May  8 08:53:55 2013	(r250356)
+++ head/sys/arm/freescale/imx/imx51_iomux.c	Wed May  8 09:42:50 2013	(r250357)
@@ -27,7 +27,7 @@
  */
 
 /*-
- * Copyright (c) 2012 The FreeBSD Foundation
+ * Copyright (c) 2012, 2013 The FreeBSD Foundation
  * All rights reserved.
  *
  * Portions of this software were developed by Oleksandr Rybalko

Modified: head/sys/arm/freescale/imx/imx51_iomuxreg.h
==============================================================================
--- head/sys/arm/freescale/imx/imx51_iomuxreg.h	Wed May  8 08:53:55 2013	(r250356)
+++ head/sys/arm/freescale/imx/imx51_iomuxreg.h	Wed May  8 09:42:50 2013	(r250357)
@@ -4,7 +4,7 @@
  */
 
 /*-
- * Copyright (c) 2012 The FreeBSD Foundation
+ * Copyright (c) 2012, 2013 The FreeBSD Foundation
  * All rights reserved.
  *
  * Portions of this software were developed by Oleksandr Rybalko

Modified: head/sys/arm/freescale/imx/imx51_iomuxvar.h
==============================================================================
--- head/sys/arm/freescale/imx/imx51_iomuxvar.h	Wed May  8 08:53:55 2013	(r250356)
+++ head/sys/arm/freescale/imx/imx51_iomuxvar.h	Wed May  8 09:42:50 2013	(r250357)
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2012 The FreeBSD Foundation
+ * Copyright (c) 2012, 2013 The FreeBSD Foundation
  * All rights reserved.
  *
  * Portions of this software were developed by Oleksandr Rybalko

Modified: head/sys/arm/freescale/imx/imx51_ipuv3.c
==============================================================================
--- head/sys/arm/freescale/imx/imx51_ipuv3.c	Wed May  8 08:53:55 2013	(r250356)
+++ head/sys/arm/freescale/imx/imx51_ipuv3.c	Wed May  8 09:42:50 2013	(r250357)
@@ -1,5 +1,6 @@
 /*-
  * Copyright (c) 2012 Oleksandr Tymoshenko <gonzo at freebsd.org>
+ * Copyright (c) 2012, 2013 The FreeBSD Foundation
  * All rights reserved.
  *
  * Portions of this software were developed by Oleksandr Rybalko

Modified: head/sys/arm/freescale/imx/imx51_ipuv3reg.h
==============================================================================
--- head/sys/arm/freescale/imx/imx51_ipuv3reg.h	Wed May  8 08:53:55 2013	(r250356)
+++ head/sys/arm/freescale/imx/imx51_ipuv3reg.h	Wed May  8 09:42:50 2013	(r250357)
@@ -26,7 +26,7 @@
  */
 
 /*-
- * Copyright (c) 2012 The FreeBSD Foundation
+ * Copyright (c) 2012, 2013 The FreeBSD Foundation
  * All rights reserved.
  *
  * Portions of this software were developed by Oleksandr Rybalko

Modified: head/sys/arm/freescale/imx/imx51_sdmareg.h
==============================================================================
--- head/sys/arm/freescale/imx/imx51_sdmareg.h	Wed May  8 08:53:55 2013	(r250356)
+++ head/sys/arm/freescale/imx/imx51_sdmareg.h	Wed May  8 09:42:50 2013	(r250357)
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2012 The FreeBSD Foundation
+ * Copyright (c) 2012, 2013 The FreeBSD Foundation
  * All rights reserved.
  *
  * This software was developed by Oleksandr Rybalko under sponsorship

Modified: head/sys/arm/freescale/imx/imx51_ssireg.h
==============================================================================
--- head/sys/arm/freescale/imx/imx51_ssireg.h	Wed May  8 08:53:55 2013	(r250356)
+++ head/sys/arm/freescale/imx/imx51_ssireg.h	Wed May  8 09:42:50 2013	(r250357)
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2012 The FreeBSD Foundation
+ * Copyright (c) 2012, 2013 The FreeBSD Foundation
  * All rights reserved.
  *
  * This software was developed by Oleksandr Rybalko under sponsorship

Modified: head/sys/arm/freescale/imx/imx51_tzicreg.h
==============================================================================
--- head/sys/arm/freescale/imx/imx51_tzicreg.h	Wed May  8 08:53:55 2013	(r250356)
+++ head/sys/arm/freescale/imx/imx51_tzicreg.h	Wed May  8 09:42:50 2013	(r250357)
@@ -26,7 +26,7 @@
  */
 
 /*-
- * Copyright (c) 2012 The FreeBSD Foundation
+ * Copyright (c) 2012, 2013 The FreeBSD Foundation
  * All rights reserved.
  *
  * Portions of this software were developed by Oleksandr Rybalko

Modified: head/sys/arm/freescale/imx/imx_gpt.c
==============================================================================
--- head/sys/arm/freescale/imx/imx_gpt.c	Wed May  8 08:53:55 2013	(r250356)
+++ head/sys/arm/freescale/imx/imx_gpt.c	Wed May  8 09:42:50 2013	(r250357)
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2012 The FreeBSD Foundation
+ * Copyright (c) 2012, 2013 The FreeBSD Foundation
  * All rights reserved.
  *
  * This software was developed by Oleksandr Rybalko under sponsorship

Modified: head/sys/arm/freescale/imx/imx_gptreg.h
==============================================================================
--- head/sys/arm/freescale/imx/imx_gptreg.h	Wed May  8 08:53:55 2013	(r250356)
+++ head/sys/arm/freescale/imx/imx_gptreg.h	Wed May  8 09:42:50 2013	(r250357)
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2012 The FreeBSD Foundation
+ * Copyright (c) 2012, 2013 The FreeBSD Foundation
  * All rights reserved.
  *
  * This software was developed by Oleksandr Rybalko under sponsorship

Modified: head/sys/arm/freescale/imx/imx_gptvar.h
==============================================================================
--- head/sys/arm/freescale/imx/imx_gptvar.h	Wed May  8 08:53:55 2013	(r250356)
+++ head/sys/arm/freescale/imx/imx_gptvar.h	Wed May  8 09:42:50 2013	(r250357)
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2012 The FreeBSD Foundation
+ * Copyright (c) 2012, 2013 The FreeBSD Foundation
  * All rights reserved.
  *
  * This software was developed by Oleksandr Rybalko under sponsorship

Modified: head/sys/arm/freescale/imx/imx_machdep.c
==============================================================================
--- head/sys/arm/freescale/imx/imx_machdep.c	Wed May  8 08:53:55 2013	(r250356)
+++ head/sys/arm/freescale/imx/imx_machdep.c	Wed May  8 09:42:50 2013	(r250357)
@@ -1,7 +1,7 @@
 /*-
  * Copyright (c) 1994-1998 Mark Brinicombe.
  * Copyright (c) 1994 Brini.
- * Copyright (c) 2012 The FreeBSD Foundation
+ * Copyright (c) 2012, 2013 The FreeBSD Foundation
  * All rights reserved.
  *
  *

Modified: head/sys/arm/freescale/imx/imx_wdog.c
==============================================================================
--- head/sys/arm/freescale/imx/imx_wdog.c	Wed May  8 08:53:55 2013	(r250356)
+++ head/sys/arm/freescale/imx/imx_wdog.c	Wed May  8 09:42:50 2013	(r250357)
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2012 The FreeBSD Foundation
+ * Copyright (c) 2012, 2013 The FreeBSD Foundation
  * All rights reserved.
  *
  * This software was developed by Oleksandr Rybalko under sponsorship

Modified: head/sys/arm/freescale/imx/imx_wdogreg.h
==============================================================================
--- head/sys/arm/freescale/imx/imx_wdogreg.h	Wed May  8 08:53:55 2013	(r250356)
+++ head/sys/arm/freescale/imx/imx_wdogreg.h	Wed May  8 09:42:50 2013	(r250357)
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2012 The FreeBSD Foundation
+ * Copyright (c) 2012, 2013 The FreeBSD Foundation
  * All rights reserved.
  *
  * This software was developed by Oleksandr Rybalko under sponsorship

Modified: head/sys/arm/freescale/imx/tzic.c
==============================================================================
--- head/sys/arm/freescale/imx/tzic.c	Wed May  8 08:53:55 2013	(r250356)
+++ head/sys/arm/freescale/imx/tzic.c	Wed May  8 09:42:50 2013	(r250357)
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2012 The FreeBSD Foundation
+ * Copyright (c) 2012, 2013 The FreeBSD Foundation
  * All rights reserved.
  *
  * This software was developed by Oleksandr Rybalko under sponsorship


More information about the svn-src-head mailing list