From owner-svn-src-all@freebsd.org Tue Dec 3 21:05:39 2019 Return-Path: Delivered-To: svn-src-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2BB361BD910; Tue, 3 Dec 2019 21:05:39 +0000 (UTC) (envelope-from manu@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47SDz716Wzz3xW3; Tue, 3 Dec 2019 21:05:39 +0000 (UTC) (envelope-from manu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 092671D956; Tue, 3 Dec 2019 21:05:39 +0000 (UTC) (envelope-from manu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id xB3L5cUO045406; Tue, 3 Dec 2019 21:05:38 GMT (envelope-from manu@FreeBSD.org) Received: (from manu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xB3L5XSY045378; Tue, 3 Dec 2019 21:05:33 GMT (envelope-from manu@FreeBSD.org) Message-Id: <201912032105.xB3L5XSY045378@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: manu set sender to manu@FreeBSD.org using -f From: Emmanuel Vadot Date: Tue, 3 Dec 2019 21:05:33 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r355358 - in head/sys: arm/allwinner arm/allwinner/a64 arm/allwinner/a83t dev/gpio dev/hdmi dev/iicbus dev/uart mips/ingenic X-SVN-Group: head X-SVN-Commit-Author: manu X-SVN-Commit-Paths: in head/sys: arm/allwinner arm/allwinner/a64 arm/allwinner/a83t dev/gpio dev/hdmi dev/iicbus dev/uart mips/ingenic X-SVN-Commit-Revision: 355358 X-SVN-Commit-Repository: base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Dec 2019 21:05:39 -0000 Author: manu Date: Tue Dec 3 21:05:33 2019 New Revision: 355358 URL: https://svnweb.freebsd.org/changeset/base/355358 Log: Remove "all rights reserved" from copyright for the file that Jared McNeill own. He gave me permission to do this. Modified: head/sys/arm/allwinner/a10_fb.c head/sys/arm/allwinner/a10_hdmi.c head/sys/arm/allwinner/a10_hdmiaudio.c head/sys/arm/allwinner/a64/a64_padconf.c head/sys/arm/allwinner/a64/a64_r_padconf.c head/sys/arm/allwinner/a83t/a83t_padconf.c head/sys/arm/allwinner/a83t/a83t_r_padconf.c head/sys/arm/allwinner/aw_ccu.c head/sys/arm/allwinner/aw_gmacclk.c head/sys/arm/allwinner/aw_reset.c head/sys/arm/allwinner/aw_rsb.c head/sys/arm/allwinner/aw_sid.c head/sys/arm/allwinner/aw_sid.h head/sys/arm/allwinner/aw_thermal.c head/sys/arm/allwinner/aw_usbphy.c head/sys/arm/allwinner/if_awg.c head/sys/arm/allwinner/if_awgreg.h head/sys/dev/gpio/gpioregulator.c head/sys/dev/hdmi/dwc_hdmi.h head/sys/dev/iicbus/sy8106a.c head/sys/dev/uart/uart_dev_snps.c head/sys/mips/ingenic/jz4780_lcd.c head/sys/mips/ingenic/jz4780_lcd.h head/sys/mips/ingenic/jz4780_smb.c head/sys/mips/ingenic/jz4780_smb.h Modified: head/sys/arm/allwinner/a10_fb.c ============================================================================== --- head/sys/arm/allwinner/a10_fb.c Tue Dec 3 21:00:45 2019 (r355357) +++ head/sys/arm/allwinner/a10_fb.c Tue Dec 3 21:05:33 2019 (r355358) @@ -1,6 +1,5 @@ /*- * Copyright (c) 2016 Jared McNeill - * 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_hdmi.c ============================================================================== --- head/sys/arm/allwinner/a10_hdmi.c Tue Dec 3 21:00:45 2019 (r355357) +++ head/sys/arm/allwinner/a10_hdmi.c Tue Dec 3 21:05:33 2019 (r355358) @@ -1,6 +1,5 @@ /*- * Copyright (c) 2016 Jared McNeill - * 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_hdmiaudio.c ============================================================================== --- head/sys/arm/allwinner/a10_hdmiaudio.c Tue Dec 3 21:00:45 2019 (r355357) +++ head/sys/arm/allwinner/a10_hdmiaudio.c Tue Dec 3 21:05:33 2019 (r355358) @@ -1,6 +1,5 @@ /*- * Copyright (c) 2016 Jared McNeill - * 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/a64/a64_padconf.c ============================================================================== --- head/sys/arm/allwinner/a64/a64_padconf.c Tue Dec 3 21:00:45 2019 (r355357) +++ head/sys/arm/allwinner/a64/a64_padconf.c Tue Dec 3 21:05:33 2019 (r355358) @@ -1,6 +1,5 @@ /*- * Copyright (c) 2016 Jared McNeill - * 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/a64/a64_r_padconf.c ============================================================================== --- head/sys/arm/allwinner/a64/a64_r_padconf.c Tue Dec 3 21:00:45 2019 (r355357) +++ head/sys/arm/allwinner/a64/a64_r_padconf.c Tue Dec 3 21:05:33 2019 (r355358) @@ -1,6 +1,5 @@ /*- * Copyright (c) 2016 Jared McNeill - * 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/a83t/a83t_padconf.c ============================================================================== --- head/sys/arm/allwinner/a83t/a83t_padconf.c Tue Dec 3 21:00:45 2019 (r355357) +++ head/sys/arm/allwinner/a83t/a83t_padconf.c Tue Dec 3 21:05:33 2019 (r355358) @@ -1,6 +1,5 @@ /*- * Copyright (c) 2016 Jared McNeill - * 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/a83t/a83t_r_padconf.c ============================================================================== --- head/sys/arm/allwinner/a83t/a83t_r_padconf.c Tue Dec 3 21:00:45 2019 (r355357) +++ head/sys/arm/allwinner/a83t/a83t_r_padconf.c Tue Dec 3 21:05:33 2019 (r355358) @@ -1,6 +1,5 @@ /*- * Copyright (c) 2016 Jared McNeill - * 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_ccu.c ============================================================================== --- head/sys/arm/allwinner/aw_ccu.c Tue Dec 3 21:00:45 2019 (r355357) +++ head/sys/arm/allwinner/aw_ccu.c Tue Dec 3 21:05:33 2019 (r355358) @@ -1,6 +1,5 @@ /*- * Copyright (c) 2016 Jared McNeill - * 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_gmacclk.c ============================================================================== --- head/sys/arm/allwinner/aw_gmacclk.c Tue Dec 3 21:00:45 2019 (r355357) +++ head/sys/arm/allwinner/aw_gmacclk.c Tue Dec 3 21:05:33 2019 (r355358) @@ -1,6 +1,5 @@ /*- * Copyright (c) 2016 Jared McNeill - * 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_reset.c ============================================================================== --- head/sys/arm/allwinner/aw_reset.c Tue Dec 3 21:00:45 2019 (r355357) +++ head/sys/arm/allwinner/aw_reset.c Tue Dec 3 21:05:33 2019 (r355358) @@ -1,6 +1,5 @@ /*- * Copyright (c) 2016 Jared McNeill - * 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_rsb.c ============================================================================== --- head/sys/arm/allwinner/aw_rsb.c Tue Dec 3 21:00:45 2019 (r355357) +++ head/sys/arm/allwinner/aw_rsb.c Tue Dec 3 21:05:33 2019 (r355358) @@ -1,6 +1,5 @@ /*- * Copyright (c) 2016 Jared McNeill - * 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_sid.c ============================================================================== --- head/sys/arm/allwinner/aw_sid.c Tue Dec 3 21:00:45 2019 (r355357) +++ head/sys/arm/allwinner/aw_sid.c Tue Dec 3 21:05:33 2019 (r355358) @@ -1,6 +1,5 @@ /*- * Copyright (c) 2016 Jared McNeill - * 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_sid.h ============================================================================== --- head/sys/arm/allwinner/aw_sid.h Tue Dec 3 21:00:45 2019 (r355357) +++ head/sys/arm/allwinner/aw_sid.h Tue Dec 3 21:05:33 2019 (r355358) @@ -1,6 +1,5 @@ /*- * Copyright (c) 2016 Jared McNeill - * 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_thermal.c ============================================================================== --- head/sys/arm/allwinner/aw_thermal.c Tue Dec 3 21:00:45 2019 (r355357) +++ head/sys/arm/allwinner/aw_thermal.c Tue Dec 3 21:05:33 2019 (r355358) @@ -1,6 +1,5 @@ /*- * Copyright (c) 2016 Jared McNeill - * 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_usbphy.c ============================================================================== --- head/sys/arm/allwinner/aw_usbphy.c Tue Dec 3 21:00:45 2019 (r355357) +++ head/sys/arm/allwinner/aw_usbphy.c Tue Dec 3 21:05:33 2019 (r355358) @@ -1,6 +1,5 @@ /*- * Copyright (c) 2016 Jared McNeill - * 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/if_awg.c ============================================================================== --- head/sys/arm/allwinner/if_awg.c Tue Dec 3 21:00:45 2019 (r355357) +++ head/sys/arm/allwinner/if_awg.c Tue Dec 3 21:05:33 2019 (r355358) @@ -1,6 +1,5 @@ /*- * Copyright (c) 2016 Jared McNeill - * 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/if_awgreg.h ============================================================================== --- head/sys/arm/allwinner/if_awgreg.h Tue Dec 3 21:00:45 2019 (r355357) +++ head/sys/arm/allwinner/if_awgreg.h Tue Dec 3 21:05:33 2019 (r355358) @@ -1,6 +1,5 @@ /*- * Copyright (c) 2016 Jared McNeill - * 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/gpio/gpioregulator.c ============================================================================== --- head/sys/dev/gpio/gpioregulator.c Tue Dec 3 21:00:45 2019 (r355357) +++ head/sys/dev/gpio/gpioregulator.c Tue Dec 3 21:05:33 2019 (r355358) @@ -1,6 +1,5 @@ /*- * Copyright (c) 2016 Jared McNeill - * 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/hdmi/dwc_hdmi.h ============================================================================== --- head/sys/dev/hdmi/dwc_hdmi.h Tue Dec 3 21:00:45 2019 (r355357) +++ head/sys/dev/hdmi/dwc_hdmi.h Tue Dec 3 21:05:33 2019 (r355358) @@ -1,6 +1,5 @@ /*- * Copyright (c) 2016 Jared McNeill - * 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/iicbus/sy8106a.c ============================================================================== --- head/sys/dev/iicbus/sy8106a.c Tue Dec 3 21:00:45 2019 (r355357) +++ head/sys/dev/iicbus/sy8106a.c Tue Dec 3 21:05:33 2019 (r355358) @@ -1,6 +1,5 @@ /*- * Copyright (c) 2016 Jared McNeill - * 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/uart/uart_dev_snps.c ============================================================================== --- head/sys/dev/uart/uart_dev_snps.c Tue Dec 3 21:00:45 2019 (r355357) +++ head/sys/dev/uart/uart_dev_snps.c Tue Dec 3 21:05:33 2019 (r355358) @@ -1,6 +1,5 @@ /*- * Copyright (c) 2016 Jared McNeill - * 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/mips/ingenic/jz4780_lcd.c ============================================================================== --- head/sys/mips/ingenic/jz4780_lcd.c Tue Dec 3 21:00:45 2019 (r355357) +++ head/sys/mips/ingenic/jz4780_lcd.c Tue Dec 3 21:05:33 2019 (r355358) @@ -1,6 +1,5 @@ /*- * Copyright (c) 2016 Jared McNeill - * 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/mips/ingenic/jz4780_lcd.h ============================================================================== --- head/sys/mips/ingenic/jz4780_lcd.h Tue Dec 3 21:00:45 2019 (r355357) +++ head/sys/mips/ingenic/jz4780_lcd.h Tue Dec 3 21:05:33 2019 (r355358) @@ -1,6 +1,5 @@ /*- * Copyright (c) 2016 Jared McNeill - * 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/mips/ingenic/jz4780_smb.c ============================================================================== --- head/sys/mips/ingenic/jz4780_smb.c Tue Dec 3 21:00:45 2019 (r355357) +++ head/sys/mips/ingenic/jz4780_smb.c Tue Dec 3 21:05:33 2019 (r355358) @@ -1,6 +1,5 @@ /*- * Copyright (c) 2016 Jared McNeill - * 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/mips/ingenic/jz4780_smb.h ============================================================================== --- head/sys/mips/ingenic/jz4780_smb.h Tue Dec 3 21:00:45 2019 (r355357) +++ head/sys/mips/ingenic/jz4780_smb.h Tue Dec 3 21:05:33 2019 (r355358) @@ -1,6 +1,5 @@ /*- * Copyright (c) 2016 Jared McNeill - * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions