svn commit: r333142 - in head/sys/arm: at91 conf include

Warner Losh imp at FreeBSD.org
Tue May 1 16:21:07 UTC 2018


Author: imp
Date: Tue May  1 16:21:01 2018
New Revision: 333142
URL: https://svnweb.freebsd.org/changeset/base/333142

Log:
  Remove 'All Rights Reserved.' from all of my Copyrights in sys/arm and
  always use 'M. Warner Losh' for consistency.
  
  'All Rights Reserved.' was prescribed by the Buenos Aires Copyright
  Convention of 1910, but has been mostly dead since the early 1990's
  and completely meaningless since 2000 when Nicaragua ratified the
  Berne convention.
  
  Some files not done due to ambiguity of various types.

Modified:
  head/sys/arm/at91/at91_aic.c
  head/sys/arm/at91/at91_common.c
  head/sys/arm/at91/at91_gpio.h
  head/sys/arm/at91/at91_mci.c
  head/sys/arm/at91/at91_mcireg.h
  head/sys/arm/at91/at91_ohci.c
  head/sys/arm/at91/at91_ohci_fdt.c
  head/sys/arm/at91/at91_pdcreg.h
  head/sys/arm/at91/at91_pinctrl.c
  head/sys/arm/at91/at91_pio.c
  head/sys/arm/at91/at91_pioreg.h
  head/sys/arm/at91/at91_piovar.h
  head/sys/arm/at91/at91_pmc.c
  head/sys/arm/at91/at91_pmcreg.h
  head/sys/arm/at91/at91_pmcvar.h
  head/sys/arm/at91/at91_rtc.c
  head/sys/arm/at91/at91_rtcreg.h
  head/sys/arm/at91/at91_sdramc.c
  head/sys/arm/at91/at91_shdwc.c
  head/sys/arm/at91/at91_smc.c
  head/sys/arm/at91/at91_smc.h
  head/sys/arm/at91/at91_spireg.h
  head/sys/arm/at91/at91_ssc.c
  head/sys/arm/at91/at91_sscreg.h
  head/sys/arm/at91/at91_streg.h
  head/sys/arm/at91/at91_tcb.c
  head/sys/arm/at91/at91_twi.c
  head/sys/arm/at91/at91_twiio.h
  head/sys/arm/at91/at91_twireg.h
  head/sys/arm/at91/at91board.h
  head/sys/arm/at91/at91rm9200_devices.c
  head/sys/arm/at91/at91rm9200var.h
  head/sys/arm/at91/at91sam9x5.c
  head/sys/arm/at91/at91soc.c
  head/sys/arm/at91/at91soc.h
  head/sys/arm/at91/board_bwct.c
  head/sys/arm/at91/board_eb9200.c
  head/sys/arm/at91/board_hl200.c
  head/sys/arm/at91/board_hl201.c
  head/sys/arm/at91/board_kb920x.c
  head/sys/arm/at91/board_tsc4370.c
  head/sys/arm/at91/if_ate.c
  head/sys/arm/at91/if_atereg.h
  head/sys/arm/conf/genboardid.awk
  head/sys/arm/include/_bus.h
  head/sys/arm/include/at91_gpio.h
  head/sys/arm/include/atags.h
  head/sys/arm/include/board.h

Modified: head/sys/arm/at91/at91_aic.c
==============================================================================
--- head/sys/arm/at91/at91_aic.c	Tue May  1 15:33:21 2018	(r333141)
+++ head/sys/arm/at91/at91_aic.c	Tue May  1 16:21:01 2018	(r333142)
@@ -1,7 +1,7 @@
 /*-
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
- * Copyright (c) 2014 Warner Losh.  All rights reserved.
+ * Copyright (c) 2014 M. Warner Losh.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: head/sys/arm/at91/at91_common.c
==============================================================================
--- head/sys/arm/at91/at91_common.c	Tue May  1 15:33:21 2018	(r333141)
+++ head/sys/arm/at91/at91_common.c	Tue May  1 16:21:01 2018	(r333142)
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014 M. Warner Losh. All rights reserved.
+ * Copyright (c) 2014 M. Warner Losh.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: head/sys/arm/at91/at91_gpio.h
==============================================================================
--- head/sys/arm/at91/at91_gpio.h	Tue May  1 15:33:21 2018	(r333141)
+++ head/sys/arm/at91/at91_gpio.h	Tue May  1 16:21:01 2018	(r333142)
@@ -1,7 +1,7 @@
 /*-
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
- * Copyright (c) 2014 M. Warner Losh.  All rights reserved.
+ * Copyright (c) 2014 M. Warner Losh.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: head/sys/arm/at91/at91_mci.c
==============================================================================
--- head/sys/arm/at91/at91_mci.c	Tue May  1 15:33:21 2018	(r333141)
+++ head/sys/arm/at91/at91_mci.c	Tue May  1 16:21:01 2018	(r333142)
@@ -2,7 +2,7 @@
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
  * Copyright (c) 2006 Bernd Walter.  All rights reserved.
- * Copyright (c) 2006 M. Warner Losh.  All rights reserved.
+ * Copyright (c) 2006 M. Warner Losh.
  * Copyright (c) 2010 Greg Ansley.  All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without

Modified: head/sys/arm/at91/at91_mcireg.h
==============================================================================
--- head/sys/arm/at91/at91_mcireg.h	Tue May  1 15:33:21 2018	(r333141)
+++ head/sys/arm/at91/at91_mcireg.h	Tue May  1 16:21:01 2018	(r333142)
@@ -2,7 +2,7 @@
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
  * Copyright (c) 2006 Berndt Walter.  All rights reserved.
- * Copyright (c) 2006 M. Warner Losh.  All rights reserved.
+ * Copyright (c) 2006 M. Warner Losh.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: head/sys/arm/at91/at91_ohci.c
==============================================================================
--- head/sys/arm/at91/at91_ohci.c	Tue May  1 15:33:21 2018	(r333141)
+++ head/sys/arm/at91/at91_ohci.c	Tue May  1 16:21:01 2018	(r333142)
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2006 M. Warner Losh.  All rights reserved.
+ * Copyright (c) 2006 M. Warner Losh.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: head/sys/arm/at91/at91_ohci_fdt.c
==============================================================================
--- head/sys/arm/at91/at91_ohci_fdt.c	Tue May  1 15:33:21 2018	(r333141)
+++ head/sys/arm/at91/at91_ohci_fdt.c	Tue May  1 16:21:01 2018	(r333142)
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2006 M. Warner Losh.  All rights reserved.
+ * Copyright (c) 2006 M. Warner Losh.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: head/sys/arm/at91/at91_pdcreg.h
==============================================================================
--- head/sys/arm/at91/at91_pdcreg.h	Tue May  1 15:33:21 2018	(r333141)
+++ head/sys/arm/at91/at91_pdcreg.h	Tue May  1 16:21:01 2018	(r333142)
@@ -1,7 +1,7 @@
 /*-
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
- * Copyright (c) 2006 M. Warner Losh.  All rights reserved.
+ * Copyright (c) 2006 M. Warner Losh.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: head/sys/arm/at91/at91_pinctrl.c
==============================================================================
--- head/sys/arm/at91/at91_pinctrl.c	Tue May  1 15:33:21 2018	(r333141)
+++ head/sys/arm/at91/at91_pinctrl.c	Tue May  1 16:21:01 2018	(r333142)
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014 Warner Losh.  All rights reserved.
+ * Copyright (c) 2014 M. Warner Losh.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: head/sys/arm/at91/at91_pio.c
==============================================================================
--- head/sys/arm/at91/at91_pio.c	Tue May  1 15:33:21 2018	(r333141)
+++ head/sys/arm/at91/at91_pio.c	Tue May  1 16:21:01 2018	(r333142)
@@ -1,7 +1,7 @@
 /*-
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
- * Copyright (c) 2006 M. Warner Losh.  All rights reserved.
+ * Copyright (c) 2006 M. Warner Losh.
  * Copyright (C) 2012 Ian Lepore. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without

Modified: head/sys/arm/at91/at91_pioreg.h
==============================================================================
--- head/sys/arm/at91/at91_pioreg.h	Tue May  1 15:33:21 2018	(r333141)
+++ head/sys/arm/at91/at91_pioreg.h	Tue May  1 16:21:01 2018	(r333142)
@@ -1,7 +1,7 @@
 /*-
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
- * Copyright (c) 2006 M. Warner Losh.  All rights reserved.
+ * Copyright (c) 2006 M. Warner Losh.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: head/sys/arm/at91/at91_piovar.h
==============================================================================
--- head/sys/arm/at91/at91_piovar.h	Tue May  1 15:33:21 2018	(r333141)
+++ head/sys/arm/at91/at91_piovar.h	Tue May  1 16:21:01 2018	(r333142)
@@ -1,7 +1,7 @@
 /*-
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
- * Copyright (c) 2006 M. Warner Losh.  All rights reserved.
+ * Copyright (c) 2006 M. Warner Losh.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: head/sys/arm/at91/at91_pmc.c
==============================================================================
--- head/sys/arm/at91/at91_pmc.c	Tue May  1 15:33:21 2018	(r333141)
+++ head/sys/arm/at91/at91_pmc.c	Tue May  1 16:21:01 2018	(r333142)
@@ -1,7 +1,7 @@
 /*-
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
- * Copyright (c) 2006 M. Warner Losh.  All rights reserved.
+ * Copyright (c) 2006 M. Warner Losh.
  * Copyright (c) 2010 Greg Ansley.  All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without

Modified: head/sys/arm/at91/at91_pmcreg.h
==============================================================================
--- head/sys/arm/at91/at91_pmcreg.h	Tue May  1 15:33:21 2018	(r333141)
+++ head/sys/arm/at91/at91_pmcreg.h	Tue May  1 16:21:01 2018	(r333142)
@@ -1,7 +1,7 @@
 /*-
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
- * Copyright (c) 2005 M. Warner Losh.  All rights reserved.
+ * Copyright (c) 2005 M. Warner Losh.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: head/sys/arm/at91/at91_pmcvar.h
==============================================================================
--- head/sys/arm/at91/at91_pmcvar.h	Tue May  1 15:33:21 2018	(r333141)
+++ head/sys/arm/at91/at91_pmcvar.h	Tue May  1 16:21:01 2018	(r333142)
@@ -1,7 +1,7 @@
 /*-
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
- * Copyright (c) 2005 M. Warner Losh.  All rights reserved.
+ * Copyright (c) 2005 M. Warner Losh.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: head/sys/arm/at91/at91_rtc.c
==============================================================================
--- head/sys/arm/at91/at91_rtc.c	Tue May  1 15:33:21 2018	(r333141)
+++ head/sys/arm/at91/at91_rtc.c	Tue May  1 16:21:01 2018	(r333142)
@@ -1,7 +1,7 @@
 /*-
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
- * Copyright (c) 2006 M. Warner Losh.  All rights reserved.
+ * Copyright (c) 2006 M. Warner Losh.
  * Copyright (c) 2012 Ian Lepore.  All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without

Modified: head/sys/arm/at91/at91_rtcreg.h
==============================================================================
--- head/sys/arm/at91/at91_rtcreg.h	Tue May  1 15:33:21 2018	(r333141)
+++ head/sys/arm/at91/at91_rtcreg.h	Tue May  1 16:21:01 2018	(r333142)
@@ -1,7 +1,7 @@
 /*-
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
- * Copyright (c) 2006 M. Warner Losh.  All rights reserved.
+ * Copyright (c) 2006 M. Warner Losh.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: head/sys/arm/at91/at91_sdramc.c
==============================================================================
--- head/sys/arm/at91/at91_sdramc.c	Tue May  1 15:33:21 2018	(r333141)
+++ head/sys/arm/at91/at91_sdramc.c	Tue May  1 16:21:01 2018	(r333142)
@@ -1,7 +1,7 @@
 /*-
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
- * Copyright (c) 2014 Warner Losh.  All rights reserved.
+ * Copyright (c) 2014 M. Warner Losh.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: head/sys/arm/at91/at91_shdwc.c
==============================================================================
--- head/sys/arm/at91/at91_shdwc.c	Tue May  1 15:33:21 2018	(r333141)
+++ head/sys/arm/at91/at91_shdwc.c	Tue May  1 16:21:01 2018	(r333142)
@@ -1,7 +1,7 @@
 /*-
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
- * Copyright (c) 2014 Warner Losh.  All rights reserved.
+ * Copyright (c) 2014 M. Warner Losh.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: head/sys/arm/at91/at91_smc.c
==============================================================================
--- head/sys/arm/at91/at91_smc.c	Tue May  1 15:33:21 2018	(r333141)
+++ head/sys/arm/at91/at91_smc.c	Tue May  1 16:21:01 2018	(r333142)
@@ -1,7 +1,7 @@
 /*-
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
- * Copyright (c) 2014 M. Warner Losh.  All rights reserved.
+ * Copyright (c) 2014 M. Warner Losh.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: head/sys/arm/at91/at91_smc.h
==============================================================================
--- head/sys/arm/at91/at91_smc.h	Tue May  1 15:33:21 2018	(r333141)
+++ head/sys/arm/at91/at91_smc.h	Tue May  1 16:21:01 2018	(r333142)
@@ -1,7 +1,7 @@
 /*-
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
- * Copyright (c) 2014 M. Warner Losh.  All rights reserved.
+ * Copyright (c) 2014 M. Warner Losh.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: head/sys/arm/at91/at91_spireg.h
==============================================================================
--- head/sys/arm/at91/at91_spireg.h	Tue May  1 15:33:21 2018	(r333141)
+++ head/sys/arm/at91/at91_spireg.h	Tue May  1 16:21:01 2018	(r333142)
@@ -1,7 +1,7 @@
 /*-
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
- * Copyright (c) 2006 M. Warner Losh.  All rights reserved.
+ * Copyright (c) 2006 M. Warner Losh.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: head/sys/arm/at91/at91_ssc.c
==============================================================================
--- head/sys/arm/at91/at91_ssc.c	Tue May  1 15:33:21 2018	(r333141)
+++ head/sys/arm/at91/at91_ssc.c	Tue May  1 16:21:01 2018	(r333142)
@@ -1,7 +1,7 @@
 /*-
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
- * Copyright (c) 2006 M. Warner Losh.  All rights reserved.
+ * Copyright (c) 2006 M. Warner Losh.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: head/sys/arm/at91/at91_sscreg.h
==============================================================================
--- head/sys/arm/at91/at91_sscreg.h	Tue May  1 15:33:21 2018	(r333141)
+++ head/sys/arm/at91/at91_sscreg.h	Tue May  1 16:21:01 2018	(r333142)
@@ -1,7 +1,7 @@
 /*-
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
- * Copyright (c) 2006 M. Warner Losh.  All rights reserved.
+ * Copyright (c) 2006 M. Warner Losh.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: head/sys/arm/at91/at91_streg.h
==============================================================================
--- head/sys/arm/at91/at91_streg.h	Tue May  1 15:33:21 2018	(r333141)
+++ head/sys/arm/at91/at91_streg.h	Tue May  1 16:21:01 2018	(r333142)
@@ -1,7 +1,7 @@
 /*-
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
- * Copyright (c) 2005 M. Warner Losh.  All rights reserved.
+ * Copyright (c) 2005 M. Warner Losh.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: head/sys/arm/at91/at91_tcb.c
==============================================================================
--- head/sys/arm/at91/at91_tcb.c	Tue May  1 15:33:21 2018	(r333141)
+++ head/sys/arm/at91/at91_tcb.c	Tue May  1 16:21:01 2018	(r333142)
@@ -1,7 +1,7 @@
 /*-
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
- * Copyright (c) 2014 Warner Losh.  All rights reserved.
+ * Copyright (c) 2014 M. Warner Losh.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: head/sys/arm/at91/at91_twi.c
==============================================================================
--- head/sys/arm/at91/at91_twi.c	Tue May  1 15:33:21 2018	(r333141)
+++ head/sys/arm/at91/at91_twi.c	Tue May  1 16:21:01 2018	(r333142)
@@ -1,7 +1,7 @@
 /*-
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
- * Copyright (c) 2006 M. Warner Losh.  All rights reserved.
+ * Copyright (c) 2006 M. Warner Losh.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: head/sys/arm/at91/at91_twiio.h
==============================================================================
--- head/sys/arm/at91/at91_twiio.h	Tue May  1 15:33:21 2018	(r333141)
+++ head/sys/arm/at91/at91_twiio.h	Tue May  1 16:21:01 2018	(r333142)
@@ -1,7 +1,7 @@
 /*-
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
- * Copyright (c) 2006 M. Warner Losh.  All rights reserved.
+ * Copyright (c) 2006 M. Warner Losh.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: head/sys/arm/at91/at91_twireg.h
==============================================================================
--- head/sys/arm/at91/at91_twireg.h	Tue May  1 15:33:21 2018	(r333141)
+++ head/sys/arm/at91/at91_twireg.h	Tue May  1 16:21:01 2018	(r333142)
@@ -1,7 +1,7 @@
 /*-
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
- * Copyright (c) 2006 M. Warner Losh.  All rights reserved.
+ * Copyright (c) 2006 M. Warner Losh.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: head/sys/arm/at91/at91board.h
==============================================================================
--- head/sys/arm/at91/at91board.h	Tue May  1 15:33:21 2018	(r333141)
+++ head/sys/arm/at91/at91board.h	Tue May  1 16:21:01 2018	(r333142)
@@ -1,7 +1,7 @@
 /*-
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
- * Copyright (c) 2008 Warner Losh.  All rights reserved.
+ * Copyright (c) 2008 M. Warner Losh.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: head/sys/arm/at91/at91rm9200_devices.c
==============================================================================
--- head/sys/arm/at91/at91rm9200_devices.c	Tue May  1 15:33:21 2018	(r333141)
+++ head/sys/arm/at91/at91rm9200_devices.c	Tue May  1 16:21:01 2018	(r333142)
@@ -1,7 +1,7 @@
 /*-
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
- * Copyright (c) 2012 M. Warner Losh.  All Rights Reserved.
+ * Copyright (c) 2012 M. Warner Losh.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: head/sys/arm/at91/at91rm9200var.h
==============================================================================
--- head/sys/arm/at91/at91rm9200var.h	Tue May  1 15:33:21 2018	(r333141)
+++ head/sys/arm/at91/at91rm9200var.h	Tue May  1 16:21:01 2018	(r333142)
@@ -1,7 +1,7 @@
 /*-
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
- * Copyright (c) 2012 M. Warner Losh.  All rights reserved.
+ * Copyright (c) 2012 M. Warner Losh.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: head/sys/arm/at91/at91sam9x5.c
==============================================================================
--- head/sys/arm/at91/at91sam9x5.c	Tue May  1 15:33:21 2018	(r333141)
+++ head/sys/arm/at91/at91sam9x5.c	Tue May  1 16:21:01 2018	(r333142)
@@ -3,7 +3,7 @@
  *
  * Copyright (c) 2005 Olivier Houchard.  All rights reserved.
  * Copyright (c) 2010 Greg Ansley.  All rights reserved.
- * Copyright (c) 2012 M. Warner Losh..  All rights reserved.
+ * Copyright (c) 2012 M. Warner Losh.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: head/sys/arm/at91/at91soc.c
==============================================================================
--- head/sys/arm/at91/at91soc.c	Tue May  1 15:33:21 2018	(r333141)
+++ head/sys/arm/at91/at91soc.c	Tue May  1 16:21:01 2018	(r333142)
@@ -1,7 +1,7 @@
 /*-
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
- * Copyright (c) 2012 Warner Losh.  All rights reserved.
+ * Copyright (c) 2012 M. Warner Losh.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: head/sys/arm/at91/at91soc.h
==============================================================================
--- head/sys/arm/at91/at91soc.h	Tue May  1 15:33:21 2018	(r333141)
+++ head/sys/arm/at91/at91soc.h	Tue May  1 16:21:01 2018	(r333142)
@@ -1,7 +1,7 @@
 /*-
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
- * Copyright (c) 2012 Warner Losh.  All rights reserved.
+ * Copyright (c) 2012 M. Warner Losh.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: head/sys/arm/at91/board_bwct.c
==============================================================================
--- head/sys/arm/at91/board_bwct.c	Tue May  1 15:33:21 2018	(r333141)
+++ head/sys/arm/at91/board_bwct.c	Tue May  1 16:21:01 2018	(r333142)
@@ -2,7 +2,7 @@
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
  * Copyright (c) 2005-2008 Olivier Houchard.  All rights reserved.
- * Copyright (c) 2005-2012 Warner Losh.  All rights reserved.
+ * Copyright (c) 2005-2012 M. Warner Losh.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: head/sys/arm/at91/board_eb9200.c
==============================================================================
--- head/sys/arm/at91/board_eb9200.c	Tue May  1 15:33:21 2018	(r333141)
+++ head/sys/arm/at91/board_eb9200.c	Tue May  1 16:21:01 2018	(r333142)
@@ -2,7 +2,7 @@
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
  * Copyright (c) 2005-2008 Olivier Houchard.  All rights reserved.
- * Copyright (c) 2005-2012 Warner Losh.  All rights reserved.
+ * Copyright (c) 2005-2012 M. Warner Losh.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: head/sys/arm/at91/board_hl200.c
==============================================================================
--- head/sys/arm/at91/board_hl200.c	Tue May  1 15:33:21 2018	(r333141)
+++ head/sys/arm/at91/board_hl200.c	Tue May  1 16:21:01 2018	(r333142)
@@ -2,7 +2,7 @@
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
  * Copyright (c) 2005-2008 Olivier Houchard.  All rights reserved.
- * Copyright (c) 2005-2012 Warner Losh.  All rights reserved.
+ * Copyright (c) 2005-2012 M. Warner Losh.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: head/sys/arm/at91/board_hl201.c
==============================================================================
--- head/sys/arm/at91/board_hl201.c	Tue May  1 15:33:21 2018	(r333141)
+++ head/sys/arm/at91/board_hl201.c	Tue May  1 16:21:01 2018	(r333142)
@@ -2,7 +2,7 @@
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
  * Copyright (c) 2005-2008 Olivier Houchard.  All rights reserved.
- * Copyright (c) 2005-2008 Warner Losh.  All rights reserved.
+ * Copyright (c) 2005-2008 M. Warner Losh.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: head/sys/arm/at91/board_kb920x.c
==============================================================================
--- head/sys/arm/at91/board_kb920x.c	Tue May  1 15:33:21 2018	(r333141)
+++ head/sys/arm/at91/board_kb920x.c	Tue May  1 16:21:01 2018	(r333142)
@@ -2,7 +2,7 @@
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
  * Copyright (c) 2005-2008 Olivier Houchard.  All rights reserved.
- * Copyright (c) 2005-2012 Warner Losh.  All rights reserved.
+ * Copyright (c) 2005-2012 M. Warner Losh.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: head/sys/arm/at91/board_tsc4370.c
==============================================================================
--- head/sys/arm/at91/board_tsc4370.c	Tue May  1 15:33:21 2018	(r333141)
+++ head/sys/arm/at91/board_tsc4370.c	Tue May  1 16:21:01 2018	(r333142)
@@ -2,7 +2,7 @@
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
  * Copyright (c) 2005-2008 Olivier Houchard.  All rights reserved.
- * Copyright (c) 2005-2012 Warner Losh.  All rights reserved.
+ * Copyright (c) 2005-2012 M. Warner Losh.
  * Copyright (c) 2007-2014 Ian Lepore.  All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without

Modified: head/sys/arm/at91/if_ate.c
==============================================================================
--- head/sys/arm/at91/if_ate.c	Tue May  1 15:33:21 2018	(r333141)
+++ head/sys/arm/at91/if_ate.c	Tue May  1 16:21:01 2018	(r333142)
@@ -1,7 +1,7 @@
 /*-
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
- * Copyright (c) 2006 M. Warner Losh.  All rights reserved.
+ * Copyright (c) 2006 M. Warner Losh.
  * Copyright (c) 2009 Greg Ansley.  All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without

Modified: head/sys/arm/at91/if_atereg.h
==============================================================================
--- head/sys/arm/at91/if_atereg.h	Tue May  1 15:33:21 2018	(r333141)
+++ head/sys/arm/at91/if_atereg.h	Tue May  1 16:21:01 2018	(r333142)
@@ -1,7 +1,7 @@
 /*-
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
- * Copyright (c) 2006 M. Warner Losh.  All rights reserved.
+ * Copyright (c) 2006 M. Warner Losh.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: head/sys/arm/conf/genboardid.awk
==============================================================================
--- head/sys/arm/conf/genboardid.awk	Tue May  1 15:33:21 2018	(r333141)
+++ head/sys/arm/conf/genboardid.awk	Tue May  1 16:21:01 2018	(r333142)
@@ -4,7 +4,7 @@
 #-
 # SPDX-License-Identifier: BSD-2-Clause-FreeBSD
 #
-# Copyright (c) 2012 M. Warner Losh.  All Rights Reserved.
+# Copyright (c) 2012 M. Warner Losh.
 #
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions

Modified: head/sys/arm/include/_bus.h
==============================================================================
--- head/sys/arm/include/_bus.h	Tue May  1 15:33:21 2018	(r333141)
+++ head/sys/arm/include/_bus.h	Tue May  1 16:21:01 2018	(r333142)
@@ -2,7 +2,6 @@
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
  * Copyright (c) 2005 M. Warner Losh.
- * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: head/sys/arm/include/at91_gpio.h
==============================================================================
--- head/sys/arm/include/at91_gpio.h	Tue May  1 15:33:21 2018	(r333141)
+++ head/sys/arm/include/at91_gpio.h	Tue May  1 16:21:01 2018	(r333142)
@@ -1,7 +1,7 @@
 /*-
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
- * Copyright (C) 2006 M. Warner Losh. All rights reserved.
+ * Copyright (C) 2006 M. Warner Losh.
  * Copyright (C) 2012 Ian Lepore. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without

Modified: head/sys/arm/include/atags.h
==============================================================================
--- head/sys/arm/include/atags.h	Tue May  1 15:33:21 2018	(r333141)
+++ head/sys/arm/include/atags.h	Tue May  1 16:21:01 2018	(r333142)
@@ -2,7 +2,6 @@
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
  * Copyright (c) 2012 M. Warner Losh.
- * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: head/sys/arm/include/board.h
==============================================================================
--- head/sys/arm/include/board.h	Tue May  1 15:33:21 2018	(r333141)
+++ head/sys/arm/include/board.h	Tue May  1 16:21:01 2018	(r333142)
@@ -1,7 +1,7 @@
 /*-
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
- * Copyright (c) 2012 Warner Losh.  All rights reserved.
+ * Copyright (c) 2012 M. Warner Losh.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions


More information about the svn-src-head mailing list