CVS commit: src/share/man/man8

2021-04-24 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Sat Apr 24 07:12:17 UTC 2021

Modified Files:
src/share/man/man8: compat_linux.8

Log Message:
update information


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 src/share/man/man8/compat_linux.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.sbin/wsfontload

2021-04-24 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sat Apr 24 07:52:08 UTC 2021

Modified Files:
src/usr.sbin/wsfontload: wsfontload.8 wsfontload.c

Log Message:
wsfontload: make -l mode a separate line in the usage

Document it in the manpage.


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/usr.sbin/wsfontload/wsfontload.8
cvs rdiff -u -r1.22 -r1.23 src/usr.sbin/wsfontload/wsfontload.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/arm/include

2021-04-24 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Sat Apr 24 07:58:12 UTC 2021

Modified Files:
src/sys/arch/arm/include: lock.h

Log Message:
Fix ARMv8 instructions


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 src/sys/arch/arm/include/lock.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.sbin/wsfontload

2021-04-24 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Sat Apr 24 08:59:09 UTC 2021

Modified Files:
src/usr.sbin/wsfontload: wsfontload.8

Log Message:
wsfontload: clarify documentation of -l


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/usr.sbin/wsfontload/wsfontload.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.sbin/wsfontload

2021-04-24 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Sat Apr 24 09:03:05 UTC 2021

Modified Files:
src/usr.sbin/wsfontload: wsfontload.8

Log Message:
wsfontload: clarify more


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/usr.sbin/wsfontload/wsfontload.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.sbin/wsfontload

2021-04-24 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Sat Apr 24 09:18:44 UTC 2021

Modified Files:
src/usr.sbin/wsfontload: wsfontload.8

Log Message:
wsfontload.8: clean up examples

add an example of loading a larger font since a lot of people ask.


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/usr.sbin/wsfontload/wsfontload.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/elftoolchain/dist/common

2021-04-24 Thread Joseph Koshy
Module Name:src
Committed By:   jkoshy
Date:   Sat Apr 24 09:42:00 UTC 2021

Removed Files:
src/external/bsd/elftoolchain/dist/common: native-elf-format
os.Linux.mk

Log Message:
Remove files that no longer exist upstream.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r0 \
src/external/bsd/elftoolchain/dist/common/native-elf-format \
src/external/bsd/elftoolchain/dist/common/os.Linux.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/arm

2021-04-24 Thread Taylor R Campbell
Module Name:src
Committed By:   riastradh
Date:   Sat Apr 24 13:01:35 UTC 2021

Modified Files:
src/sys/arch/arm/dts: sun50i-h5.dtsi
src/sys/arch/arm/sunxi: sun8i_crypto.c sun8i_h3_ccu.c

Log Message:
arm/sunxi: Wire up sun8icrypto(4) on Allwinner H5.

Tested on NanoPi Neo PLUS2.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/dts/sun50i-h5.dtsi
cvs rdiff -u -r1.23 -r1.24 src/sys/arch/arm/sunxi/sun8i_crypto.c
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/arm/sunxi/sun8i_h3_ccu.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/distrib/notes/common

2021-04-24 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Sat Apr 24 15:38:10 UTC 2021

Modified Files:
src/distrib/notes/common: netboot

Log Message:
For netboot via DHCP, "next-server" in dhcpd.conf(5) is mandatory.

Pointed out by Anders Gustafsson on port-hp300@.
 https://mail-index.netbsd.org/port-hp300/2021/04/21/msg000201.html

Should be pulled up to netbsd-8 and netbsd-9.

XXX: kernel should use the dhcpd/bootp server address for nfsroot
 if the specified next-server (siaddr) is 0.0.0.0?


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 src/distrib/notes/common/netboot

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/m68k/m68k

2021-04-24 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Sat Apr 24 16:14:08 UTC 2021

Modified Files:
src/sys/arch/m68k/m68k: sig_machdep.c

Log Message:
Restore comments for f_stackadj and reenter_syscall().

Taken from sys/compat/linux/arch/m68k/linux_machdep.c which was
originally implemented to use reenter_syscall() for sigreturn of
Linux binaries.


To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 src/sys/arch/m68k/m68k/sig_machdep.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/x68k/dev

2021-04-24 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Sat Apr 24 16:24:14 UTC 2021

Modified Files:
src/sys/arch/x68k/dev: ms.c

Log Message:
Tidy up callout(9) implementation to handle mouse packets.

- define and use proper macro to specify ticks
- use callout_schedule(9) rather than callout_reset(9) to restart timer

No functional changes.


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 src/sys/arch/x68k/dev/ms.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [thorpej-cfargs] src/sys/sys

2021-04-24 Thread Jason R Thorpe
Module Name:src
Committed By:   thorpej
Date:   Sat Apr 24 18:07:08 UTC 2021

Modified Files:
src/sys/sys [thorpej-cfargs]: device.h

Log Message:
Use a value for CFARG_EOL that is not likely to be encountered randomly in
nature.  Suggested by dholland.


To generate a diff of this commit:
cvs rdiff -u -r1.167.2.9 -r1.167.2.10 src/sys/sys/device.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [thorpej-cfargs] src/sys

2021-04-24 Thread Jason R Thorpe
Module Name:src
Committed By:   thorpej
Date:   Sat Apr 24 18:23:09 UTC 2021

Modified Files:
src/sys/arch/macppc/dev [thorpej-cfargs]: ofb.c
src/sys/dev/ic [thorpej-cfargs]: vga_raster.c
src/sys/dev/pci [thorpej-cfargs]: machfb.c radeonfb.c unichromefb.c

Log Message:
Make sure to explcitly specify the "wsemuldisplaydev" interface attribute
when attaching the wscons display instance, because these devices can
also attach children using the "drm" interface attribute.


To generate a diff of this commit:
cvs rdiff -u -r1.70.32.2 -r1.70.32.3 src/sys/arch/macppc/dev/ofb.c
cvs rdiff -u -r1.48.4.1 -r1.48.4.2 src/sys/dev/ic/vga_raster.c
cvs rdiff -u -r1.103.4.2 -r1.103.4.3 src/sys/dev/pci/machfb.c
cvs rdiff -u -r1.113.2.2 -r1.113.2.3 src/sys/dev/pci/radeonfb.c
cvs rdiff -u -r1.19.34.2 -r1.19.34.3 src/sys/dev/pci/unichromefb.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/common/lib/libc/arch/arm/atomic

2021-04-24 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Sat Apr 24 20:29:04 UTC 2021

Modified Files:
src/common/lib/libc/arch/arm/atomic: atomic_swap.S

Log Message:
Fix __sync_lock_release_4 to actually zeroise the whole 4bytes/32bits.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/common/lib/libc/arch/arm/atomic/atomic_swap.S

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/common/lib/libc/arch/arm/atomic

2021-04-24 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Sat Apr 24 20:34:34 UTC 2021

Modified Files:
src/common/lib/libc/arch/arm/atomic: atomic_swap.S atomic_swap_64.S

Log Message:
Trailing whitespace


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/common/lib/libc/arch/arm/atomic/atomic_swap.S
cvs rdiff -u -r1.10 -r1.11 \
src/common/lib/libc/arch/arm/atomic/atomic_swap_64.S

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/dragonfly

2021-04-24 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sat Apr 24 21:17:40 UTC 2021

Modified Files:
src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/dragonfly:
c_locale.cc c_locale.h

Log Message:
move the NetBSD version of:

   __convert_from_v(const __c_locale& __cloc, char* __out,
const int __size __attribute__ ((__unused__)),
const char* __fmt, ...)

from the .h file into the .cc file.

