From dc3dfc68b4c1b6cd88ce79c24d5d425be06bba71 Mon Sep 17 00:00:00 2001 From: Eugene Syromyatnikov Date: Tue, 5 Sep 2017 10:01:01 +0200 Subject: [PATCH] Update copyright headers Headers updated automatically with maint/update_copyright_headers.sh -c --- block.c | 1 + evdev.c | 1 + fetch_struct_statfs.c | 1 + file_ioctl.c | 1 + fs_x_ioctl.c | 1 + hdio.c | 1 + m4/ax_code_coverage.m4 | 1 + m4/ax_valgrind_check.m4 | 1 + msghdr.c | 1 + quota.c | 1 + rtc.c | 1 + sockaddr.c | 1 + tests/add_key.c | 1 + tests/errno2name.c | 1 + tests/inet-cmsg.c | 1 + tests/ipc_msgbuf.c | 1 + tests/keyctl.c | 1 + tests/mincore.c | 1 + tests/mmsg.c | 1 + tests/mmsg_name.c | 1 + tests/net-accept-connect.c | 1 + tests/netlink_inet_diag.c | 1 + tests/netlink_netlink_diag.c | 1 + tests/netlink_unix_diag.c | 1 + tests/poll.c | 1 + tests/prctl-seccomp-filter-v.c | 1 + tests/preadv-pwritev.c | 1 + tests/printstr.c | 1 + tests/process_vm_readv_writev.c | 1 + tests/quotactl.h | 1 + tests/readv.c | 1 + tests/recvmsg.c | 1 + tests/request_key.c | 1 + tests/rt_sigaction.awk | 1 + tests/rt_sigaction.c | 1 + tests/times.c | 1 + tests/uio.c | 1 + tests/unix-pair-sendto-recvfrom.c | 1 + tests/vmsplice.c | 1 + tests/xattr.c | 1 + tests/xchownx.c | 1 + uid.c | 1 + uname.c | 1 + xmalloc.c | 1 + 44 files changed, 44 insertions(+) diff --git a/block.c b/block.c index 4211e4f6..b402f683 100644 --- a/block.c +++ b/block.c @@ -1,6 +1,7 @@ /* * Copyright (c) 2009, 2010 Jeff Mahoney * Copyright (c) 2011-2016 Dmitry V. Levin + * Copyright (c) 2011-2017 The strace developers. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/evdev.c b/evdev.c index fc7fc203..5642e0d7 100644 --- a/evdev.c +++ b/evdev.c @@ -1,6 +1,7 @@ /* * Copyright (c) 2015 Etienne Gemsa * Copyright (c) 2015-2016 Dmitry V. Levin + * Copyright (c) 2015-2017 The strace developers. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/fetch_struct_statfs.c b/fetch_struct_statfs.c index 4fba0f75..568c158c 100644 --- a/fetch_struct_statfs.c +++ b/fetch_struct_statfs.c @@ -1,5 +1,6 @@ /* * Copyright (c) 2014-2016 Dmitry V. Levin + * Copyright (c) 2016-2017 The strace developers. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/file_ioctl.c b/file_ioctl.c index c27ae5ea..51b88f17 100644 --- a/file_ioctl.c +++ b/file_ioctl.c @@ -1,5 +1,6 @@ /* * Copyright (c) 2016 Jeff Mahoney + * Copyright (c) 2016-2017 The strace developers. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/fs_x_ioctl.c b/fs_x_ioctl.c index c22498e9..18930fe8 100644 --- a/fs_x_ioctl.c +++ b/fs_x_ioctl.c @@ -1,6 +1,7 @@ /* * Copyright (c) 2014 Mike Frysinger * Copyright (c) 2015-2016 Dmitry V. Levin + * Copyright (c) 2016-2017 The strace developers. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/hdio.c b/hdio.c index 2e4e1c8a..9db1d26b 100644 --- a/hdio.c +++ b/hdio.c @@ -1,6 +1,7 @@ /* * Copyright (c) 2009, 2010 Jeff Mahoney * Copyright (c) 2011-2016 Dmitry V. Levin + * Copyright (c) 2016-2017 The strace developers. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/m4/ax_code_coverage.m4 b/m4/ax_code_coverage.m4 index d17852c0..0ca72e59 100644 --- a/m4/ax_code_coverage.m4 +++ b/m4/ax_code_coverage.m4 @@ -61,6 +61,7 @@ # Copyright (c) 2012 Paolo Borelli # Copyright (c) 2012 Dan Winship # Copyright (c) 2015 Bastien ROUCARIES +# Copyright (c) 2016-2017 The strace developers. # # This library is free software; you can redistribute it and/or modify it # under the terms of the GNU Lesser General Public License as published by diff --git a/m4/ax_valgrind_check.m4 b/m4/ax_valgrind_check.m4 index 5c14fd92..0d35ee24 100644 --- a/m4/ax_valgrind_check.m4 +++ b/m4/ax_valgrind_check.m4 @@ -61,6 +61,7 @@ # LICENSE # # Copyright (c) 2014, 2015, 2016 Philip Withnall +# Copyright (c) 2016-2017 The strace developers. # # Copying and distribution of this file, with or without modification, are # permitted in any medium without royalty provided the copyright notice diff --git a/msghdr.c b/msghdr.c index 14b0a8d1..dd9c4300 100644 --- a/msghdr.c +++ b/msghdr.c @@ -4,6 +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-2017 The strace developers. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/quota.c b/quota.c index 7607ae01..ba1d7612 100644 --- a/quota.c +++ b/quota.c @@ -4,6 +4,7 @@ * Copyright (c) 1993, 1994, 1995, 1996 Rick Sladkey * Copyright (c) 1996-1999 Wichert Akkerman * Copyright (c) 2005-2016 Dmitry V. Levin + * Copyright (c) 2006-2017 The strace developers. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/rtc.c b/rtc.c index 37d35391..9c02cbd5 100644 --- a/rtc.c +++ b/rtc.c @@ -1,6 +1,7 @@ /* * Copyright (c) 2004 Ulrich Drepper * Copyright (c) 2004-2016 Dmitry V. Levin + * Copyright (c) 2015-2017 The strace developers. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sockaddr.c b/sockaddr.c index 34c565bf..ac42e164 100644 --- a/sockaddr.c +++ b/sockaddr.c @@ -4,6 +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-2017 The strace developers. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/tests/add_key.c b/tests/add_key.c index 1de0cc3b..999da035 100644 --- a/tests/add_key.c +++ b/tests/add_key.c @@ -2,6 +2,7 @@ * Check decoding of add_key syscall. * * Copyright (c) 2016 Eugene Syromyatnikov + * Copyright (c) 2016-2017 The strace developers. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/tests/errno2name.c b/tests/errno2name.c index d481e2e8..2354afc7 100644 --- a/tests/errno2name.c +++ b/tests/errno2name.c @@ -1,5 +1,6 @@ /* * Copyright (c) 2016 Dmitry V. Levin + * Copyright (c) 2016-2017 The strace developers. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/tests/inet-cmsg.c b/tests/inet-cmsg.c index a13a728d..fb3d430d 100644 --- a/tests/inet-cmsg.c +++ b/tests/inet-cmsg.c @@ -1,5 +1,6 @@ /* * Copyright (c) 2015-2016 Dmitry V. Levin + * Copyright (c) 2015-2017 The strace developers. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/tests/ipc_msgbuf.c b/tests/ipc_msgbuf.c index 9d149fa5..d1083899 100644 --- a/tests/ipc_msgbuf.c +++ b/tests/ipc_msgbuf.c @@ -1,6 +1,7 @@ /* * Copyright (c) 2015 Elvira Khabirova * Copyright (c) 2015-2016 Dmitry V. Levin + * Copyright (c) 2015-2017 The strace developers. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/tests/keyctl.c b/tests/keyctl.c index cde46926..2d8b9ecc 100644 --- a/tests/keyctl.c +++ b/tests/keyctl.c @@ -2,6 +2,7 @@ * Check decoding of keyctl syscall. * * Copyright (c) 2016 Eugene Syromyatnikov + * Copyright (c) 2016-2017 The strace developers. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/tests/mincore.c b/tests/mincore.c index 0ede687d..ae4eb42c 100644 --- a/tests/mincore.c +++ b/tests/mincore.c @@ -1,5 +1,6 @@ /* * Copyright (c) 2016 Dmitry V. Levin + * Copyright (c) 2016-2017 The strace developers. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/tests/mmsg.c b/tests/mmsg.c index a5cf0e79..e00100a5 100644 --- a/tests/mmsg.c +++ b/tests/mmsg.c @@ -1,6 +1,7 @@ /* * Copyright (c) 2014 Masatake YAMATO * Copyright (c) 2014-2016 Dmitry V. Levin + * Copyright (c) 2014-2017 The strace developers. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/tests/mmsg_name.c b/tests/mmsg_name.c index ad5a482d..8c54a48b 100644 --- a/tests/mmsg_name.c +++ b/tests/mmsg_name.c @@ -3,6 +3,7 @@ * of sendmmsg and recvmmsg syscalls. * * Copyright (c) 2016 Dmitry V. Levin + * Copyright (c) 2016-2017 The strace developers. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/tests/net-accept-connect.c b/tests/net-accept-connect.c index 0050eeb4..4045e056 100644 --- a/tests/net-accept-connect.c +++ b/tests/net-accept-connect.c @@ -1,5 +1,6 @@ /* * Copyright (c) 2013-2016 Dmitry V. Levin + * Copyright (c) 2013-2017 The strace developers. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/tests/netlink_inet_diag.c b/tests/netlink_inet_diag.c index 5f68cb3c..8b3d8af0 100644 --- a/tests/netlink_inet_diag.c +++ b/tests/netlink_inet_diag.c @@ -2,6 +2,7 @@ * This file is part of inet-yy strace test. * * Copyright (c) 2014-2016 Dmitry V. Levin + * Copyright (c) 2014-2017 The strace developers. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/tests/netlink_netlink_diag.c b/tests/netlink_netlink_diag.c index d7e83f5c..855e404e 100644 --- a/tests/netlink_netlink_diag.c +++ b/tests/netlink_netlink_diag.c @@ -3,6 +3,7 @@ * * Copyright (c) 2014-2016 Dmitry V. Levin * Copyright (c) 2016 Fabien Siron + * Copyright (c) 2016-2017 The strace developers. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/tests/netlink_unix_diag.c b/tests/netlink_unix_diag.c index 119cc9e7..e1509238 100644 --- a/tests/netlink_unix_diag.c +++ b/tests/netlink_unix_diag.c @@ -2,6 +2,7 @@ * This file is part of net-yy-unix strace test. * * Copyright (c) 2014-2016 Dmitry V. Levin + * Copyright (c) 2014-2017 The strace developers. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/tests/poll.c b/tests/poll.c index af66e536..2bf8c1a1 100644 --- a/tests/poll.c +++ b/tests/poll.c @@ -2,6 +2,7 @@ * This file is part of poll strace test. * * Copyright (c) 2016 Dmitry V. Levin + * Copyright (c) 2016-2017 The strace developers. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/tests/prctl-seccomp-filter-v.c b/tests/prctl-seccomp-filter-v.c index a72c0f6d..cfd5d3dd 100644 --- a/tests/prctl-seccomp-filter-v.c +++ b/tests/prctl-seccomp-filter-v.c @@ -2,6 +2,7 @@ * Check verbose decoding of prctl PR_SET_SECCOMP SECCOMP_MODE_FILTER. * * Copyright (c) 2015-2016 Dmitry V. Levin + * Copyright (c) 2016-2017 The strace developers. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/tests/preadv-pwritev.c b/tests/preadv-pwritev.c index ddbd47f6..44ed23a4 100644 --- a/tests/preadv-pwritev.c +++ b/tests/preadv-pwritev.c @@ -2,6 +2,7 @@ * Check decoding of preadv and pwritev syscalls. * * Copyright (c) 2016 Dmitry V. Levin + * Copyright (c) 2016-2017 The strace developers. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/tests/printstr.c b/tests/printstr.c index 8e226813..030c1e40 100644 --- a/tests/printstr.c +++ b/tests/printstr.c @@ -2,6 +2,7 @@ * Check decoding of non-NUL-terminated strings when len == -1. * * Copyright (c) 2016 Dmitry V. Levin + * Copyright (c) 2016-2017 The strace developers. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/tests/process_vm_readv_writev.c b/tests/process_vm_readv_writev.c index c0f9c312..5ee801b0 100644 --- a/tests/process_vm_readv_writev.c +++ b/tests/process_vm_readv_writev.c @@ -2,6 +2,7 @@ * Check decoding of process_vm_readv/process_vm_writev syscall. * * Copyright (c) 2016 Eugene Syromyatnikov + * Copyright (c) 2016-2017 The strace developers. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/tests/quotactl.h b/tests/quotactl.h index d3cf53bf..352f9270 100644 --- a/tests/quotactl.h +++ b/tests/quotactl.h @@ -3,6 +3,7 @@ * * Copyright (c) 2016 Eugene Syromyatnikov * Copyright (c) 2016 Dmitry V. Levin + * Copyright (c) 2016-2017 The strace developers. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/tests/readv.c b/tests/readv.c index 93f07605..8430ca56 100644 --- a/tests/readv.c +++ b/tests/readv.c @@ -2,6 +2,7 @@ * Check decoding of readv and writev syscalls. * * Copyright (c) 2016 Dmitry V. Levin + * Copyright (c) 2016-2017 The strace developers. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/tests/recvmsg.c b/tests/recvmsg.c index 2d55d554..d2a67d44 100644 --- a/tests/recvmsg.c +++ b/tests/recvmsg.c @@ -2,6 +2,7 @@ * Check decoding of recvmsg and sendmsg syscalls. * * Copyright (c) 2016 Dmitry V. Levin + * Copyright (c) 2016-2017 The strace developers. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/tests/request_key.c b/tests/request_key.c index 03c7a429..866fe76e 100644 --- a/tests/request_key.c +++ b/tests/request_key.c @@ -2,6 +2,7 @@ * Check decoding of request_key syscall. * * Copyright (c) 2016 Eugene Syromyatnikov + * Copyright (c) 2016-2017 The strace developers. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/tests/rt_sigaction.awk b/tests/rt_sigaction.awk index 9c3a9ed3..9fb3ed55 100644 --- a/tests/rt_sigaction.awk +++ b/tests/rt_sigaction.awk @@ -2,6 +2,7 @@ # # Copyright (c) 2014-2015 Dmitry V. Levin # Copyright (c) 2016 Elvira Khabirova +# Copyright (c) 2016-2017 The strace developers. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/rt_sigaction.c b/tests/rt_sigaction.c index 1c034ff3..9c367b27 100644 --- a/tests/rt_sigaction.c +++ b/tests/rt_sigaction.c @@ -1,5 +1,6 @@ /* * Copyright (c) 2014-2015 Dmitry V. Levin + * Copyright (c) 2015-2017 The strace developers. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/tests/times.c b/tests/times.c index c4cce0e8..e2db4e20 100644 --- a/tests/times.c +++ b/tests/times.c @@ -1,6 +1,7 @@ /* * Copyright (c) 2015 Eugene Syromyatnikov * Copyright (c) 2015-2016 Dmitry V. Levin + * Copyright (c) 2015-2017 The strace developers. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/tests/uio.c b/tests/uio.c index 21f005d9..c02c816b 100644 --- a/tests/uio.c +++ b/tests/uio.c @@ -1,5 +1,6 @@ /* * Copyright (c) 2014-2016 Dmitry V. Levin + * Copyright (c) 2014-2017 The strace developers. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/tests/unix-pair-sendto-recvfrom.c b/tests/unix-pair-sendto-recvfrom.c index a0c710ac..675fc07b 100644 --- a/tests/unix-pair-sendto-recvfrom.c +++ b/tests/unix-pair-sendto-recvfrom.c @@ -2,6 +2,7 @@ * Check decoding and dumping of sendto and recvfrom syscalls. * * Copyright (c) 2015-2016 Dmitry V. Levin + * Copyright (c) 2016-2017 The strace developers. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/tests/vmsplice.c b/tests/vmsplice.c index 4242d9e6..60585691 100644 --- a/tests/vmsplice.c +++ b/tests/vmsplice.c @@ -2,6 +2,7 @@ * This file is part of vmsplice strace test. * * Copyright (c) 2016 Dmitry V. Levin + * Copyright (c) 2016-2017 The strace developers. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/tests/xattr.c b/tests/xattr.c index fea9e92d..3bd87cc6 100644 --- a/tests/xattr.c +++ b/tests/xattr.c @@ -1,5 +1,6 @@ /* * Copyright (c) 2015-2016 Dmitry V. Levin + * Copyright (c) 2015-2017 The strace developers. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/tests/xchownx.c b/tests/xchownx.c index e415feff..beca2063 100644 --- a/tests/xchownx.c +++ b/tests/xchownx.c @@ -2,6 +2,7 @@ * Check decoding of chown/chown32/lchown/lchown32/fchown/fchown32 syscalls. * * Copyright (c) 2016 Dmitry V. Levin + * Copyright (c) 2016-2017 The strace developers. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/uid.c b/uid.c index 0fb810c8..069cda63 100644 --- a/uid.c +++ b/uid.c @@ -4,6 +4,7 @@ * Copyright (c) 1993-1996 Rick Sladkey * Copyright (c) 1996-1999 Wichert Akkerman * Copyright (c) 2003-2016 Dmitry V. Levin + * Copyright (c) 2014-2017 The strace developers. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/uname.c b/uname.c index 447b5d96..02f21178 100644 --- a/uname.c +++ b/uname.c @@ -4,6 +4,7 @@ * Copyright (c) 1993-1996 Rick Sladkey * Copyright (c) 1996-1999 Wichert Akkerman * Copyright (c) 2012-2015 Dmitry V. Levin + * Copyright (c) 2014-2017 The strace developers. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/xmalloc.c b/xmalloc.c index c2c50f8c..8ec475a1 100644 --- a/xmalloc.c +++ b/xmalloc.c @@ -1,5 +1,6 @@ /* * Copyright (c) 2015 Dmitry V. Levin + * Copyright (c) 2015-2017 The strace developers. * All rights reserved. * * Redistribution and use in source and binary forms, with or without