Author: manu
Date: Tue Dec  3 21:00:45 2019
New Revision: 355357
URL: https://svnweb.freebsd.org/changeset/base/355357

Log:
  Remove "all rights reserved" from copyright for the file I own.
  Some of the files have both me and Jared McNeill and he gave me
  permission to remove it from his files too.

Modified:
  head/share/man/man4/man4.aarch64/rk_gpio.4
  head/share/man/man4/man4.aarch64/rk_grf.4
  head/share/man/man4/man4.aarch64/rk_pinctrl.4
  head/share/man/man4/man4.arm/aw_gpio.4
  head/share/man/man4/man4.arm/aw_mmc.4
  head/share/man/man4/man4.arm/aw_rtc.4
  head/share/man/man4/man4.arm/aw_spi.4
  head/sys/arm/allwinner/a10/a10_padconf.c
  head/sys/arm/allwinner/a13/a13_padconf.c
  head/sys/arm/allwinner/a20/a20_padconf.c
  head/sys/arm/allwinner/a31/a31_padconf.c
  head/sys/arm/allwinner/a31/a31_r_padconf.c
  head/sys/arm/allwinner/a31/a31s_padconf.c
  head/sys/arm/allwinner/a33/a33_padconf.c
  head/sys/arm/allwinner/allwinner_pinctrl.h
  head/sys/arm/allwinner/aw_machdep.h
  head/sys/arm/allwinner/aw_mp.h
  head/sys/arm/allwinner/aw_nmi.c
  head/sys/arm/allwinner/aw_ts.c
  head/sys/arm/allwinner/axp209.c
  head/sys/arm/allwinner/axp209reg.h
  head/sys/arm/allwinner/axp81x.c
  head/sys/arm/allwinner/clkng/aw_clk.h
  head/sys/arm/allwinner/clkng/aw_clk_nkmp.c
  head/sys/arm/allwinner/clkng/aw_clk_nm.c
  head/sys/arm/allwinner/clkng/aw_clk_nm.h
  head/sys/arm/allwinner/clkng/aw_clk_prediv_mux.c
  head/sys/arm/allwinner/clkng/aw_clk_prediv_mux.h
  head/sys/arm/allwinner/h3/h3_padconf.c
  head/sys/arm/allwinner/h3/h3_r_padconf.c
  head/sys/arm/broadcom/bcm2835/bcm2836_mp.h
  head/sys/arm64/rockchip/clk/rk3328_cru.c
  head/sys/arm64/rockchip/clk/rk_clk_armclk.c
  head/sys/arm64/rockchip/clk/rk_clk_armclk.h
  head/sys/arm64/rockchip/clk/rk_clk_composite.c
  head/sys/arm64/rockchip/clk/rk_clk_composite.h
  head/sys/arm64/rockchip/clk/rk_clk_gate.h
  head/sys/arm64/rockchip/clk/rk_clk_pll.c
  head/sys/arm64/rockchip/clk/rk_clk_pll.h
  head/sys/arm64/rockchip/clk/rk_cru.c
  head/sys/arm64/rockchip/clk/rk_cru.h
  head/sys/arm64/rockchip/if_dwc_rk.c
  head/sys/arm64/rockchip/rk805.c
  head/sys/arm64/rockchip/rk805reg.h
  head/sys/arm64/rockchip/rk_gpio.c
  head/sys/arm64/rockchip/rk_grf.c
  head/sys/arm64/rockchip/rk_pinctrl.c
  head/sys/dev/cpufreq/cpufreq_dt.c
  head/sys/dev/mmc/host/dwmmc_altera.c
  head/sys/dev/mmc/host/dwmmc_rockchip.c
  head/sys/dev/mmc/host/dwmmc_samsung.c
  head/sys/dev/pwm/ofw_pwm.c
  head/sys/dev/pwm/ofw_pwm.h
  head/sys/dev/pwm/pwmbus.c
  head/sys/dev/pwm/pwmc.c
  head/sys/dev/pwm/pwmc.h
  head/sys/dev/usb/controller/generic_usb_if.m
  head/usr.sbin/pwm/pwm.c