NetBSD version relies upon vasprintf_l() being defined and compile
contexts such as _XOPEN_SOURCE=600 or _POSIX_C_SOURCE < 200809 may
not provide the definition of it, cause compile time issues for
3rdparty applications in c++locale.h.  This ensure that all the
required definitions are present when this code is compiled.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 \
src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/dragonfly/c_locale.cc 
\
src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/dragonfly/c_locale.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys

2021-04-24 Thread Jason R Thorpe
Module Name:src
Committed By:   thorpej
Date:   Sat Apr 24 23:37:01 UTC 2021

Modified Files:
src/sys/arch/acorn32/eb7500atx: rsbus.c
src/sys/arch/acorn32/mainbus: fd.c pioc.c
src/sys/arch/acorn32/podulebus: amps.c asc.c cosc.c csc.c podulebus.c
ptsc.c
src/sys/arch/algor/dev: bonito_mainbus.c mainbus.c vtpbc_mainbus.c
src/sys/arch/algor/pci: pcib.c
src/sys/arch/alpha/alpha: mainbus.c
src/sys/arch/alpha/jensenio: jensenio.c
src/sys/arch/alpha/mcbus: mcbus.c
src/sys/arch/alpha/pci: apecs.c cia.c dwlpx.c irongate.c lca.c mcpcia.c
sio.c tsc.c tsciic.c ttwoga.c
src/sys/arch/alpha/sableio: sableio.c
src/sys/arch/alpha/tc: tcasic.c
src/sys/arch/alpha/tlsb: gbus.c kftxx.c tlsb.c
src/sys/arch/amd64/amd64: amd64_mainbus.c
src/sys/arch/amiga/amiga: autoconf.c
src/sys/arch/amiga/clockport: a1k2cp.c clockport.c gencp.c
src/sys/arch/amiga/dev: acafh.c afsc.c ahsc.c amidisplaycc.c atzsc.c
bppcsc.c cbiiisc.c drsc.c drsupio.c empsc.c fd.c gayle_pcmcia.c
grf.c gtsc.c gvpbus.c gvpio.c hyper.c ioblix_zbus.c ivsc.c kbd.c
mfc.c mgnsc.c mlhsc.c mntva.c ms.c otgsc.c p5bus.c wesc.c wstsc.c
xsh.c xsurf.c z3rambd.c zssc.c
src/sys/arch/amiga/pci: cv3dpb.c em4k.c empb.c mppb.c p5pb.c
src/sys/arch/amigappc/amigappc: autoconf.c mainbus.c
src/sys/arch/arc/arc: mainbus.c
src/sys/arch/arc/dti: btl.c
src/sys/arch/arc/isa: isabus.c
src/sys/arch/arc/jazz: fd.c jazzio.c
src/sys/arch/arc/pci: necpb.c
src/sys/arch/arm/acpi: acpi_machdep.c acpi_platform.c acpipchb.c
gic_acpi.c gtmr_acpi.c
src/sys/arch/arm/altera: cycv_platform.c
src/sys/arch/arm/amlogic: meson_pinctrl.c meson_platform.c meson_sdhc.c
meson_sdio.c mesongx_mmc.c
src/sys/arch/arm/at91: at91bus.c at91cf.c at91ohci.c at91pio.c
at91spi.c at91twi.c
src/sys/arch/arm/broadcom: bcm2835_bsc_acpi.c bcm2835_dwctwo.c
bcm2835_gpio.c bcm2835_mbox.c bcm2835_sdhost.c bcm2835_spi.c
bcm2835_vcaudio.c bcm2838_pcie.c bcm283x_platform.c bcm53xx_cca.c
bcm53xx_ccb.c bcm53xx_pax.c bcm53xx_usb.c
src/sys/arch/arm/clps711x: clpslcd.c clpssoc.c
src/sys/arch/arm/cortex: armperiph.c
src/sys/arch/arm/ep93xx: epgpio.c epohci.c eppcic.c epsoc.c
src/sys/arch/arm/fdt: a9ptmr_fdt.c a9tmr_fdt.c a9wdt_fdt.c acpi_fdt.c
arm_fdt.c arm_platform.c cpu_fdt.c gic_fdt.c gtmr_fdt.c l2cc_fdt.c
pcihost_fdt.c
src/sys/arch/arm/footbridge: footbridge.c
src/sys/arch/arm/gemini: gemini_gmac.c gemini_gpio.c gemini_ipi.c
gemini_ipm.c gemini_lpc.c gemini_obio.c obio_ehci.c obio_lpchc.c
src/sys/arch/arm/imx: imx23_ahb.c imx23_apbh.c imx23_apbx.c
imx23_pinctrl.c imx23_ssp.c imx23_usb.c imx31_ahb.c imx31_aips.c
imx31_gpio.c imx51_axi.c imx51_ipuv3.c imx51_usb.c imx_pcic.c
imxgpio.c imxspi.c imxusb.c
src/sys/arch/arm/iomd: iomd.c iomdiic.c qms.c vidc20.c vidcvideo.c
src/sys/arch/arm/ixp12x0: ixp12x0.c ixpsip.c
src/sys/arch/arm/mainbus: mainbus.c
src/sys/arch/arm/marvell: mvsoc.c mvsocgpp.c
src/sys/arch/arm/mpcore: mpcore_axi.c mpcore_pmr.c
src/sys/arch/arm/nvidia: tegra210_xusbpad.c tegra_cec.c tegra_drm_fb.c
tegra_ehci.c tegra_gpio.c tegra_pcie.c tegra_platform.c
tegra_xusb.c
src/sys/arch/arm/nxp: imx6_platform.c imx6_usb.c imxpcie.c
src/sys/arch/arm/omap: am335x_gpio.c files.omap2 obio_ohci.c
omap2_gpio.c omap2_gpmc.c omap2_l3i.c omap2_obio.c omap3_ehci.c
omap3_i2c.c omap_emifs.c omap_ocp.c omap_tipb.c omapfb.c
omapl1x_ohci.c omapl1x_tipb.c ti_iic.c tifb.c tiotg.c
src/sys/arch/arm/rockchip: rk3328_iomux.c rk3399_iomux.c rk_drm.c
rk_gpio.c rk_platform.c rk_usb.c
src/sys/arch/arm/s3c2xx0: ohci_s3c24x0.c s3c2410.c s3c2410_extint.c
s3c2410_spi.c s3c2440.c s3c2440_extint.c s3c2440_i2s.c
s3c2440_sdi.c s3c2440_spi.c s3c2440_touch.c s3c2800.c s3c2800_pci.c
src/sys/arch/arm/sa11x0: sa.c sa11x0.c sa11x1_pcic.c
src/sys/arch/arm/samsung: exynos_ehci.c exynos_gpio.c exynos_ohci.c
exynos_platform.c mct.c
src/sys/arch/arm/sociox: sni_gpio.c sni_i2c.c
src/sys/arch/arm/sunxi: sun6i_spi.c sunxi_debe.c sunxi_drm.c
sunxi_gpio.c sunxi_mmc.c sunxi_platform.c sunxi_ts.c
src/sys/arch/arm/ti: omap2_nand.c omap3_dss.c omap3_platform.c
ti_ehci.c ti_gpio.c ti_lcdc.c
src/sys/arch/arm/vexpress: vexpress_platform.c
src/sys/arch/arm/virt: virt_platform.c
src/sys/arch/arm/xilinx: zynq_platform.c zynq_usb.c
src/sys/arch/arm/xscale: becc.c i80312.c i80321.c iopi2c.c ixp425.c
ixp425_

