CVS commit: src/usr.bin/rpcgen

2013-08-11 Thread David A. Holland
Module Name:src
Committed By:   dholland
Date:   Sun Aug 11 08:03:10 UTC 2013

Modified Files:
src/usr.bin/rpcgen: Makefile rpc_clntout.c rpc_cout.c rpc_hout.c
rpc_main.c rpc_parse.c rpc_parse.h rpc_sample.c rpc_scan.c
rpc_scan.h rpc_svcout.c rpc_tblout.c rpc_util.c rpc_util.h

Log Message:
WARNS=5


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/usr.bin/rpcgen/Makefile \
src/usr.bin/rpcgen/rpc_tblout.c
cvs rdiff -u -r1.13 -r1.14 src/usr.bin/rpcgen/rpc_clntout.c
cvs rdiff -u -r1.30 -r1.31 src/usr.bin/rpcgen/rpc_cout.c
cvs rdiff -u -r1.20 -r1.21 src/usr.bin/rpcgen/rpc_hout.c
cvs rdiff -u -r1.35 -r1.36 src/usr.bin/rpcgen/rpc_main.c
cvs rdiff -u -r1.16 -r1.17 src/usr.bin/rpcgen/rpc_parse.c
cvs rdiff -u -r1.4 -r1.5 src/usr.bin/rpcgen/rpc_parse.h
cvs rdiff -u -r1.11 -r1.12 src/usr.bin/rpcgen/rpc_sample.c \
src/usr.bin/rpcgen/rpc_scan.c src/usr.bin/rpcgen/rpc_util.c
cvs rdiff -u -r1.8 -r1.9 src/usr.bin/rpcgen/rpc_scan.h
cvs rdiff -u -r1.23 -r1.24 src/usr.bin/rpcgen/rpc_svcout.c
cvs rdiff -u -r1.5 -r1.6 src/usr.bin/rpcgen/rpc_util.h

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



CVS commit: src/sys/compat/linux/common

2013-08-11 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Sun Aug 11 09:07:15 UTC 2013

Modified Files:
src/sys/compat/linux/common: linux_misc.c

Log Message:
Allow to build in envs without USRSTACK (namely, rump kernels on powerpc).
TODO: all of the m*() calls are by definition incompatible with rump
kernels; including them is no great damage, but they're not useful either.


To generate a diff of this commit:
cvs rdiff -u -r1.223 -r1.224 src/sys/compat/linux/common/linux_misc.c

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



CVS commit: src/sys/rump

2013-08-11 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Sun Aug 11 09:10:47 UTC 2013

Modified Files:
src/sys/rump: listsrcdirs

Log Message:
Include powerpc+evbpcc.  Allows the buildrump.sh checkout to work on
powerpc machines.  Tested on Linux/ppc64 by Justin Cormack.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/rump/listsrcdirs

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



CVS commit: src/libexec/getty

2013-08-11 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sun Aug 11 09:16:42 UTC 2013

Modified Files:
src/libexec/getty: main.c

Log Message:
Fix another automatic variable that is life both pre- and post the siglongjmp
(which gcc calls "might be clobbered") by marking it volatile: on some
machines, this value might end up in a register loaded before the sigsetjmp,
but not preserved by the siglongjmp later.
Fixes the VAX build.


To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 src/libexec/getty/main.c

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



CVS commit: src/usr.bin/make

2013-08-11 Thread Alan Barrett
Module Name:src
Committed By:   apb
Date:   Sun Aug 11 09:53:49 UTC 2013

Modified Files:
src/usr.bin/make: make.1

Log Message:
Use Va markup to show that the "suffix" part of ".PATH.suffix"
is a placeholder, not a literal string.
Also bump date.


To generate a diff of this commit:
cvs rdiff -u -r1.221 -r1.222 src/usr.bin/make/make.1

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



CVS commit: src/usr.bin/config

2013-08-11 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Sun Aug 11 10:37:08 UTC 2013

Modified Files:
src/usr.bin/config: gram.y sem.c