Modified: head/share/man/man4/man4.aarch64/rk_gpio.4
==============================================================================
--- head/share/man/man4/man4.aarch64/rk_gpio.4  Tue Dec  3 19:18:32 2019        
(r355356)
+++ head/share/man/man4/man4.aarch64/rk_gpio.4  Tue Dec  3 21:00:45 2019        
(r355357)
@@ -1,6 +1,5 @@
 .\"-
 .\" Copyright (c) 2018 Emmanuel Vadot <[email protected]>
-.\" All rights reserved.
 .\"
 .\" Redistribution and use in source and binary forms, with or without
 .\" modification, are permitted provided that the following conditions

Modified: head/share/man/man4/man4.aarch64/rk_grf.4
==============================================================================
--- head/share/man/man4/man4.aarch64/rk_grf.4   Tue Dec  3 19:18:32 2019        
(r355356)
+++ head/share/man/man4/man4.aarch64/rk_grf.4   Tue Dec  3 21:00:45 2019        
(r355357)
@@ -1,6 +1,5 @@
 .\"-
 .\" Copyright (c) 2018 Emmanuel Vadot <[email protected]>
-.\" All rights reserved.
 .\"
 .\" Redistribution and use in source and binary forms, with or without
 .\" modification, are permitted provided that the following conditions

Modified: head/share/man/man4/man4.aarch64/rk_pinctrl.4
==============================================================================
--- head/share/man/man4/man4.aarch64/rk_pinctrl.4       Tue Dec  3 19:18:32 
2019        (r355356)
+++ head/share/man/man4/man4.aarch64/rk_pinctrl.4       Tue Dec  3 21:00:45 
2019        (r355357)
@@ -1,6 +1,5 @@
 .\"-
 .\" Copyright (c) 2018 Emmanuel Vadot <[email protected]>
-.\" All rights reserved.
 .\"
 .\" Redistribution and use in source and binary forms, with or without
 .\" modification, are permitted provided that the following conditions

Modified: head/share/man/man4/man4.arm/aw_gpio.4
==============================================================================
--- head/share/man/man4/man4.arm/aw_gpio.4      Tue Dec  3 19:18:32 2019        
(r355356)
+++ head/share/man/man4/man4.arm/aw_gpio.4      Tue Dec  3 21:00:45 2019        
(r355357)
@@ -1,6 +1,5 @@
 .\"-
 .\" Copyright (c) 2017 Emmanuel Vadot <[email protected]>
-.\" All rights reserved.
 .\"
 .\" Redistribution and use in source and binary forms, with or without
 .\" modification, are permitted provided that the following conditions

Modified: head/share/man/man4/man4.arm/aw_mmc.4
==============================================================================
--- head/share/man/man4/man4.arm/aw_mmc.4       Tue Dec  3 19:18:32 2019        
(r355356)
+++ head/share/man/man4/man4.arm/aw_mmc.4       Tue Dec  3 21:00:45 2019        
(r355357)
@@ -1,6 +1,5 @@
 .\"-
 .\" Copyright (c) 2017 Emmanuel Vadot <[email protected]>
-.\" All rights reserved.
 .\"
 .\" Redistribution and use in source and binary forms, with or without
 .\" modification, are permitted provided that the following conditions

Modified: head/share/man/man4/man4.arm/aw_rtc.4
==============================================================================
--- head/share/man/man4/man4.arm/aw_rtc.4       Tue Dec  3 19:18:32 2019        
(r355356)
+++ head/share/man/man4/man4.arm/aw_rtc.4       Tue Dec  3 21:00:45 2019        
(r355357)
@@ -1,6 +1,5 @@
 .\"-
 .\" Copyright (c) 2017 Emmanuel Vadot <[email protected]>
-.\" All rights reserved.
 .\"
 .\" Redistribution and use in source and binary forms, with or without
 .\" modification, are permitted provided that the following conditions

Modified: head/share/man/man4/man4.arm/aw_spi.4
==============================================================================
--- head/share/man/man4/man4.arm/aw_spi.4       Tue Dec  3 19:18:32 2019        
(r355356)
+++ head/share/man/man4/man4.arm/aw_spi.4       Tue Dec  3 21:00:45 2019        
(r355357)
@@ -1,6 +1,5 @@
 .\"-
 .\" Copyright (c) 2018 Emmanuel Vadot <[email protected]>
-.\" 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/allwinner/a10/a10_padconf.c
==============================================================================
--- head/sys/arm/allwinner/a10/a10_padconf.c    Tue Dec  3 19:18:32 2019        
(r355356)
+++ head/sys/arm/allwinner/a10/a10_padconf.c    Tue Dec  3 21:00:45 2019        
(r355357)
@@ -1,6 +1,5 @@
 /*-
  * Copyright (c) 2016 Emmanuel Vadot <[email protected]>
- * 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/allwinner/a13/a13_padconf.c
==============================================================================
--- head/sys/arm/allwinner/a13/a13_padconf.c    Tue Dec  3 19:18:32 2019        
(r355356)
+++ head/sys/arm/allwinner/a13/a13_padconf.c    Tue Dec  3 21:00:45 2019        
(r355357)
@@ -1,6 +1,5 @@
 /*-
  * Copyright (c) 2016 Emmanuel Vadot <[email protected]>
- * 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/allwinner/a20/a20_padconf.c
==============================================================================
--- head/sys/arm/allwinner/a20/a20_padconf.c    Tue Dec  3 19:18:32 2019        
(r355356)
+++ head/sys/arm/allwinner/a20/a20_padconf.c    Tue Dec  3 21:00:45 2019        
(r355357)
@@ -1,6 +1,5 @@
 /*-
  * Copyright (c) 2016 Emmanuel Vadot <[email protected]>
- * 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/allwinner/a31/a31_padconf.c
==============================================================================
--- head/sys/arm/allwinner/a31/a31_padconf.c    Tue Dec  3 19:18:32 2019        
(r355356)
+++ head/sys/arm/allwinner/a31/a31_padconf.c    Tue Dec  3 21:00:45 2019        
(r355357)
@@ -1,6 +1,5 @@
 /*-
  * Copyright (c) 2016 Emmanuel Vadot <[email protected]>
- * 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/allwinner/a31/a31_r_padconf.c
==============================================================================
--- head/sys/arm/allwinner/a31/a31_r_padconf.c  Tue Dec  3 19:18:32 2019        
(r355356)
+++ head/sys/arm/allwinner/a31/a31_r_padconf.c  Tue Dec  3 21:00:45 2019        
(r355357)
@@ -1,6 +1,5 @@
 /*-
  * Copyright (c) 2016 Emmanuel Vadot <[email protected]>
- * 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/allwinner/a31/a31s_padconf.c
==============================================================================
--- head/sys/arm/allwinner/a31/a31s_padconf.c   Tue Dec  3 19:18:32 2019        
(r355356)
+++ head/sys/arm/allwinner/a31/a31s_padconf.c   Tue Dec  3 21:00:45 2019        
(r355357)
@@ -1,6 +1,5 @@
 /*-
  * Copyright (c) 2016 Emmanuel Vadot <[email protected]>
- * 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/allwinner/a33/a33_padconf.c
==============================================================================
--- head/sys/arm/allwinner/a33/a33_padconf.c    Tue Dec  3 19:18:32 2019        
(r355356)
+++ head/sys/arm/allwinner/a33/a33_padconf.c    Tue Dec  3 21:00:45 2019        
(r355357)
@@ -1,6 +1,5 @@
 /*-
  * Copyright (c) 2016 Emmanuel Vadot <[email protected]>
- * 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/allwinner/allwinner_pinctrl.h
==============================================================================
--- head/sys/arm/allwinner/allwinner_pinctrl.h  Tue Dec  3 19:18:32 2019        
(r355356)
+++ head/sys/arm/allwinner/allwinner_pinctrl.h  Tue Dec  3 21:00:45 2019        
(r355357)
@@ -1,6 +1,5 @@
 /*-
  * Copyright (c) 2016 Emmanuel Vadot <[email protected]>
- * 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/allwinner/aw_machdep.h
==============================================================================
--- head/sys/arm/allwinner/aw_machdep.h Tue Dec  3 19:18:32 2019        
(r355356)
+++ head/sys/arm/allwinner/aw_machdep.h Tue Dec  3 21:00:45 2019        
(r355357)
@@ -1,6 +1,5 @@
 /*-
  * Copyright (c) 2015 Emmanuel Vadot <[email protected]>
- * 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/allwinner/aw_mp.h
==============================================================================
--- head/sys/arm/allwinner/aw_mp.h      Tue Dec  3 19:18:32 2019        
(r355356)
+++ head/sys/arm/allwinner/aw_mp.h      Tue Dec  3 21:00:45 2019        
(r355357)
@@ -1,6 +1,5 @@
 /*-
  * Copyright (c) 2016 Emmanuel Vadot <[email protected]>
- * 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/allwinner/aw_nmi.c
==============================================================================
--- head/sys/arm/allwinner/aw_nmi.c     Tue Dec  3 19:18:32 2019        
(r355356)
+++ head/sys/arm/allwinner/aw_nmi.c     Tue Dec  3 21:00:45 2019        
(r355357)
@@ -1,6 +1,5 @@
 /*-
  * Copyright (c) 2016 Emmanuel Vadot <[email protected]>
- * 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/allwinner/aw_ts.c
==============================================================================
--- head/sys/arm/allwinner/aw_ts.c      Tue Dec  3 19:18:32 2019        
(r355356)
+++ head/sys/arm/allwinner/aw_ts.c      Tue Dec  3 21:00:45 2019        
(r355357)
@@ -1,6 +1,5 @@
 /*-
  * Copyright (c) 2016 Emmanuel Vadot <[email protected]>
- * 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/allwinner/axp209.c
==============================================================================
--- head/sys/arm/allwinner/axp209.c     Tue Dec  3 19:18:32 2019        
(r355356)
+++ head/sys/arm/allwinner/axp209.c     Tue Dec  3 21:00:45 2019        
(r355357)
@@ -1,7 +1,6 @@
 /*-
  * Copyright (c) 2015-2016 Emmanuel Vadot <[email protected]>
  * Copyright (c) 2016 Jared McNeill <[email protected]>
- * 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/allwinner/axp209reg.h
==============================================================================
--- head/sys/arm/allwinner/axp209reg.h  Tue Dec  3 19:18:32 2019        
(r355356)
+++ head/sys/arm/allwinner/axp209reg.h  Tue Dec  3 21:00:45 2019        
(r355357)
@@ -1,6 +1,5 @@
 /*-
  * Copyright (c) 2016 Emmanuel Vadot <[email protected]>
- * 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/allwinner/axp81x.c
==============================================================================
--- head/sys/arm/allwinner/axp81x.c     Tue Dec  3 19:18:32 2019        
(r355356)
+++ head/sys/arm/allwinner/axp81x.c     Tue Dec  3 21:00:45 2019        
(r355357)
@@ -1,7 +1,6 @@
 /*-
  * Copyright (c) 2018 Emmanuel Vadot <[email protected]>
  * Copyright (c) 2016 Jared McNeill <[email protected]>
- * 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/allwinner/clkng/aw_clk.h
==============================================================================
--- head/sys/arm/allwinner/clkng/aw_clk.h       Tue Dec  3 19:18:32 2019        
(r355356)
+++ head/sys/arm/allwinner/clkng/aw_clk.h       Tue Dec  3 21:00:45 2019        
(r355357)
@@ -1,6 +1,5 @@
 /*-
  * Copyright (c) 2017 Emmanuel Vadot <[email protected]>
- * 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/allwinner/clkng/aw_clk_nkmp.c
==============================================================================
--- head/sys/arm/allwinner/clkng/aw_clk_nkmp.c  Tue Dec  3 19:18:32 2019        
(r355356)
+++ head/sys/arm/allwinner/clkng/aw_clk_nkmp.c  Tue Dec  3 21:00:45 2019        
(r355357)
@@ -1,6 +1,5 @@
 /*-
  * Copyright (c) 2017 Emmanuel Vadot <[email protected]>
- * 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/allwinner/clkng/aw_clk_nm.c
==============================================================================
--- head/sys/arm/allwinner/clkng/aw_clk_nm.c    Tue Dec  3 19:18:32 2019        
(r355356)
+++ head/sys/arm/allwinner/clkng/aw_clk_nm.c    Tue Dec  3 21:00:45 2019        
(r355357)
@@ -1,6 +1,5 @@
 /*-
  * Copyright (c) 2017 Emmanuel Vadot <[email protected]>
- * 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/allwinner/clkng/aw_clk_nm.h
==============================================================================
--- head/sys/arm/allwinner/clkng/aw_clk_nm.h    Tue Dec  3 19:18:32 2019        
(r355356)
+++ head/sys/arm/allwinner/clkng/aw_clk_nm.h    Tue Dec  3 21:00:45 2019        
(r355357)
@@ -1,6 +1,5 @@
 /*-
  * Copyright (c) 2017 Emmanuel Vadot <[email protected]>
- * 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/allwinner/clkng/aw_clk_prediv_mux.c
==============================================================================
--- head/sys/arm/allwinner/clkng/aw_clk_prediv_mux.c    Tue Dec  3 19:18:32 
2019        (r355356)
+++ head/sys/arm/allwinner/clkng/aw_clk_prediv_mux.c    Tue Dec  3 21:00:45 
2019        (r355357)
@@ -1,6 +1,5 @@
 /*-
  * Copyright (c) 2017 Emmanuel Vadot <[email protected]>
- * 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/allwinner/clkng/aw_clk_prediv_mux.h
==============================================================================
--- head/sys/arm/allwinner/clkng/aw_clk_prediv_mux.h    Tue Dec  3 19:18:32 
2019        (r355356)
+++ head/sys/arm/allwinner/clkng/aw_clk_prediv_mux.h    Tue Dec  3 21:00:45 
2019        (r355357)
@@ -1,6 +1,5 @@
 /*-
  * Copyright (c) 2017 Emmanuel Vadot <[email protected]>
- * 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/allwinner/h3/h3_padconf.c
==============================================================================
--- head/sys/arm/allwinner/h3/h3_padconf.c      Tue Dec  3 19:18:32 2019        
(r355356)
+++ head/sys/arm/allwinner/h3/h3_padconf.c      Tue Dec  3 21:00:45 2019        
(r355357)
@@ -1,6 +1,5 @@
 /*-
  * Copyright (c) 2016-2017 Emmanuel Vadot <[email protected]>
- * 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/allwinner/h3/h3_r_padconf.c
==============================================================================
--- head/sys/arm/allwinner/h3/h3_r_padconf.c    Tue Dec  3 19:18:32 2019        
(r355356)
+++ head/sys/arm/allwinner/h3/h3_r_padconf.c    Tue Dec  3 21:00:45 2019        
(r355357)
@@ -1,6 +1,5 @@
 /*-
  * Copyright (c) 2016-2017 Emmanuel Vadot <[email protected]>
- * 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/broadcom/bcm2835/bcm2836_mp.h
==============================================================================
--- head/sys/arm/broadcom/bcm2835/bcm2836_mp.h  Tue Dec  3 19:18:32 2019        
(r355356)
+++ head/sys/arm/broadcom/bcm2835/bcm2836_mp.h  Tue Dec  3 21:00:45 2019        
(r355357)
@@ -1,6 +1,5 @@
 /*-
  * Copyright (C) 2016 Emmanuel Vadot <[email protected]>
- * 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/arm64/rockchip/clk/rk3328_cru.c
==============================================================================
--- head/sys/arm64/rockchip/clk/rk3328_cru.c    Tue Dec  3 19:18:32 2019        
(r355356)
+++ head/sys/arm64/rockchip/clk/rk3328_cru.c    Tue Dec  3 21:00:45 2019        
(r355357)
@@ -2,7 +2,6 @@
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
  * Copyright (c) 2018 Emmanuel Vadot <[email protected]>
- * 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/arm64/rockchip/clk/rk_clk_armclk.c
==============================================================================
--- head/sys/arm64/rockchip/clk/rk_clk_armclk.c Tue Dec  3 19:18:32 2019        
(r355356)
+++ head/sys/arm64/rockchip/clk/rk_clk_armclk.c Tue Dec  3 21:00:45 2019        
(r355357)
@@ -2,7 +2,6 @@
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
  * Copyright (c) 2018 Emmanuel Vadot <[email protected]>
- * 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/arm64/rockchip/clk/rk_clk_armclk.h
==============================================================================
--- head/sys/arm64/rockchip/clk/rk_clk_armclk.h Tue Dec  3 19:18:32 2019        
(r355356)
+++ head/sys/arm64/rockchip/clk/rk_clk_armclk.h Tue Dec  3 21:00:45 2019        
(r355357)
@@ -2,7 +2,6 @@
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
  * Copyright 2018 Emmanuel Vadot <[email protected]>
- * 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/arm64/rockchip/clk/rk_clk_composite.c
==============================================================================
--- head/sys/arm64/rockchip/clk/rk_clk_composite.c      Tue Dec  3 19:18:32 
2019        (r355356)
+++ head/sys/arm64/rockchip/clk/rk_clk_composite.c      Tue Dec  3 21:00:45 
2019        (r355357)
@@ -2,7 +2,6 @@
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
  * Copyright (c) 2018 Emmanuel Vadot <[email protected]>
- * 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/arm64/rockchip/clk/rk_clk_composite.h
==============================================================================
--- head/sys/arm64/rockchip/clk/rk_clk_composite.h      Tue Dec  3 19:18:32 
2019        (r355356)
+++ head/sys/arm64/rockchip/clk/rk_clk_composite.h      Tue Dec  3 21:00:45 
2019        (r355357)
@@ -2,7 +2,6 @@
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
  * Copyright 2018 Emmanuel Vadot <[email protected]>
- * 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/arm64/rockchip/clk/rk_clk_gate.h
==============================================================================
--- head/sys/arm64/rockchip/clk/rk_clk_gate.h   Tue Dec  3 19:18:32 2019        
(r355356)
+++ head/sys/arm64/rockchip/clk/rk_clk_gate.h   Tue Dec  3 21:00:45 2019        
(r355357)
@@ -2,7 +2,6 @@
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
  * Copyright 2018 Emmanuel Vadot <[email protected]>
- * 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/arm64/rockchip/clk/rk_clk_pll.c
==============================================================================
--- head/sys/arm64/rockchip/clk/rk_clk_pll.c    Tue Dec  3 19:18:32 2019        
(r355356)
+++ head/sys/arm64/rockchip/clk/rk_clk_pll.c    Tue Dec  3 21:00:45 2019        
(r355357)
@@ -2,7 +2,6 @@
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
  * Copyright (c) 2018 Emmanuel Vadot <[email protected]>
- * 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/arm64/rockchip/clk/rk_clk_pll.h
==============================================================================
--- head/sys/arm64/rockchip/clk/rk_clk_pll.h    Tue Dec  3 19:18:32 2019        
(r355356)
+++ head/sys/arm64/rockchip/clk/rk_clk_pll.h    Tue Dec  3 21:00:45 2019        
(r355357)
@@ -2,7 +2,6 @@
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
  * Copyright 2018 Emmanuel Vadot <[email protected]>
- * 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/arm64/rockchip/clk/rk_cru.c
==============================================================================
--- head/sys/arm64/rockchip/clk/rk_cru.c        Tue Dec  3 19:18:32 2019        
(r355356)
+++ head/sys/arm64/rockchip/clk/rk_cru.c        Tue Dec  3 21:00:45 2019        
(r355357)
@@ -2,7 +2,6 @@
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
  * Copyright (c) 2018 Emmanuel Vadot <[email protected]>
- * 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/arm64/rockchip/clk/rk_cru.h
==============================================================================
--- head/sys/arm64/rockchip/clk/rk_cru.h        Tue Dec  3 19:18:32 2019        
(r355356)
+++ head/sys/arm64/rockchip/clk/rk_cru.h        Tue Dec  3 21:00:45 2019        
(r355357)
@@ -2,7 +2,6 @@
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
  * Copyright (c) 2018 Emmanuel Vadot <[email protected]>
- * 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/arm64/rockchip/if_dwc_rk.c
==============================================================================
--- head/sys/arm64/rockchip/if_dwc_rk.c Tue Dec  3 19:18:32 2019        
(r355356)
+++ head/sys/arm64/rockchip/if_dwc_rk.c Tue Dec  3 21:00:45 2019        
(r355357)
@@ -2,7 +2,6 @@
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
  * Copyright (c) 2018 Emmanuel Vadot <[email protected]>
- * 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/arm64/rockchip/rk805.c
==============================================================================
--- head/sys/arm64/rockchip/rk805.c     Tue Dec  3 19:18:32 2019        
(r355356)
+++ head/sys/arm64/rockchip/rk805.c     Tue Dec  3 21:00:45 2019        
(r355357)
@@ -2,7 +2,6 @@
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
  * Copyright (c) 2018 Emmanuel Vadot <[email protected]>
- * 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/arm64/rockchip/rk805reg.h
==============================================================================
--- head/sys/arm64/rockchip/rk805reg.h  Tue Dec  3 19:18:32 2019        
(r355356)
+++ head/sys/arm64/rockchip/rk805reg.h  Tue Dec  3 21:00:45 2019        
(r355357)
@@ -2,7 +2,6 @@
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
  * Copyright (c) 2018 Emmanuel Vadot <[email protected]>
- * 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/arm64/rockchip/rk_gpio.c
==============================================================================
--- head/sys/arm64/rockchip/rk_gpio.c   Tue Dec  3 19:18:32 2019        
(r355356)
+++ head/sys/arm64/rockchip/rk_gpio.c   Tue Dec  3 21:00:45 2019        
(r355357)
@@ -2,7 +2,6 @@
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
  * Copyright (c) 2018 Emmanuel Vadot <[email protected]>
- * 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/arm64/rockchip/rk_grf.c
==============================================================================
--- head/sys/arm64/rockchip/rk_grf.c    Tue Dec  3 19:18:32 2019        
(r355356)
+++ head/sys/arm64/rockchip/rk_grf.c    Tue Dec  3 21:00:45 2019        
(r355357)
@@ -2,7 +2,6 @@
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
  * Copyright (c) 2018 Emmanuel Vadot <[email protected]>
- * 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/arm64/rockchip/rk_pinctrl.c
==============================================================================
--- head/sys/arm64/rockchip/rk_pinctrl.c        Tue Dec  3 19:18:32 2019        
(r355356)
+++ head/sys/arm64/rockchip/rk_pinctrl.c        Tue Dec  3 21:00:45 2019        
(r355357)
@@ -2,7 +2,6 @@
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
  * Copyright (c) 2018 Emmanuel Vadot <[email protected]>
- * 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/dev/cpufreq/cpufreq_dt.c
==============================================================================
--- head/sys/dev/cpufreq/cpufreq_dt.c   Tue Dec  3 19:18:32 2019        
(r355356)
+++ head/sys/dev/cpufreq/cpufreq_dt.c   Tue Dec  3 21:00:45 2019        
(r355357)
@@ -1,7 +1,6 @@
 /*-
  * Copyright (c) 2018 Emmanuel Vadot <[email protected]>
  * Copyright (c) 2016 Jared McNeill <[email protected]>
- * 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/dev/mmc/host/dwmmc_altera.c
==============================================================================
--- head/sys/dev/mmc/host/dwmmc_altera.c        Tue Dec  3 19:18:32 2019        
(r355356)
+++ head/sys/dev/mmc/host/dwmmc_altera.c        Tue Dec  3 21:00:45 2019        
(r355357)
@@ -1,6 +1,5 @@
 /*
  * Copyright 2017 Emmanuel Vadot <[email protected]>
- * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are

Modified: head/sys/dev/mmc/host/dwmmc_rockchip.c
==============================================================================
--- head/sys/dev/mmc/host/dwmmc_rockchip.c      Tue Dec  3 19:18:32 2019        
(r355356)
+++ head/sys/dev/mmc/host/dwmmc_rockchip.c      Tue Dec  3 21:00:45 2019        
(r355357)
@@ -1,6 +1,5 @@
 /*
  * Copyright 2017 Emmanuel Vadot <[email protected]>
- * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are

Modified: head/sys/dev/mmc/host/dwmmc_samsung.c
==============================================================================
--- head/sys/dev/mmc/host/dwmmc_samsung.c       Tue Dec  3 19:18:32 2019        
(r355356)
+++ head/sys/dev/mmc/host/dwmmc_samsung.c       Tue Dec  3 21:00:45 2019        
(r355357)
@@ -1,6 +1,5 @@
 /*
  * Copyright 2017 Emmanuel Vadot <[email protected]>
- * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are

Modified: head/sys/dev/pwm/ofw_pwm.c
==============================================================================
--- head/sys/dev/pwm/ofw_pwm.c  Tue Dec  3 19:18:32 2019        (r355356)
+++ head/sys/dev/pwm/ofw_pwm.c  Tue Dec  3 21:00:45 2019        (r355357)
@@ -2,7 +2,6 @@
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
  * Copyright (c) 2018 Emmanuel Vadot <[email protected]>
- * 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/dev/pwm/ofw_pwm.h
==============================================================================
--- head/sys/dev/pwm/ofw_pwm.h  Tue Dec  3 19:18:32 2019        (r355356)
+++ head/sys/dev/pwm/ofw_pwm.h  Tue Dec  3 21:00:45 2019        (r355357)
@@ -2,7 +2,6 @@
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
  * Copyright (c) 2018 Emmanuel Vadot <[email protected]>
- * 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/dev/pwm/pwmbus.c
==============================================================================
--- head/sys/dev/pwm/pwmbus.c   Tue Dec  3 19:18:32 2019        (r355356)
+++ head/sys/dev/pwm/pwmbus.c   Tue Dec  3 21:00:45 2019        (r355357)
@@ -2,7 +2,6 @@
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
  * Copyright (c) 2018 Emmanuel Vadot <[email protected]>
- * 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/dev/pwm/pwmc.c
==============================================================================
--- head/sys/dev/pwm/pwmc.c     Tue Dec  3 19:18:32 2019        (r355356)
+++ head/sys/dev/pwm/pwmc.c     Tue Dec  3 21:00:45 2019        (r355357)
@@ -2,7 +2,6 @@
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
  * Copyright (c) 2018 Emmanuel Vadot <[email protected]>
- * 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/dev/pwm/pwmc.h
==============================================================================
--- head/sys/dev/pwm/pwmc.h     Tue Dec  3 19:18:32 2019        (r355356)
+++ head/sys/dev/pwm/pwmc.h     Tue Dec  3 21:00:45 2019        (r355357)
@@ -2,7 +2,6 @@
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
  * Copyright (c) 2018 Emmanuel Vadot <[email protected]>
- * 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/dev/usb/controller/generic_usb_if.m
==============================================================================
--- head/sys/dev/usb/controller/generic_usb_if.m        Tue Dec  3 19:18:32 
2019        (r355356)
+++ head/sys/dev/usb/controller/generic_usb_if.m        Tue Dec  3 21:00:45 
2019        (r355357)
@@ -1,6 +1,5 @@
 #-
 # Copyright (c) 2016 Emmanuel Vadot <[email protected]>
-# All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions

Modified: head/usr.sbin/pwm/pwm.c
==============================================================================
--- head/usr.sbin/pwm/pwm.c     Tue Dec  3 19:18:32 2019        (r355356)
+++ head/usr.sbin/pwm/pwm.c     Tue Dec  3 21:00:45 2019        (r355357)
@@ -2,7 +2,6 @@
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
  * Copyright (c) 2018 Emmanuel Vadot <[email protected]>
- * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to