CVS commit: src/sys/sys

2021-04-24 Thread Jason R Thorpe
Module Name:src
Committed By:   thorpej
Date:   Sat Apr 24 23:40:16 UTC 2021

Modified Files:
src/sys/sys: param.h

Log Message:
Bienvenido a NetBSD 9.99.82 (thorpej-cfargs merge).


To generate a diff of this commit:
cvs rdiff -u -r1.691 -r1.692 src/sys/sys/param.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.sbin/postinstall

2021-04-24 Thread Luke Mewburn
Module Name:src
Committed By:   lukem
Date:   Sun Apr 25 00:29:52 UTC 2021

Modified Files:
src/usr.sbin/postinstall: postinstall.in

Log Message:
postinstall: use correct DEST_DIR in obsolete_stand


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/usr.sbin/postinstall/postinstall.in

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.sbin/postinstall

2021-04-24 Thread Luke Mewburn
Module Name:src
Committed By:   lukem
Date:   Sun Apr 25 00:36:47 UTC 2021

Modified Files:
src/usr.sbin/postinstall: postinstall.in

Log Message:
postinstall: ensure SRC_DIR and DEST_DIR are quoted


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/usr.sbin/postinstall/postinstall.in

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/doc

2021-04-24 Thread Jason R Thorpe
Module Name:src
Committed By:   thorpej
Date:   Sun Apr 25 01:01:09 UTC 2021