Log Message:
ioconf/pseudo-root have been in here unchanged for 3+ years and their use
has spread from rump kernels into dozens of kernel modules.  Let's pretend
we don't want to see config yell about them being experimental every time.


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 src/usr.bin/config/gram.y
cvs rdiff -u -r1.41 -r1.42 src/usr.bin/config/sem.c

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



CVS commit: src/sys/compat/linux/arch/powerpc

2013-08-11 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Sun Aug 11 12:23:02 UTC 2013

Modified Files:
src/sys/compat/linux/arch/powerpc: syscalls.master

Log Message:
Use long instead of int for ptrace addr.  This makes things compile
better on powerpc64 with a compiler which warns about int-to-pointer
casts.
XXX: sys/ptrace.h on Linux says that the addr parameter is a "void *".


To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 src/sys/compat/linux/arch/powerpc/syscalls.master

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



CVS commit: src/sys/compat/linux/arch/powerpc

2013-08-11 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Sun Aug 11 12:23:46 UTC 2013

Modified Files:
src/sys/compat/linux/arch/powerpc: linux_syscall.h linux_syscallargs.h
linux_syscalls.c linux_sysent.c

Log Message:
regen


To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 src/sys/compat/linux/arch/powerpc/linux_syscall.h \
src/sys/compat/linux/arch/powerpc/linux_sysent.c
cvs rdiff -u -r1.57 -r1.58 \
src/sys/compat/linux/arch/powerpc/linux_syscallargs.h \
src/sys/compat/linux/arch/powerpc/linux_syscalls.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/ic

2013-08-11 Thread Radoslaw Kujawa
Module Name:src
Committed By:   rkujawa
Date:   Sun Aug 11 12:34:16 UTC 2013

Modified Files:
src/sys/dev/ic: ne2000.c ne2000var.h

Log Message:
Add support for AX88796(B) variant.


To generate a diff of this commit:
cvs rdiff -u -r1.73 -r1.74 src/sys/dev/ic/ne2000.c
cvs rdiff -u -r1.26 -r1.27 src/sys/dev/ic/ne2000var.h

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



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

2013-08-11 Thread Radoslaw Kujawa
Module Name:src
Committed By:   rkujawa
Date:   Sun Aug 11 12:35:18 UTC 2013

Modified Files:
src/sys/arch/amiga/dev: if_ne_xsh.c

Log Message:
Use the proper NE2000_TYPE for AX88796.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/amiga/dev/if_ne_xsh.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/man4/man4.amiga

2013-08-11 Thread Radoslaw Kujawa
Module Name:src
Committed By:   rkujawa
Date:   Sun Aug 11 13:18:24 UTC 2013

Modified Files:
src/share/man/man4/man4.amiga: xsh.4

Log Message:
s/xsurfbus/xshbus/


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/share/man/man4/man4.amiga/xsh.4

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



CVS commit: src/distrib/notes/amiga

2013-08-11 Thread Radoslaw Kujawa
Module Name:src
Committed By:   rkujawa
Date:   Sun Aug 11 13:21:25 UTC 2013

Modified Files:
src/distrib/notes/amiga: hardware

Log Message:
Note X-Surf 100 support.


To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 src/distrib/notes/amiga/hardware

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



CVS commit: src/external/bsd

2013-08-11 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Sun Aug 11 14:42:04 UTC 2013

Modified Files:
src/external/bsd/bind: Makefile.inc
src/external/bsd/dhcp: Makefile.inc

Log Message:
List all required libraries by libgssapi and libkrb5 for NOPIC builds.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/external/bsd/bind/Makefile.inc
cvs rdiff -u -r1.6 -r1.7 src/external/bsd/dhcp/Makefile.inc

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



CVS commit: src/sys/arch/amiga/conf

2013-08-11 Thread Radoslaw Kujawa
Module Name:src
Committed By:   rkujawa
Date:   Sun Aug 11 16:15:52 UTC 2013

Modified Files:
src/sys/arch/amiga/conf: GENERIC.in

Log Message:
Add the new xsh(4) driver to GENERIC.in template.


To generate a diff of this commit:
cvs rdiff -u -r1.118 -r1.119 src/sys/arch/amiga/conf/GENERIC.in

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



CVS commit: src/libexec/getty

2013-08-11 Thread David A. Holland
Module Name:src
Committed By:   dholland
Date:   Sun Aug 11 16:36:30 UTC 2013

Modified Files:
src/libexec/getty: subr.c

Log Message:
Don't try to estrdup() NULL; thanks martin@


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/libexec/getty/subr.c

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



CVS commit: src/sbin/disklabel

2013-08-11 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Sun Aug 11 17:15:15 UTC 2013

Modified Files:
src/sbin/disklabel: main.c

Log Message:
A number of new earm MACHINE_ARCH have shown up recently; make sure
we can deduce their endianness.


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 src/sbin/disklabel/main.c

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



CVS commit: src/distrib/evbarm/instkernel/instkernel

2013-08-11 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Sun Aug 11 17:18:11 UTC 2013

Modified Files:
src/distrib/evbarm/instkernel/instkernel: Makefile

Log Message:
RPI has an ARMv6 processor, so handle RPI_INSTALL properly when
building for the earmv6* MACHINE_ARCHes.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/distrib/evbarm/instkernel/instkernel/Makefile

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



CVS commit: src/sys/arch/evbarm/conf

2013-08-11 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Sun Aug 11 17:18:56 UTC 2013

Modified Files:
src/sys/arch/evbarm/conf: RPI

Log Message:
Bump symtab space.


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 src/sys/arch/evbarm/conf/RPI

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



CVS commit: src/sys/compat/linux/arch/powerpc

2013-08-11 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Sun Aug 11 18:35:19 UTC 2013

Modified Files:
src/sys/compat/linux/arch/powerpc: linux_syscall.h linux_syscallargs.h
linux_syscalls.c linux_sysent.c

Log Message:
regen


To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.60 src/sys/compat/linux/arch/powerpc/linux_syscall.h \
src/sys/compat/linux/arch/powerpc/linux_sysent.c
cvs rdiff -u -r1.58 -r1.59 \
src/sys/compat/linux/arch/powerpc/linux_syscallargs.h \
src/sys/compat/linux/arch/powerpc/linux_syscalls.c

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



CVS commit: src/sys/compat/linux/arch/powerpc

2013-08-11 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Sun Aug 11 18:34:43 UTC 2013

Modified Files:
src/sys/compat/linux/arch/powerpc: syscalls.master

Log Message:
Linux treats the data parameter as a pointer/long too.  The comments
in the sys/ptrace.h on Linux say it should be an int, but the code
glibc/musl/kernel disagrees.


To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 src/sys/compat/linux/arch/powerpc/syscalls.master

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



CVS commit: src/share/locale

2013-08-11 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Sun Aug 11 22:13:57 UTC 2013

Added Files:
src/share/locale/messages/converted: ja_JP.ct.src
src/share/locale/monetary/converted: ja_JP.ct.src
src/share/locale/numeric/converted: ja_JP.ct.src
src/share/locale/time/converted: ja_JP.ct.src

Log Message:
Add forgotten conversions of ja_JP for the COMPOUND_TEXT encoding.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/share/locale/messages/converted/ja_JP.ct.src
cvs rdiff -u -r0 -r1.1 src/share/locale/monetary/converted/ja_JP.ct.src
cvs rdiff -u -r0 -r1.1 src/share/locale/numeric/converted/ja_JP.ct.src
cvs rdiff -u -r0 -r1.1 src/share/locale/time/converted/ja_JP.ct.src

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



CVS commit: src/distrib/sets/lists/comp

2013-08-11 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Sun Aug 11 22:27:45 UTC 2013

Modified Files:
src/distrib/sets/lists/comp: ad.arm md.amigappc

Log Message:
Remove commented entries.


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 src/distrib/sets/lists/comp/ad.arm
cvs rdiff -u -r1.8 -r1.9 src/distrib/sets/lists/comp/md.amigappc

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



CVS commit: src/distrib/sets/lists

2013-08-11 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Sun Aug 11 22:29:03 UTC 2013

