From 74b7fc0e1d03568fe88fcdba34e50554a35893d7 Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Mon, 18 Mar 2019 02:40:16 +0000 Subject: [PATCH] Update copyright headers Headers updated automatically using maint/update_copyright_years.sh script. --- Makefile.am | 2 +- bpf.c | 2 +- bpf_attr.h | 1 + btrfs.c | 2 +- configure.ac | 2 +- defs.h | 2 +- gen_bpf_attr_check.sh | 1 + generate_mpers_am.sh | 2 +- generate_sen.sh | 2 +- ioprio.c | 2 +- ipc.c | 2 +- kvm.c | 2 +- linux/32/syscallent.h | 2 +- linux/64/syscallent.h | 2 +- linux/alpha/get_syscall_args.c | 2 +- linux/arch_defs_.h | 2 +- linux/bfin/get_syscall_args.c | 2 +- linux/hppa/arch_defs_.h | 2 +- linux/hppa/arch_regs.c | 2 +- linux/hppa/get_syscall_args.c | 2 +- linux/i386/syscallent.h | 2 +- linux/ia64/get_syscall_args.c | 2 +- linux/m68k/syscallent.h | 2 +- linux/microblaze/get_syscall_args.c | 2 +- linux/mips/get_syscall_args.c | 2 +- linux/mips/syscallent-n32.h | 2 +- linux/mips/syscallent-n64.h | 2 +- linux/mips/syscallent-o32.h | 2 +- linux/powerpc/syscallent.h | 2 +- linux/powerpc64/syscallent.h | 2 +- linux/s390/arch_sigreturn.c | 2 +- linux/s390/rt_sigframe.h | 1 + linux/s390/syscallent.h | 2 +- linux/s390x/arch_sigreturn.c | 2 +- linux/s390x/syscallent.h | 2 +- linux/sh/get_syscall_args.c | 2 +- linux/sh/syscallent.h | 2 +- linux/sh64/get_syscall_args.c | 2 +- linux/sh64/syscallent.h | 2 +- linux/sparc/syscallent.h | 2 +- linux/sparc64/syscallent.h | 2 +- linux/x86_64/get_syscall_args.c | 2 +- linux/xtensa/get_syscall_args.c | 2 +- m4/gen_bpf_attr_m4.awk | 2 +- m4/st_demangle.m4 | 2 +- macros.h | 2 +- maint/gen-contributors-list.sh | 2 +- maint/ioctls_sym.sh | 2 +- mpers.sh | 2 +- mpers_test.sh | 2 +- msghdr.c | 2 +- net.c | 2 +- numa.c | 2 +- pathtrace.c | 2 +- prctl.c | 2 +- print_fields.h | 2 +- print_mac.c | 2 +- ptrace_syscall_info.c | 1 + resource.c | 2 +- rtnl_neigh.c | 2 +- rtnl_nsid.c | 2 +- signal.c | 2 +- sockaddr.c | 2 +- strace.c | 2 +- syscall.c | 2 +- tests/Makefile.am | 2 +- tests/bpf-obj_get_info_by_fd.c | 2 +- tests/bpf.c | 2 +- tests/detach-stopped.test | 2 +- tests/fanotify_mark.c | 2 +- tests/fill_memory.c | 2 +- tests/gen_tests.in | 2 +- tests/group_req.c | 2 +- tests/ioprio.c | 2 +- tests/kernel_version.c | 2 +- tests/move_pages.c | 2 +- tests/net-packet_mreq.c | 2 +- tests/net-sockaddr.c | 2 +- tests/net-yy-inet6.c | 2 +- tests/nlattr_ifla_linkinfo.c | 2 +- tests/preadv2-pwritev2.c | 2 +- tests/pure_executables.list | 2 +- tests/read-write.c | 2 +- tests/seccomp-filter-v.c | 2 +- tests/seccomp-filter.c | 2 +- tests/seccomp_get_action_avail.c | 2 +- tests/setrlimit.c | 1 + tests/sockaddr_xlat.c | 2 +- tests/stack-fcall-3.c | 2 +- tests/strace-k.test | 2 +- tests/tests.h | 2 +- tests/threads-execve.c | 2 +- tests/threads-execve.test | 2 +- tests/xgetrlimit.c | 1 + util.c | 2 +- v4l2.c | 2 +- xlat/gen.sh | 2 +- 97 files changed, 97 insertions(+), 91 deletions(-) diff --git a/Makefile.am b/Makefile.am index f1344e8d..56987ae0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,7 +4,7 @@ # Copyright (c) 2006-2016 Dmitry V. Levin # Copyright (c) 2008-2015 Mike Frysinger # Copyright (c) 2015 Elvira Khabirova -# Copyright (c) 2002-2018 The strace developers. +# Copyright (c) 2002-2019 The strace developers. # All rights reserved. # # SPDX-License-Identifier: LGPL-2.1-or-later diff --git a/bpf.c b/bpf.c index bc99a08a..cd13167b 100644 --- a/bpf.c +++ b/bpf.c @@ -1,7 +1,7 @@ /* * Copyright (c) 2015-2017 Dmitry V. Levin * Copyright (c) 2017 Quentin Monnet - * Copyright (c) 2015-2018 The strace developers. + * Copyright (c) 2015-2019 The strace developers. * All rights reserved. * * SPDX-License-Identifier: LGPL-2.1-or-later diff --git a/bpf_attr.h b/bpf_attr.h index 90ca018e..5d888dd8 100644 --- a/bpf_attr.h +++ b/bpf_attr.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2015-2018 Dmitry V. Levin + * Copyright (c) 2018-2019 The strace developers. * All rights reserved. * * SPDX-License-Identifier: LGPL-2.1-or-later diff --git a/btrfs.c b/btrfs.c index 0bf89c2b..b8fa1091 100644 --- a/btrfs.c +++ b/btrfs.c @@ -1,6 +1,6 @@ /* * Copyright (c) 2016 Jeff Mahoney - * Copyright (c) 2016-2018 The strace developers. + * Copyright (c) 2016-2019 The strace developers. * All rights reserved. * * SPDX-License-Identifier: LGPL-2.1-or-later diff --git a/configure.ac b/configure.ac index 9bf64c33..c95fd229 100644 --- a/configure.ac +++ b/configure.ac @@ -5,7 +5,7 @@ # Copyright (c) 2006-2016 Dmitry V. Levin # Copyright (c) 2008-2015 Mike Frysinger # Copyright (c) 2015 Elvira Khabirova -# Copyright (c) 2002-2018 The strace developers. +# Copyright (c) 2002-2019 The strace developers. # All rights reserved. # # SPDX-License-Identifier: LGPL-2.1-or-later diff --git a/defs.h b/defs.h index 0a007165..88dad64d 100644 --- a/defs.h +++ b/defs.h @@ -2,7 +2,7 @@ * Copyright (c) 1991, 1992 Paul Kranenburg * Copyright (c) 1993 Branko Lankester * Copyright (c) 1993, 1994, 1995, 1996 Rick Sladkey - * Copyright (c) 2001-2018 The strace developers. + * Copyright (c) 2001-2019 The strace developers. * All rights reserved. * * SPDX-License-Identifier: LGPL-2.1-or-later diff --git a/gen_bpf_attr_check.sh b/gen_bpf_attr_check.sh index f3b440ea..76c12ca6 100755 --- a/gen_bpf_attr_check.sh +++ b/gen_bpf_attr_check.sh @@ -1,5 +1,6 @@ #!/bin/sh -efu # Copyright (c) 2018 Dmitry V. Levin +# Copyright (c) 2018-2019 The strace developers. # All rights reserved. # # SPDX-License-Identifier: LGPL-2.1-or-later diff --git a/generate_mpers_am.sh b/generate_mpers_am.sh index b35bcc6a..cf400cdd 100755 --- a/generate_mpers_am.sh +++ b/generate_mpers_am.sh @@ -1,6 +1,6 @@ #!/bin/sh -e # -# Copyright (c) 2015-2018 The strace developers. +# Copyright (c) 2015-2019 The strace developers. # All rights reserved. # # SPDX-License-Identifier: LGPL-2.1-or-later diff --git a/generate_sen.sh b/generate_sen.sh index ef35fd5b..fd435c90 100755 --- a/generate_sen.sh +++ b/generate_sen.sh @@ -1,6 +1,6 @@ #!/bin/sh -e # -# Copyright (c) 2015-2018 The strace developers. +# Copyright (c) 2015-2019 The strace developers. # All rights reserved. # # SPDX-License-Identifier: LGPL-2.1-or-later diff --git a/ioprio.c b/ioprio.c index 5a5c469a..d4770ef2 100644 --- a/ioprio.c +++ b/ioprio.c @@ -1,6 +1,6 @@ /* * Copyright (c) 2015 Dmitry V. Levin - * Copyright (c) 2014-2018 The strace developers. + * Copyright (c) 2014-2019 The strace developers. * All rights reserved. * * SPDX-License-Identifier: LGPL-2.1-or-later diff --git a/ipc.c b/ipc.c index b2b3aa42..d24450c4 100644 --- a/ipc.c +++ b/ipc.c @@ -1,6 +1,6 @@ /* * Copyright (c) 2016 Dmitry V. Levin - * Copyright (c) 1999-2018 The strace developers. + * Copyright (c) 1999-2019 The strace developers. * All rights reserved. * * SPDX-License-Identifier: LGPL-2.1-or-later diff --git a/kvm.c b/kvm.c index f7b9d776..5271322f 100644 --- a/kvm.c +++ b/kvm.c @@ -3,7 +3,7 @@ * * Copyright (c) 2017 Masatake YAMATO * Copyright (c) 2017 Red Hat, Inc. - * Copyright (c) 2017-2018 The strace developers. + * Copyright (c) 2017-2019 The strace developers. * All rights reserved. * * SPDX-License-Identifier: LGPL-2.1-or-later diff --git a/linux/32/syscallent.h b/linux/32/syscallent.h index 6b30d167..8bebf68a 100644 --- a/linux/32/syscallent.h +++ b/linux/32/syscallent.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2018 The strace developers. + * Copyright (c) 2015-2019 The strace developers. * All rights reserved. * * SPDX-License-Identifier: LGPL-2.1-or-later diff --git a/linux/64/syscallent.h b/linux/64/syscallent.h index fff2e975..6612c384 100644 --- a/linux/64/syscallent.h +++ b/linux/64/syscallent.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2018 The strace developers. + * Copyright (c) 2015-2019 The strace developers. * All rights reserved. * * SPDX-License-Identifier: LGPL-2.1-or-later diff --git a/linux/alpha/get_syscall_args.c b/linux/alpha/get_syscall_args.c index 8bebfaa4..83f4d454 100644 --- a/linux/alpha/get_syscall_args.c +++ b/linux/alpha/get_syscall_args.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2018 The strace developers. + * Copyright (c) 2015-2019 The strace developers. * All rights reserved. * * SPDX-License-Identifier: LGPL-2.1-or-later diff --git a/linux/arch_defs_.h b/linux/arch_defs_.h index 5a7bb4d9..ccb3e8db 100644 --- a/linux/arch_defs_.h +++ b/linux/arch_defs_.h @@ -1,7 +1,7 @@ /* * Fallback file for arch-specific definitions. * - * Copyright (c) 2018 The strace developers. + * Copyright (c) 2018-2019 The strace developers. * All rights reserved. * * SPDX-License-Identifier: LGPL-2.1-or-later diff --git a/linux/bfin/get_syscall_args.c b/linux/bfin/get_syscall_args.c index 2f83c508..c0eb7a5b 100644 --- a/linux/bfin/get_syscall_args.c +++ b/linux/bfin/get_syscall_args.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2018 The strace developers. + * Copyright (c) 2015-2019 The strace developers. * All rights reserved. * * SPDX-License-Identifier: LGPL-2.1-or-later diff --git a/linux/hppa/arch_defs_.h b/linux/hppa/arch_defs_.h index db674682..1bc3590b 100644 --- a/linux/hppa/arch_defs_.h +++ b/linux/hppa/arch_defs_.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 The strace developers. + * Copyright (c) 2018-2019 The strace developers. * All rights reserved. * * SPDX-License-Identifier: LGPL-2.1-or-later diff --git a/linux/hppa/arch_regs.c b/linux/hppa/arch_regs.c index a5a38b4e..6d427e5c 100644 --- a/linux/hppa/arch_regs.c +++ b/linux/hppa/arch_regs.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2018 The strace developers. + * Copyright (c) 2015-2019 The strace developers. * All rights reserved. * * SPDX-License-Identifier: LGPL-2.1-or-later diff --git a/linux/hppa/get_syscall_args.c b/linux/hppa/get_syscall_args.c index 2c642abc..186533b8 100644 --- a/linux/hppa/get_syscall_args.c +++ b/linux/hppa/get_syscall_args.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2018 The strace developers. + * Copyright (c) 2015-2019 The strace developers. * All rights reserved. * * SPDX-License-Identifier: LGPL-2.1-or-later diff --git a/linux/i386/syscallent.h b/linux/i386/syscallent.h index 01f07e55..7e21690e 100644 --- a/linux/i386/syscallent.h +++ b/linux/i386/syscallent.h @@ -1,7 +1,7 @@ /* * Copyright (c) 1993 Branko Lankester * Copyright (c) 1993, 1994, 1995 Rick Sladkey - * Copyright (c) 1995-2018 The strace developers. + * Copyright (c) 1995-2019 The strace developers. * All rights reserved. * * SPDX-License-Identifier: LGPL-2.1-or-later diff --git a/linux/ia64/get_syscall_args.c b/linux/ia64/get_syscall_args.c index 9f4e71db..83a933eb 100644 --- a/linux/ia64/get_syscall_args.c +++ b/linux/ia64/get_syscall_args.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2018 The strace developers. + * Copyright (c) 2015-2019 The strace developers. * All rights reserved. * * SPDX-License-Identifier: LGPL-2.1-or-later diff --git a/linux/m68k/syscallent.h b/linux/m68k/syscallent.h index 1022fd65..ec33145e 100644 --- a/linux/m68k/syscallent.h +++ b/linux/m68k/syscallent.h @@ -1,7 +1,7 @@ /* * Copyright (c) 1993 Branko Lankester * Copyright (c) 1993, 1994, 1995 Rick Sladkey - * Copyright (c) 1995-2018 The strace developers. + * Copyright (c) 1995-2019 The strace developers. * All rights reserved. * * SPDX-License-Identifier: LGPL-2.1-or-later diff --git a/linux/microblaze/get_syscall_args.c b/linux/microblaze/get_syscall_args.c index 409113c1..0be85015 100644 --- a/linux/microblaze/get_syscall_args.c +++ b/linux/microblaze/get_syscall_args.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2018 The strace developers. + * Copyright (c) 2015-2019 The strace developers. * All rights reserved. * * SPDX-License-Identifier: LGPL-2.1-or-later diff --git a/linux/mips/get_syscall_args.c b/linux/mips/get_syscall_args.c index 48cb103d..fc843f49 100644 --- a/linux/mips/get_syscall_args.c +++ b/linux/mips/get_syscall_args.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2018 The strace developers. + * Copyright (c) 2015-2019 The strace developers. * All rights reserved. * * SPDX-License-Identifier: LGPL-2.1-or-later diff --git a/linux/mips/syscallent-n32.h b/linux/mips/syscallent-n32.h index c0e174b5..e30c99cf 100644 --- a/linux/mips/syscallent-n32.h +++ b/linux/mips/syscallent-n32.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2018 The strace developers. + * Copyright (c) 2013-2019 The strace developers. * All rights reserved. * * SPDX-License-Identifier: LGPL-2.1-or-later diff --git a/linux/mips/syscallent-n64.h b/linux/mips/syscallent-n64.h index aff7f35d..5fca5a41 100644 --- a/linux/mips/syscallent-n64.h +++ b/linux/mips/syscallent-n64.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2018 The strace developers. + * Copyright (c) 2013-2019 The strace developers. * All rights reserved. * * SPDX-License-Identifier: LGPL-2.1-or-later diff --git a/linux/mips/syscallent-o32.h b/linux/mips/syscallent-o32.h index ad95bf00..a7a5dd5f 100644 --- a/linux/mips/syscallent-o32.h +++ b/linux/mips/syscallent-o32.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2018 The strace developers. + * Copyright (c) 2013-2019 The strace developers. * All rights reserved. * * SPDX-License-Identifier: LGPL-2.1-or-later diff --git a/linux/powerpc/syscallent.h b/linux/powerpc/syscallent.h index 810a9837..071e4ba0 100644 --- a/linux/powerpc/syscallent.h +++ b/linux/powerpc/syscallent.h @@ -1,7 +1,7 @@ /* * Copyright (c) 1993 Branko Lankester * Copyright (c) 1993, 1994, 1995 Rick Sladkey - * Copyright (c) 1995-2018 The strace developers. + * Copyright (c) 1995-2019 The strace developers. * All rights reserved. * * SPDX-License-Identifier: LGPL-2.1-or-later diff --git a/linux/powerpc64/syscallent.h b/linux/powerpc64/syscallent.h index 13807051..b28dc3af 100644 --- a/linux/powerpc64/syscallent.h +++ b/linux/powerpc64/syscallent.h @@ -1,7 +1,7 @@ /* * Copyright (c) 1993 Branko Lankester * Copyright (c) 1993, 1994, 1995 Rick Sladkey - * Copyright (c) 1995-2018 The strace developers. + * Copyright (c) 1995-2019 The strace developers. * All rights reserved. * * SPDX-License-Identifier: LGPL-2.1-or-later diff --git a/linux/s390/arch_sigreturn.c b/linux/s390/arch_sigreturn.c index 4a9ca8ec..1efa5489 100644 --- a/linux/s390/arch_sigreturn.c +++ b/linux/s390/arch_sigreturn.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2018 The strace developers. + * Copyright (c) 2015-2019 The strace developers. * All rights reserved. * * SPDX-License-Identifier: LGPL-2.1-or-later diff --git a/linux/s390/rt_sigframe.h b/linux/s390/rt_sigframe.h index df17b868..5c392652 100644 --- a/linux/s390/rt_sigframe.h +++ b/linux/s390/rt_sigframe.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2017-2018 Dmitry V. Levin + * Copyright (c) 2017-2019 The strace developers. * All rights reserved. * * SPDX-License-Identifier: LGPL-2.1-or-later diff --git a/linux/s390/syscallent.h b/linux/s390/syscallent.h index 75c74094..5b019015 100644 --- a/linux/s390/syscallent.h +++ b/linux/s390/syscallent.h @@ -1,6 +1,6 @@ /* * Copyright (c) 2000 IBM Deutschland Entwicklung GmbH, IBM Coporation - * Copyright (c) 2000-2018 The strace developers. + * Copyright (c) 2000-2019 The strace developers. * Authors: Ulrich Weigand * D.J. Barrow * All rights reserved. diff --git a/linux/s390x/arch_sigreturn.c b/linux/s390x/arch_sigreturn.c index 2d75a8c6..641c0080 100644 --- a/linux/s390x/arch_sigreturn.c +++ b/linux/s390x/arch_sigreturn.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2018 The strace developers. + * Copyright (c) 2015-2019 The strace developers. * All rights reserved. * * SPDX-License-Identifier: LGPL-2.1-or-later diff --git a/linux/s390x/syscallent.h b/linux/s390x/syscallent.h index 5e95a5b0..0a88e5d8 100644 --- a/linux/s390x/syscallent.h +++ b/linux/s390x/syscallent.h @@ -1,6 +1,6 @@ /* * Copyright (c) 2000 IBM Deutschland Entwicklung GmbH, IBM Coporation - * Copyright (c) 2000-2018 The strace developers. + * Copyright (c) 2000-2019 The strace developers. * Author: Ulrich Weigand * All rights reserved. * diff --git a/linux/sh/get_syscall_args.c b/linux/sh/get_syscall_args.c index a50ccdf0..4156baa8 100644 --- a/linux/sh/get_syscall_args.c +++ b/linux/sh/get_syscall_args.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2018 The strace developers. + * Copyright (c) 2015-2019 The strace developers. * All rights reserved. * * SPDX-License-Identifier: LGPL-2.1-or-later diff --git a/linux/sh/syscallent.h b/linux/sh/syscallent.h index a63c9061..f65d2ff2 100644 --- a/linux/sh/syscallent.h +++ b/linux/sh/syscallent.h @@ -3,7 +3,7 @@ * Copyright (c) 1993, 1994, 1995 Rick Sladkey * Copyright (c) 2000 PocketPenguins Inc. Linux for Hitachi SuperH * port by Greg Banks - * Copyright (c) 2000-2018 The strace developers. + * Copyright (c) 2000-2019 The strace developers. * All rights reserved. * * SPDX-License-Identifier: LGPL-2.1-or-later diff --git a/linux/sh64/get_syscall_args.c b/linux/sh64/get_syscall_args.c index 197ece99..4b53e20e 100644 --- a/linux/sh64/get_syscall_args.c +++ b/linux/sh64/get_syscall_args.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2018 The strace developers. + * Copyright (c) 2015-2019 The strace developers. * All rights reserved. * * SPDX-License-Identifier: LGPL-2.1-or-later diff --git a/linux/sh64/syscallent.h b/linux/sh64/syscallent.h index 8eb71575..86ca4061 100644 --- a/linux/sh64/syscallent.h +++ b/linux/sh64/syscallent.h @@ -1,7 +1,7 @@ /* * Copyright (c) 1993 Branko Lankester * Copyright (c) 1993, 1994, 1995 Rick Sladkey - * Copyright (c) 1995-2018 The strace developers. + * Copyright (c) 1995-2019 The strace developers. * All rights reserved. * * SPDX-License-Identifier: LGPL-2.1-or-later diff --git a/linux/sparc/syscallent.h b/linux/sparc/syscallent.h index 6af3078f..d637c53e 100644 --- a/linux/sparc/syscallent.h +++ b/linux/sparc/syscallent.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 1999-2018 The strace developers. + * Copyright (c) 1999-2019 The strace developers. * All rights reserved. * * SPDX-License-Identifier: LGPL-2.1-or-later diff --git a/linux/sparc64/syscallent.h b/linux/sparc64/syscallent.h index cfc4b5c9..24de6794 100644 --- a/linux/sparc64/syscallent.h +++ b/linux/sparc64/syscallent.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2004-2018 The strace developers. + * Copyright (c) 2004-2019 The strace developers. * All rights reserved. * * SPDX-License-Identifier: LGPL-2.1-or-later diff --git a/linux/x86_64/get_syscall_args.c b/linux/x86_64/get_syscall_args.c index 08565415..60c6344b 100644 --- a/linux/x86_64/get_syscall_args.c +++ b/linux/x86_64/get_syscall_args.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2018 The strace developers. + * Copyright (c) 2015-2019 The strace developers. * All rights reserved. * * SPDX-License-Identifier: LGPL-2.1-or-later diff --git a/linux/xtensa/get_syscall_args.c b/linux/xtensa/get_syscall_args.c index ee54375b..69b981c3 100644 --- a/linux/xtensa/get_syscall_args.c +++ b/linux/xtensa/get_syscall_args.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2018 The strace developers. + * Copyright (c) 2015-2019 The strace developers. * All rights reserved. * * SPDX-License-Identifier: LGPL-2.1-or-later diff --git a/m4/gen_bpf_attr_m4.awk b/m4/gen_bpf_attr_m4.awk index 320bb04c..51d136f6 100644 --- a/m4/gen_bpf_attr_m4.awk +++ b/m4/gen_bpf_attr_m4.awk @@ -1,6 +1,6 @@ #!/bin/gawk -f # -# Copyright (c) 2018 Dmitry V. Levin +# Copyright (c) 2018-2019 Dmitry V. Levin # All rights reserved. # # SPDX-License-Identifier: LGPL-2.1-or-later diff --git a/m4/st_demangle.m4 b/m4/st_demangle.m4 index 8f617fba..89941306 100644 --- a/m4/st_demangle.m4 +++ b/m4/st_demangle.m4 @@ -1,6 +1,6 @@ #!/usr/bin/m4 # -# Copyright (c) 2017-2018 The strace developers. +# Copyright (c) 2017-2019 The strace developers. # All rights reserved. # # SPDX-License-Identifier: LGPL-2.1-or-later diff --git a/macros.h b/macros.h index 264bc20e..f3ebdaf4 100644 --- a/macros.h +++ b/macros.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2001-2018 The strace developers. + * Copyright (c) 2001-2019 The strace developers. * All rights reserved. * * SPDX-License-Identifier: LGPL-2.1-or-later diff --git a/maint/gen-contributors-list.sh b/maint/gen-contributors-list.sh index 8dfca4a9..34adb5ee 100755 --- a/maint/gen-contributors-list.sh +++ b/maint/gen-contributors-list.sh @@ -1,6 +1,6 @@ #!/bin/sh -efu # Copyright (c) 2017 Dmitry V. Levin -# Copyright (c) 2017-2018 The strace developers. +# Copyright (c) 2017-2019 The strace developers. # All rights reserved. # # SPDX-License-Identifier: LGPL-2.1-or-later diff --git a/maint/ioctls_sym.sh b/maint/ioctls_sym.sh index a77c53e0..6ffd449d 100755 --- a/maint/ioctls_sym.sh +++ b/maint/ioctls_sym.sh @@ -1,6 +1,6 @@ #!/bin/sh # Copyright (c) 2015 Dmitry V. Levin -# Copyright (c) 2015-2018 The strace developers. +# Copyright (c) 2015-2019 The strace developers. # All rights reserved. # # SPDX-License-Identifier: LGPL-2.1-or-later diff --git a/mpers.sh b/mpers.sh index 7d226e07..763198f3 100755 --- a/mpers.sh +++ b/mpers.sh @@ -1,7 +1,7 @@ #!/bin/sh -e # # Copyright (c) 2015 Elvira Khabirova -# Copyright (c) 2015-2018 The strace developers. +# Copyright (c) 2015-2019 The strace developers. # All rights reserved. # # SPDX-License-Identifier: LGPL-2.1-or-later diff --git a/mpers_test.sh b/mpers_test.sh index 32e39af4..110ce092 100755 --- a/mpers_test.sh +++ b/mpers_test.sh @@ -2,7 +2,7 @@ # # Copyright (c) 2015 Elvira Khabirova # Copyright (c) 2015 Dmitry V. Levin -# Copyright (c) 2015-2018 The strace developers. +# Copyright (c) 2015-2019 The strace developers. # All rights reserved. # # SPDX-License-Identifier: LGPL-2.1-or-later diff --git a/msghdr.c b/msghdr.c index 09c2419a..2515a2be 100644 --- a/msghdr.c +++ b/msghdr.c @@ -4,7 +4,7 @@ * Copyright (c) 1993, 1994, 1995, 1996 Rick Sladkey * Copyright (c) 1996-2000 Wichert Akkerman * Copyright (c) 2005-2016 Dmitry V. Levin - * Copyright (c) 2016-2018 The strace developers. + * Copyright (c) 2016-2019 The strace developers. * All rights reserved. * * SPDX-License-Identifier: LGPL-2.1-or-later diff --git a/net.c b/net.c index 803da54c..f08691c7 100644 --- a/net.c +++ b/net.c @@ -3,7 +3,7 @@ * Copyright (c) 1993 Branko Lankester * Copyright (c) 1993, 1994, 1995, 1996 Rick Sladkey * Copyright (c) 1996-2000 Wichert Akkerman - * Copyright (c) 1999-2018 The strace developers. + * Copyright (c) 1999-2019 The strace developers. * All rights reserved. * * SPDX-License-Identifier: LGPL-2.1-or-later diff --git a/numa.c b/numa.c index 2b7ac3d5..0029dfb3 100644 --- a/numa.c +++ b/numa.c @@ -1,7 +1,7 @@ /* * Copyright (c) 2003-2007 Ulrich Drepper * Copyright (c) 2005-2016 Dmitry V. Levin - * Copyright (c) 2016-2018 The strace developers. + * Copyright (c) 2016-2019 The strace developers. * All rights reserved. * * SPDX-License-Identifier: LGPL-2.1-or-later diff --git a/pathtrace.c b/pathtrace.c index 54930287..90919365 100644 --- a/pathtrace.c +++ b/pathtrace.c @@ -1,6 +1,6 @@ /* * Copyright (c) 2011 Comtrol Corp. - * Copyright (c) 2011-2018 The strace developers. + * Copyright (c) 2011-2019 The strace developers. * All rights reserved. * * SPDX-License-Identifier: LGPL-2.1-or-later diff --git a/prctl.c b/prctl.c index 37e29a1b..814abc2a 100644 --- a/prctl.c +++ b/prctl.c @@ -3,7 +3,7 @@ * Copyright (c) 1996-2000 Wichert Akkerman * Copyright (c) 2005-2007 Roland McGrath * Copyright (c) 2008-2015 Dmitry V. Levin - * Copyright (c) 2014-2018 The strace developers. + * Copyright (c) 2014-2019 The strace developers. * All rights reserved. * * SPDX-License-Identifier: LGPL-2.1-or-later diff --git a/print_fields.h b/print_fields.h index 99f32a1e..63968af3 100644 --- a/print_fields.h +++ b/print_fields.h @@ -1,6 +1,6 @@ /* * Copyright (c) 2016-2017 Dmitry V. Levin - * Copyright (c) 2017-2018 The strace developers. + * Copyright (c) 2017-2019 The strace developers. * All rights reserved. * * SPDX-License-Identifier: LGPL-2.1-or-later diff --git a/print_mac.c b/print_mac.c index 50ba702e..8753954e 100644 --- a/print_mac.c +++ b/print_mac.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 The strace developers. + * Copyright (c) 2018-2019 The strace developers. * All rights reserved. * * SPDX-License-Identifier: LGPL-2.1-or-later diff --git a/ptrace_syscall_info.c b/ptrace_syscall_info.c index 7af5eb27..8ded55ad 100644 --- a/ptrace_syscall_info.c +++ b/ptrace_syscall_info.c @@ -1,5 +1,6 @@ /* * Copyright (c) 2018 Dmitry V. Levin + * Copyright (c) 2018-2019 The strace developers. * All rights reserved. * * SPDX-License-Identifier: LGPL-2.1-or-later diff --git a/resource.c b/resource.c index 259840a6..53192ee9 100644 --- a/resource.c +++ b/resource.c @@ -3,7 +3,7 @@ * Copyright (c) 1993 Branko Lankester * Copyright (c) 1993, 1994, 1995, 1996 Rick Sladkey * Copyright (c) 1996-1999 Wichert Akkerman - * Copyright (c) 1999-2018 The strace developers. + * Copyright (c) 1999-2019 The strace developers. * All rights reserved. * * SPDX-License-Identifier: LGPL-2.1-or-later diff --git a/rtnl_neigh.c b/rtnl_neigh.c index cf0c7ba8..c542fee6 100644 --- a/rtnl_neigh.c +++ b/rtnl_neigh.c @@ -1,7 +1,7 @@ /* * Copyright (c) 2016 Fabien Siron * Copyright (c) 2017 JingPiao Chen - * Copyright (c) 2016-2018 The strace developers. + * Copyright (c) 2016-2019 The strace developers. * All rights reserved. * * SPDX-License-Identifier: LGPL-2.1-or-later diff --git a/rtnl_nsid.c b/rtnl_nsid.c index 88630109..759d9bf1 100644 --- a/rtnl_nsid.c +++ b/rtnl_nsid.c @@ -1,7 +1,7 @@ /* * Copyright (c) 2016 Fabien Siron * Copyright (c) 2017 JingPiao Chen - * Copyright (c) 2016-2018 The strace developers. + * Copyright (c) 2016-2019 The strace developers. * All rights reserved. * * SPDX-License-Identifier: LGPL-2.1-or-later diff --git a/signal.c b/signal.c index dc97819d..8d918da2 100644 --- a/signal.c +++ b/signal.c @@ -6,7 +6,7 @@ * Copyright (c) 1999 IBM Deutschland Entwicklung GmbH, IBM Corporation * Linux for s390 port by D.J. Barrow * - * Copyright (c) 2001-2018 The strace developers. + * Copyright (c) 2001-2019 The strace developers. * All rights reserved. * * SPDX-License-Identifier: LGPL-2.1-or-later diff --git a/sockaddr.c b/sockaddr.c index 4c306c1a..acba7f02 100644 --- a/sockaddr.c +++ b/sockaddr.c @@ -4,7 +4,7 @@ * Copyright (c) 1993, 1994, 1995, 1996 Rick Sladkey * Copyright (c) 1996-2000 Wichert Akkerman * Copyright (c) 2005-2016 Dmitry V. Levin - * Copyright (c) 2016-2018 The strace developers. + * Copyright (c) 2016-2019 The strace developers. * All rights reserved. * * SPDX-License-Identifier: LGPL-2.1-or-later diff --git a/strace.c b/strace.c index 922e8813..ca8d558c 100644 --- a/strace.c +++ b/strace.c @@ -3,7 +3,7 @@ * Copyright (c) 1993 Branko Lankester * Copyright (c) 1993, 1994, 1995, 1996 Rick Sladkey * Copyright (c) 1996-1999 Wichert Akkerman - * Copyright (c) 1999-2018 The strace developers. + * Copyright (c) 1999-2019 The strace developers. * All rights reserved. * * SPDX-License-Identifier: LGPL-2.1-or-later diff --git a/syscall.c b/syscall.c index 552f0826..5f95c2bd 100644 --- a/syscall.c +++ b/syscall.c @@ -6,7 +6,7 @@ * Copyright (c) 1999 IBM Deutschland Entwicklung GmbH, IBM Corporation * Linux for s390 port by D.J. Barrow * - * Copyright (c) 1999-2018 The strace developers. + * Copyright (c) 1999-2019 The strace developers. * All rights reserved. * * SPDX-License-Identifier: LGPL-2.1-or-later diff --git a/tests/Makefile.am b/tests/Makefile.am index 44398628..68da797a 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,7 +1,7 @@ # Automake input for strace tests. # # Copyright (c) 2011-2016 Dmitry V. Levin -# Copyright (c) 2011-2018 The strace developers. +# Copyright (c) 2011-2019 The strace developers. # All rights reserved. # # SPDX-License-Identifier: GPL-2.0-or-later diff --git a/tests/bpf-obj_get_info_by_fd.c b/tests/bpf-obj_get_info_by_fd.c index ca8d4cf1..6444ff81 100644 --- a/tests/bpf-obj_get_info_by_fd.c +++ b/tests/bpf-obj_get_info_by_fd.c @@ -1,7 +1,7 @@ /* * Check bpf(BPF_OBJ_GET_INFO_BY_FD) decoding. * - * Copyright (c) 2018 The strace developers. + * Copyright (c) 2018-2019 The strace developers. * All rights reserved. * * SPDX-License-Identifier: GPL-2.0-or-later diff --git a/tests/bpf.c b/tests/bpf.c index ec124139..fd29ab44 100644 --- a/tests/bpf.c +++ b/tests/bpf.c @@ -2,7 +2,7 @@ * Check bpf syscall decoding. * * Copyright (c) 2015-2017 Dmitry V. Levin - * Copyright (c) 2015-2018 The strace developers. + * Copyright (c) 2015-2019 The strace developers. * All rights reserved. * * SPDX-License-Identifier: GPL-2.0-or-later diff --git a/tests/detach-stopped.test b/tests/detach-stopped.test index 8d92ec7b..5dcde9b9 100755 --- a/tests/detach-stopped.test +++ b/tests/detach-stopped.test @@ -3,7 +3,7 @@ # Ensure that strace can detach from stopped processes. # # Copyright (c) 2013-2015 Dmitry V. Levin -# Copyright (c) 2014-2018 The strace developers. +# Copyright (c) 2014-2019 The strace developers. # All rights reserved. # # SPDX-License-Identifier: GPL-2.0-or-later diff --git a/tests/fanotify_mark.c b/tests/fanotify_mark.c index b19bcff7..cc6f3a44 100644 --- a/tests/fanotify_mark.c +++ b/tests/fanotify_mark.c @@ -3,7 +3,7 @@ * * Copyright (c) 2015-2016 Dmitry V. Levin * Copyright (c) 2016 Eugene Syromyatnikov - * Copyright (c) 2015-2018 The strace developers. + * Copyright (c) 2015-2019 The strace developers. * All rights reserved. * * SPDX-License-Identifier: GPL-2.0-or-later diff --git a/tests/fill_memory.c b/tests/fill_memory.c index 80a4247d..3e09d597 100644 --- a/tests/fill_memory.c +++ b/tests/fill_memory.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2018 The strace developers. + * Copyright (c) 2016-2019 The strace developers. * All rights reserved. * * SPDX-License-Identifier: GPL-2.0-or-later diff --git a/tests/gen_tests.in b/tests/gen_tests.in index 686df181..314608eb 100644 --- a/tests/gen_tests.in +++ b/tests/gen_tests.in @@ -1,6 +1,6 @@ # Input for gen_tests.sh # -# Copyright (c) 2017-2018 The strace developers. +# Copyright (c) 2017-2019 The strace developers. # All rights reserved. # # SPDX-License-Identifier: GPL-2.0-or-later diff --git a/tests/group_req.c b/tests/group_req.c index 1a29d1a5..6a804bd2 100644 --- a/tests/group_req.c +++ b/tests/group_req.c @@ -2,7 +2,7 @@ * Check decoding of MCAST_JOIN_GROUP/MCAST_LEAVE_GROUP. * * Copyright (c) 2015-2017 Dmitry V. Levin - * Copyright (c) 2017-2018 The strace developers. + * Copyright (c) 2017-2019 The strace developers. * All rights reserved. * * SPDX-License-Identifier: GPL-2.0-or-later diff --git a/tests/ioprio.c b/tests/ioprio.c index 6c54ad65..65775963 100644 --- a/tests/ioprio.c +++ b/tests/ioprio.c @@ -2,7 +2,7 @@ * Check decoding of ioprio_get and ioprio_set syscalls. * * Copyright (c) 2016 Eugene Syromyatnikov - * Copyright (c) 2016-2018 The strace developers. + * Copyright (c) 2016-2019 The strace developers. * All rights reserved. * * SPDX-License-Identifier: GPL-2.0-or-later diff --git a/tests/kernel_version.c b/tests/kernel_version.c index 5d88d927..6e1c0eac 100644 --- a/tests/kernel_version.c +++ b/tests/kernel_version.c @@ -1,7 +1,7 @@ /* * Check kernel version decoding. * - * Copyright (c) 2015-2018 The strace developers. + * Copyright (c) 2015-2019 The strace developers. * All rights reserved. * * SPDX-License-Identifier: GPL-2.0-or-later diff --git a/tests/move_pages.c b/tests/move_pages.c index 66ab3be8..895c7c6f 100644 --- a/tests/move_pages.c +++ b/tests/move_pages.c @@ -2,7 +2,7 @@ * Check decoding of move_pages syscall. * * Copyright (c) 2016 Dmitry V. Levin - * Copyright (c) 2016-2018 The strace developers. + * Copyright (c) 2016-2019 The strace developers. * All rights reserved. * * SPDX-License-Identifier: GPL-2.0-or-later diff --git a/tests/net-packet_mreq.c b/tests/net-packet_mreq.c index 540af1eb..6b64e9eb 100644 --- a/tests/net-packet_mreq.c +++ b/tests/net-packet_mreq.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 The strace developers. + * Copyright (c) 2018-2019 The strace developers. * All rights reserved. * * SPDX-License-Identifier: GPL-2.0-or-later diff --git a/tests/net-sockaddr.c b/tests/net-sockaddr.c index dec1d875..cd973922 100644 --- a/tests/net-sockaddr.c +++ b/tests/net-sockaddr.c @@ -2,7 +2,7 @@ * Check decoding of sockaddr structures * * Copyright (c) 2016 Dmitry V. Levin - * Copyright (c) 2016-2018 The strace developers. + * Copyright (c) 2016-2019 The strace developers. * All rights reserved. * * SPDX-License-Identifier: GPL-2.0-or-later diff --git a/tests/net-yy-inet6.c b/tests/net-yy-inet6.c index 7040c12e..b8a7e240 100644 --- a/tests/net-yy-inet6.c +++ b/tests/net-yy-inet6.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 The strace developers. + * Copyright (c) 2018-2019 The strace developers. * All rights reserved. * * SPDX-License-Identifier: GPL-2.0-or-later diff --git a/tests/nlattr_ifla_linkinfo.c b/tests/nlattr_ifla_linkinfo.c index a51392ab..080e7371 100644 --- a/tests/nlattr_ifla_linkinfo.c +++ b/tests/nlattr_ifla_linkinfo.c @@ -1,7 +1,7 @@ /* * IFLA_LINKINFO netlink attribute decoding check. * - * Copyright (c) 2018 The strace developers. + * Copyright (c) 2018-2019 The strace developers. * All rights reserved. * * SPDX-License-Identifier: GPL-2.0-or-later diff --git a/tests/preadv2-pwritev2.c b/tests/preadv2-pwritev2.c index 1dfd674f..1266562e 100644 --- a/tests/preadv2-pwritev2.c +++ b/tests/preadv2-pwritev2.c @@ -2,7 +2,7 @@ * Check decoding of preadv2 and pwritev2 syscalls. * * Copyright (c) 2016 Dmitry V. Levin - * Copyright (c) 2016-2018 The strace developers. + * Copyright (c) 2016-2019 The strace developers. * All rights reserved. * * SPDX-License-Identifier: GPL-2.0-or-later diff --git a/tests/pure_executables.list b/tests/pure_executables.list index af796256..b695a0ec 100755 --- a/tests/pure_executables.list +++ b/tests/pure_executables.list @@ -1,6 +1,6 @@ # Executables without side effects. # -# Copyright (c) 2017-2018 The strace developers. +# Copyright (c) 2017-2019 The strace developers. # All rights reserved. # # SPDX-License-Identifier: GPL-2.0-or-later diff --git a/tests/read-write.c b/tests/read-write.c index 650573b5..0217670b 100644 --- a/tests/read-write.c +++ b/tests/read-write.c @@ -2,7 +2,7 @@ * Check decoding and dumping of read and write syscalls. * * Copyright (c) 2016 Dmitry V. Levin - * Copyright (c) 2016-2018 The strace developers. + * Copyright (c) 2016-2019 The strace developers. * All rights reserved. * * SPDX-License-Identifier: GPL-2.0-or-later diff --git a/tests/seccomp-filter-v.c b/tests/seccomp-filter-v.c index 076bde03..98eaeee5 100644 --- a/tests/seccomp-filter-v.c +++ b/tests/seccomp-filter-v.c @@ -2,7 +2,7 @@ * Check verbose decoding of seccomp SECCOMP_SET_MODE_FILTER. * * Copyright (c) 2015-2016 Dmitry V. Levin - * Copyright (c) 2016-2018 The strace developers. + * Copyright (c) 2016-2019 The strace developers. * All rights reserved. * * SPDX-License-Identifier: GPL-2.0-or-later diff --git a/tests/seccomp-filter.c b/tests/seccomp-filter.c index 18a2a99a..5e28ffca 100644 --- a/tests/seccomp-filter.c +++ b/tests/seccomp-filter.c @@ -2,7 +2,7 @@ * Check decoding of seccomp SECCOMP_SET_MODE_FILTER. * * Copyright (c) 2016 Dmitry V. Levin - * Copyright (c) 2016-2018 The strace developers. + * Copyright (c) 2016-2019 The strace developers. * All rights reserved. * * SPDX-License-Identifier: GPL-2.0-or-later diff --git a/tests/seccomp_get_action_avail.c b/tests/seccomp_get_action_avail.c index 1fad98db..e61678f4 100644 --- a/tests/seccomp_get_action_avail.c +++ b/tests/seccomp_get_action_avail.c @@ -1,7 +1,7 @@ /* * Check decoding of seccomp SECCOMP_GET_ACTION_AVAIL. * - * Copyright (c) 2017-2018 Dmitry V. Levin + * Copyright (c) 2017-2019 Dmitry V. Levin * All rights reserved. * * SPDX-License-Identifier: GPL-2.0-or-later diff --git a/tests/setrlimit.c b/tests/setrlimit.c index a128d5a8..099e2402 100644 --- a/tests/setrlimit.c +++ b/tests/setrlimit.c @@ -2,6 +2,7 @@ * Check decoding of setrlimit syscall. * * Copyright (c) 2016-2018 Dmitry V. Levin + * Copyright (c) 2016-2019 The strace developers. * All rights reserved. * * SPDX-License-Identifier: GPL-2.0-or-later diff --git a/tests/sockaddr_xlat.c b/tests/sockaddr_xlat.c index 2a5122d5..b467c934 100644 --- a/tests/sockaddr_xlat.c +++ b/tests/sockaddr_xlat.c @@ -1,7 +1,7 @@ /* * Check decoding of sockaddr fields under xlat styles. * - * Copyright (c) 2015-2018 The strace developers. + * Copyright (c) 2015-2019 The strace developers. * All rights reserved. * * SPDX-License-Identifier: GPL-2.0-or-later diff --git a/tests/stack-fcall-3.c b/tests/stack-fcall-3.c index 312da553..538b6565 100644 --- a/tests/stack-fcall-3.c +++ b/tests/stack-fcall-3.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-2018 The strace developers. + * Copyright (c) 2014-2019 The strace developers. * All rights reserved. * * SPDX-License-Identifier: GPL-2.0-or-later diff --git a/tests/strace-k.test b/tests/strace-k.test index 4fc8c6df..7a323431 100755 --- a/tests/strace-k.test +++ b/tests/strace-k.test @@ -4,7 +4,7 @@ # # Copyright (c) 2014 Masatake YAMATO # Copyright (c) 2014-2016 Dmitry V. Levin -# Copyright (c) 2014-2018 The strace developers. +# Copyright (c) 2014-2019 The strace developers. # All rights reserved. # # SPDX-License-Identifier: GPL-2.0-or-later diff --git a/tests/tests.h b/tests/tests.h index 76fca294..1a1b02c3 100644 --- a/tests/tests.h +++ b/tests/tests.h @@ -1,6 +1,6 @@ /* * Copyright (c) 2016 Dmitry V. Levin - * Copyright (c) 2016-2018 The strace developers. + * Copyright (c) 2016-2019 The strace developers. * All rights reserved. * * SPDX-License-Identifier: GPL-2.0-or-later diff --git a/tests/threads-execve.c b/tests/threads-execve.c index ec81722b..56fab529 100644 --- a/tests/threads-execve.c +++ b/tests/threads-execve.c @@ -2,7 +2,7 @@ * Check decoding of threads when a non-leader thread invokes execve. * * Copyright (c) 2016 Dmitry V. Levin - * Copyright (c) 2016-2018 The strace developers. + * Copyright (c) 2016-2019 The strace developers. * All rights reserved. * * SPDX-License-Identifier: GPL-2.0-or-later diff --git a/tests/threads-execve.test b/tests/threads-execve.test index 2c8c3632..04ce15df 100755 --- a/tests/threads-execve.test +++ b/tests/threads-execve.test @@ -3,7 +3,7 @@ # Check decoding of threads when a non-leader thread invokes execve. # # Copyright (c) 2016 Dmitry V. Levin -# Copyright (c) 2016-2018 The strace developers. +# Copyright (c) 2016-2019 The strace developers. # All rights reserved. # # SPDX-License-Identifier: GPL-2.0-or-later diff --git a/tests/xgetrlimit.c b/tests/xgetrlimit.c index 9dad120f..a1c89e9b 100644 --- a/tests/xgetrlimit.c +++ b/tests/xgetrlimit.c @@ -2,6 +2,7 @@ * Check decoding of getrlimit/ugetrlimit syscall. * * Copyright (c) 2016-2018 Dmitry V. Levin + * Copyright (c) 2016-2019 The strace developers. * All rights reserved. * * SPDX-License-Identifier: GPL-2.0-or-later diff --git a/util.c b/util.c index 62f411de..6190f550 100644 --- a/util.c +++ b/util.c @@ -6,7 +6,7 @@ * Copyright (c) 1999 IBM Deutschland Entwicklung GmbH, IBM Corporation * Linux for s390 port by D.J. Barrow * - * Copyright (c) 1999-2018 The strace developers. + * Copyright (c) 1999-2019 The strace developers. * All rights reserved. * * SPDX-License-Identifier: LGPL-2.1-or-later diff --git a/v4l2.c b/v4l2.c index b87ea333..b325cf8b 100644 --- a/v4l2.c +++ b/v4l2.c @@ -2,7 +2,7 @@ * Copyright (c) 2014 Philippe De Muyter * Copyright (c) 2014 William Manley * Copyright (c) 2011 Peter Zotov - * Copyright (c) 2014-2018 The strace developers. + * Copyright (c) 2014-2019 The strace developers. * All rights reserved. * * SPDX-License-Identifier: LGPL-2.1-or-later diff --git a/xlat/gen.sh b/xlat/gen.sh index 4e143a4a..30b2dd82 100755 --- a/xlat/gen.sh +++ b/xlat/gen.sh @@ -2,7 +2,7 @@ # # Copyright (c) 2014-2015 Mike Frysinger # Copyright (c) 2014-2015 Dmitry V. Levin -# Copyright (c) 2014-2018 The strace developers. +# Copyright (c) 2014-2019 The strace developers. # All rights reserved. # # SPDX-License-Identifier: LGPL-2.1-or-later -- 2.50.1