Modified Files:
src/doc: BRANCHES

Log Message:
thorpej-cfargs has been merged.


To generate a diff of this commit:
cvs rdiff -u -r1.357 -r1.358 src/doc/BRANCHES

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.sbin/postinstall

2021-04-24 Thread Luke Mewburn
Module Name:src
Committed By:   lukem
Date:   Sun Apr 25 01:15:40 UTC 2021

Modified Files:
src/usr.sbin/postinstall: postinstall.in

Log Message:
postinstall: comment and usage style

Use NOTE: for comments to be aware of.
Remove double space before "fix|check" in some items.


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 src/usr.sbin/postinstall/postinstall.in

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.sbin/postinstall

2021-04-24 Thread Luke Mewburn
Module Name:src
Committed By:   lukem
Date:   Sun Apr 25 01:44:55 UTC 2021

Modified Files:
src/usr.sbin/postinstall: postinstall.in

Log Message:
postinstall: sort the items. keep obsolete* last

Consistency and quality of life improvements to postinstall:

Order all of the items (including disabled) alphabetically.
Consistent comment style before each item block.
Move other functions used by do_*() before rather than after do_*().


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 src/usr.sbin/postinstall/postinstall.in

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/usb

2021-04-24 Thread Rin Okuyama
Module Name:src
Committed By:   rin
Date:   Sun Apr 25 05:15:20 UTC 2021

Modified Files:
src/sys/dev/usb: usbnet.c

Log Message:
Sample # of TX packets as entropy source.

For RX packets, individual drivers need to be modified.


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 src/sys/dev/usb/usbnet.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/usb

2021-04-24 Thread Rin Okuyama
Module Name:src
Committed By:   rin
Date:   Sun Apr 25 05:16:27 UTC 2021

Modified Files:
src/sys/dev/usb: if_smsc.c

Log Message:
Sample # of RX packets as entropy source.


To generate a diff of this commit:
cvs rdiff -u -r1.69 -r1.70 src/sys/dev/usb/if_smsc.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/dev/scsipi/libscsitest

2021-04-24 Thread Jason R Thorpe
Module Name:src
Committed By:   thorpej
Date:   Sun Apr 25 05:33:20 UTC 2021

Modified Files:
src/tests/dev/scsipi/libscsitest: scsitest.c

Log Message:
config_found_ia() -> config_found().


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/tests/dev/scsipi/libscsitest/scsitest.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/share/man/man8

2021-04-24 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Sun Apr 25 05:52:22 UTC 2021

Modified Files:
src/share/man/man8: compat_linux.8

Log Message:
these sysctl variables were removed


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 src/share/man/man8/compat_linux.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.sbin/postinstall

2021-04-24 Thread Luke Mewburn
Module Name:src
Committed By:   lukem
Date:   Sun Apr 25 06:21:37 UTC 2021

Modified Files:
src/usr.sbin/postinstall: postinstall.in

Log Message:
postinstall: re-align list output


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 src/usr.sbin/postinstall/postinstall.in

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.