Modified Files:
src/distrib/sets/lists/base: ad.arm ad.mips md.amd64 md.bebox md.cobalt
md.ews4800mips md.macppc md.mmeye md.ofppc md.prep md.sparc
md.sparc64 md.sun2 md.x68k mi rescue.mi shl.mi
src/distrib/sets/lists/comp: ad.arm ad.m68k ad.mips md.amd64
md.amigappc md.emips md.evbcf md.ews4800mips md.i386 md.landisk
md.sparc md.sparc64 md.vax mi shl.mi
src/distrib/sets/lists/debug: ad.arm ad.m68k ad.mips md.amd64 md.i386
md.sparc64 mi shl.mi
src/distrib/sets/lists/etc: mi
src/distrib/sets/lists/man: mi
src/distrib/sets/lists/misc: mi
src/distrib/sets/lists/modules: ad.arm md.amd64 md.evbppc md.i386 mi
src/distrib/sets/lists/tests: mi shl.mi
src/distrib/sets/lists/xbase: md.amd64 md.i386 mi shl.mi
src/distrib/sets/lists/xcomp: md.amd64 md.i386 mi shl.mi
src/distrib/sets/lists/xdebug: md.alpha md.bebox md.dreamcast
md.ews4800mips md.hp300 md.hpcarm md.hpcmips md.hpcsh md.luna68k
md.netwinder md.newsmips md.prep md.zaurus mi shl.mi
src/distrib/sets/lists/xetc: mi
src/distrib/sets/lists/xserver: md.alpha md.amd64 md.bebox md.cats
md.dreamcast md.evbarm md.evbmips md.ews4800mips md.hp300 md.hpcarm
md.hpcmips md.hpcsh md.i386 md.luna68k md.macppc md.netwinder
md.newsmips md.ofppc md.prep md.sgimips md.shark md.sparc
md.sparc64 md.vax md.zaurus

Log Message:
Sort entries in strcmp order.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/distrib/sets/lists/base/ad.arm
cvs rdiff -u -r1.13 -r1.14 src/distrib/sets/lists/base/ad.mips
cvs rdiff -u -r1.208 -r1.209 src/distrib/sets/lists/base/md.amd64
cvs rdiff -u -r1.19 -r1.20 src/distrib/sets/lists/base/md.bebox
cvs rdiff -u -r1.10 -r1.11 src/distrib/sets/lists/base/md.cobalt \
src/distrib/sets/lists/base/md.sun2
cvs rdiff -u -r1.5 -r1.6 src/distrib/sets/lists/base/md.ews4800mips
cvs rdiff -u -r1.31 -r1.32 src/distrib/sets/lists/base/md.macppc
cvs rdiff -u -r1.8 -r1.9 src/distrib/sets/lists/base/md.mmeye
cvs rdiff -u -r1.11 -r1.12 src/distrib/sets/lists/base/md.ofppc
cvs rdiff -u -r1.15 -r1.16 src/distrib/sets/lists/base/md.prep
cvs rdiff -u -r1.80 -r1.81 src/distrib/sets/lists/base/md.sparc
cvs rdiff -u -r1.195 -r1.196 src/distrib/sets/lists/base/md.sparc64
cvs rdiff -u -r1.45 -r1.46 src/distrib/sets/lists/base/md.x68k
cvs rdiff -u -r1.1038 -r1.1039 src/distrib/sets/lists/base/mi
cvs rdiff -u -r1.34 -r1.35 src/distrib/sets/lists/base/rescue.mi
cvs rdiff -u -r1.669 -r1.670 src/distrib/sets/lists/base/shl.mi
cvs rdiff -u -r1.50 -r1.51 src/distrib/sets/lists/comp/ad.arm
cvs rdiff -u -r1.47 -r1.48 src/distrib/sets/lists/comp/ad.m68k
cvs rdiff -u -r1.41 -r1.42 src/distrib/sets/lists/comp/ad.mips
cvs rdiff -u -r1.197 -r1.198 src/distrib/sets/lists/comp/md.amd64
cvs rdiff -u -r1.9 -r1.10 src/distrib/sets/lists/comp/md.amigappc
cvs rdiff -u -r1.3 -r1.4 src/distrib/sets/lists/comp/md.emips
cvs rdiff -u -r1.1 -r1.2 src/distrib/sets/lists/comp/md.evbcf
cvs rdiff -u -r1.6 -r1.7 src/distrib/sets/lists/comp/md.ews4800mips
cvs rdiff -u -r1.135 -r1.136 src/distrib/sets/lists/comp/md.i386
cvs rdiff -u -r1.4 -r1.5 src/distrib/sets/lists/comp/md.landisk
cvs rdiff -u -r1.79 -r1.80 src/distrib/sets/lists/comp/md.sparc
cvs rdiff -u -r1.170 -r1.171 src/distrib/sets/lists/comp/md.sparc64
cvs rdiff -u -r1.38 -r1.39 src/distrib/sets/lists/comp/md.vax
cvs rdiff -u -r1.1830 -r1.1831 src/distrib/sets/lists/comp/mi
cvs rdiff -u -r1.251 -r1.252 src/distrib/sets/lists/comp/shl.mi
cvs rdiff -u -r1.10 -r1.11 src/distrib/sets/lists/debug/ad.arm
cvs rdiff -u -r1.1 -r1.2 src/distrib/sets/lists/debug/ad.m68k
cvs rdiff -u -r1.5 -r1.6 src/distrib/sets/lists/debug/ad.mips
cvs rdiff -u -r1.26 -r1.27 src/distrib/sets/lists/debug/md.amd64
cvs rdiff -u -r1.3 -r1.4 src/distrib/sets/lists/debug/md.i386
cvs rdiff -u -r1.27 -r1.28 src/distrib/sets/lists/debug/md.sparc64
cvs rdiff -u -r1.28 -r1.29 src/distrib/sets/lists/debug/mi
cvs rdiff -u -r1.29 -r1.30 src/distrib/sets/lists/debug/shl.mi
cvs rdiff -u -r1.231 -r1.232 src/distrib/sets/lists/etc/mi
cvs rdiff -u -r1.1434 -r1.1435 src/distrib/sets/lists/man/mi
cvs rdiff -u -r1.184 -r1.185 src/distrib/sets/lists/misc/mi
cvs rdiff -u -r1.1 -r1.2 src/distrib/sets/lists/modules/ad.arm
cvs rdiff -u -r1.36 -r1.37 src/distrib/sets/lists/modules/md.amd64
cvs rdiff -u -r1.31 -r1.32 src/distrib/sets/lists/modules/md.evbppc
cvs rdiff -u -r1.41 -r1.42 src/distrib/sets/lists/modules/md.i386
cvs rdiff -u -r1.51 -r1.52 src/distrib/sets/lists/modules/mi
cvs rdiff -u -r1.543 -r1.544 src/distrib/sets/lists/tests/mi
cvs rdiff -u -r1.7 -r1.8 src/distrib/sets/lists/tests/shl.mi
cvs rdiff -u -r1.10 -r1.11 src/distrib/sets/lists/xbase/md.amd64
cvs rdiff -u -r1.26 -r1.27 src/distrib/sets/lists/xbase/md.i386
cvs rdiff -u -r1.118 -r1.119 src/distrib/set

CVS commit: src/distrib/sets

2013-08-11 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Sun Aug 11 22:33:09 UTC 2013

Added Files:
src/distrib/sets: sort-list

Log Message:
Add small helper script to keep lists sorted.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/distrib/sets/sort-list

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



CVS commit: src/external/gpl3/binutils/dist/bfd

2013-08-11 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Mon Aug 12 05:14:24 UTC 2013

Modified Files:
src/external/gpl3/binutils/dist/bfd: config.bfd

Log Message:
Match arm*-*-netbsdelf*-*


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/external/gpl3/binutils/dist/bfd/config.bfd

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/arm

2013-08-11 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Mon Aug 12 05:54:51 UTC 2013

Modified Files:
src/sys/arch/arm/arm: bcopyinout_xscale.S

Log Message:
Fix a bad mov pc,lr -> RET


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/arm/arm/bcopyinout_xscale.S

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