]> granicus.if.org Git - strace/commitdiff
Update copyright headers
authorDmitry V. Levin <ldv@altlinux.org>
Tue, 13 Feb 2018 22:00:00 +0000 (22:00 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Tue, 13 Feb 2018 22:00:00 +0000 (22:00 +0000)
Headers updated automatically using maint/update_copyright_years.sh
script.

114 files changed:
Makefile.am
alpha.c
basic_filters.c
btrfs.c
clone.c
configure.ac
count.c
defs.h
desc.c
filter.h
filter_qualify.c
ioprio.c
ldt.c
linux/alpha/syscallent.h
linux/arm/get_scno.c
linux/arm/syscallent.h
linux/avr32/syscallent.h
linux/bfin/syscallent.h
linux/hppa/syscallent.h
linux/i386/syscallent.h
linux/ia64/syscallent.h
linux/m68k/syscallent.h
linux/microblaze/syscallent.h
linux/powerpc/syscallent.h
linux/powerpc64/syscallent.h
linux/s390/syscallent.h
linux/s390x/syscallent.h
linux/sh/syscallent.h
linux/sh64/syscallent.h
linux/syscall.h
linux/x86_64/get_scno.c
linux/x86_64/getregs_old.c
m4/mpers.m4
mem.c
mmsghdr.c
mpers.awk
mpers.sh
mpers_test.sh
mq.c
negated_errno.h
net.c
netlink_inet_diag.c
netlink_netlink_diag.c
netlink_packet_diag.c
netlink_unix_diag.c
open.c
pathtrace.c
perf.c
personality.c
poll.c
print_fields.h
print_timespec.c
print_timeval.c
printsiginfo.c
process.c
resource.c
rt_sigframe.c
rtnl_addr.c
rtnl_addrlabel.c
rtnl_dcb.c
rtnl_link.c
rtnl_mdb.c
rtnl_neigh.c
rtnl_route.c
rtnl_rule.c
rtnl_tc.c
signal.c
socketutils.c
strace-log-merge
strace.c
string_to_uint.c
string_to_uint.h
syscall.c
tests/Makefile.am
tests/accept.c
tests/error_msg.c
tests/futex.c
tests/gen_tests.in
tests/gen_tests.sh
tests/group_req.c
tests/inode_of_sockfd.c
tests/ioctl_dm.c
tests/ioctl_kvm_run.c
tests/ip_mreq.c
tests/ipc_shm.c
tests/membarrier.c
tests/net-accept-connect.c
tests/net-y-unix.c
tests/net-yy-inet.c
tests/net-yy-unix.c
tests/nsyscalls.c
tests/old_mmap.c
tests/open.c
tests/options-syntax.test
tests/perf_event_open.c
tests/pkey_alloc.c
tests/prctl-dumpable.c
tests/printpath-umovestr.c
tests/ptrace.c
tests/qual_fault.c
tests/set_ptracer_any.c
tests/setugid.c
tests/sockname.c
tests/test_printpath.c
tests/test_ucopy.c
tests/tests.h
tests/umovestr3.c
uid.c
unwind.c
upoke.c
util.c
v4l2.c
wait.c
xlat.c

index cd0bda20f12bc0df8fabc9180b0cbd2879e2bb9a..db9ad6e8143d8d58e4b77643b183135518f98deb 100644 (file)
@@ -4,7 +4,7 @@
 # Copyright (c) 2006-2016 Dmitry V. Levin <ldv@altlinux.org>
 # Copyright (c) 2008-2015 Mike Frysinger <vapier@gentoo.org>
 # Copyright (c) 2015 Elvira Khabirova <lineprinter0@gmail.com>
-# Copyright (c) 2002-2017 The strace developers.
+# Copyright (c) 2002-2018 The strace developers.
 # All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
diff --git a/alpha.c b/alpha.c
index 8e9168135fff4a5d65ca51192f8d7319118feb65..376ec0f577925059aac45a1fbb4aebad722248ea 100644 (file)
--- a/alpha.c
+++ b/alpha.c
@@ -1,5 +1,6 @@
 /*
  * Copyright (c) 2016 Dmitry V. Levin <ldv@altlinux.org>
+ * Copyright (c) 2016-2018 The strace developers.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index 5aed1601c0534fd2e276202ad0d4560e0d4e809b..4ea23b54044227dcfaa2cb8dd0814fd42459cf7c 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2016 Dmitry V. Levin <ldv@altlinux.org>
- * Copyright (c) 2016-2017 The strace developers.
+ * Copyright (c) 2016-2018 The strace developers.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/btrfs.c b/btrfs.c
index d8e62dc0198e9ea168215fee4744c2655d79f38c..ed3120ae3665488ef2dc2f4e6aec2f5238a1c53a 100644 (file)
--- a/btrfs.c
+++ b/btrfs.c
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2016 Jeff Mahoney <jeffm@suse.com>
- * Copyright (c) 2016-2017 The strace developers.
+ * Copyright (c) 2016-2018 The strace developers.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/clone.c b/clone.c
index a961f4881ab1a9e27607bfe6372b22beda1f92ff..e1dcd713029776c1cf365c537273a33e1531415a 100644 (file)
--- a/clone.c
+++ b/clone.c
@@ -4,7 +4,7 @@
  * Copyright (c) 2008 Jan Kratochvil <jan.kratochvil@redhat.com>
  * Copyright (c) 2009-2013 Denys Vlasenko <dvlasenk@redhat.com>
  * Copyright (c) 2006-2015 Dmitry V. Levin <ldv@altlinux.org>
- * Copyright (c) 2014-2017 The strace developers.
+ * Copyright (c) 2014-2018 The strace developers.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index 3501cf6c8d94ce83be7d055ea69fb66e402da92e..86b8a8eb8bfba0259eaa30073f462fcfe99b131d 100644 (file)
@@ -5,7 +5,7 @@
 # Copyright (c) 2006-2016 Dmitry V. Levin <ldv@altlinux.org>
 # Copyright (c) 2008-2015 Mike Frysinger <vapier@gentoo.org>
 # Copyright (c) 2015 Elvira Khabirova <lineprinter0@gmail.com>
-# Copyright (c) 2002-2017 The strace developers.
+# Copyright (c) 2002-2018 The strace developers.
 # All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
diff --git a/count.c b/count.c
index 45b0249d9d569187c0d80e5411a0e84f884a5f8f..2065e715ba994a89938eb47bcc34eecf33fe5d5f 100644 (file)
--- a/count.c
+++ b/count.c
@@ -8,7 +8,7 @@
  *                    <barrow_dj@mail.yahoo.com,djbarrow@de.ibm.com>
  * Copyright (c) 2004 Roland McGrath <roland@redhat.com>
  * Copyright (c) 2006 Dmitry V. Levin <ldv@altlinux.org>
- * Copyright (c) 2006-2017 The strace developers.
+ * Copyright (c) 2006-2018 The strace developers.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/defs.h b/defs.h
index 7bcee2d15cc90d0e0a9850b6c0834416ee12bc33..de55d3b7b83fa09a669541d254af42c096f4f8b7 100644 (file)
--- a/defs.h
+++ b/defs.h
@@ -2,7 +2,7 @@
  * Copyright (c) 1991, 1992 Paul Kranenburg <pk@cs.few.eur.nl>
  * Copyright (c) 1993 Branko Lankester <branko@hacktic.nl>
  * Copyright (c) 1993, 1994, 1995, 1996 Rick Sladkey <jrs@world.std.com>
- * Copyright (c) 2001-2017 The strace developers.
+ * Copyright (c) 2001-2018 The strace developers.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/desc.c b/desc.c
index ff22fc0770e01f166ce6438e71c2012e03890992..f99d25c6877ba64893f65603ee99d2a4ad9c3d0e 100644 (file)
--- a/desc.c
+++ b/desc.c
@@ -3,7 +3,7 @@
  * Copyright (c) 1993 Branko Lankester <branko@hacktic.nl>
  * Copyright (c) 1993, 1994, 1995, 1996 Rick Sladkey <jrs@world.std.com>
  * Copyright (c) 1996-1999 Wichert Akkerman <wichert@cistron.nl>
- * Copyright (c) 1999-2017 The strace developers.
+ * Copyright (c) 1999-2018 The strace developers.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index 30c2defbc95545c123a56454bde17e6e55ba581b..7b63b6de180bde1999546a10210be5e602068ae5 100644 (file)
--- a/filter.h
+++ b/filter.h
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2017 Nikolay Marchuk <marchuk.nikolay.a@gmail.com>
- * Copyright (c) 2017 The strace developers.
+ * Copyright (c) 2017-2018 The strace developers.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index e41af89e33b99d61c1a67e701a018aab2266ed52..49f0d612046384aef2ef28461d56c33fed6a05e0 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2016 Dmitry V. Levin <ldv@altlinux.org>
- * Copyright (c) 2016-2017 The strace developers.
+ * Copyright (c) 2016-2018 The strace developers.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index 583f022c0fa785a63589e8c195322b9c33e88b04..9ef2a325b1bc9d1d088cce6c037dc032263acc75 100644 (file)
--- a/ioprio.c
+++ b/ioprio.c
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2015 Dmitry V. Levin <ldv@altlinux.org>
- * Copyright (c) 2014-2017 The strace developers.
+ * Copyright (c) 2014-2018 The strace developers.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/ldt.c b/ldt.c
index ad38aeacf024f96a4328628a113314202ffd23c4..682847ed06b3dbb56aa96e0f543ea7339f034232 100644 (file)
--- a/ldt.c
+++ b/ldt.c
@@ -6,7 +6,7 @@
  * Copyright (c) 2002-2004 Roland McGrath <roland@redhat.com>
  * Copyright (c) 2010 Andreas Schwab <schwab@linux-m68k.org>
  * Copyright (c) 2014-2015 Dmitry V. Levin <ldv@altlinux.org>
- * Copyright (c) 2014-2017 The strace developers.
+ * Copyright (c) 2014-2018 The strace developers.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index 0b869f292d8040d0a44df407db577c771dcca4ff..700ae29908f17afc58a640a8112ea2d6d677e335 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright (c) 1993 Branko Lankester <branko@hacktic.nl>
  * Copyright (c) 1993, 1994, 1995 Rick Sladkey <jrs@world.std.com>
- * Copyright (c) 1995-2017 The strace developers.
+ * Copyright (c) 1995-2018 The strace developers.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index d6878a01adec2be3a622c4b180fbd24091809e87..2cd5c711b7cfacce264235ca65d7c6f84e5058bb 100644 (file)
@@ -2,7 +2,7 @@
  * Copyright (c) 2003 Russell King <rmk@arm.linux.org.uk>
  * Copyright (c) 2011-2013 Denys Vlasenko <vda.linux@googlemail.com>
  * Copyright (c) 2011-2015 Dmitry V. Levin <ldv@altlinux.org>
- * Copyright (c) 2015-2017 The strace developers.
+ * Copyright (c) 2015-2018 The strace developers.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index 9ecdb0c699fed07beacd061d87f67e6ba314581e..76edf99bd7d6f1899292cca6c7d05c05c2f6f287 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright (c) 1993 Branko Lankester <branko@hacktic.nl>
  * Copyright (c) 1993, 1994, 1995 Rick Sladkey <jrs@world.std.com>
- * Copyright (c) 1995-2017 The strace developers.
+ * Copyright (c) 1995-2018 The strace developers.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index 1cabb4fc2f541e85adfa469b076bace545e2f58f..c9dc52c5703f4708c6c6c11608fbdee45739424b 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2004-2009 Atmel Corporation
- * Copyright (c) 2009-2017 The strace developers.
+ * Copyright (c) 2009-2018 The strace developers.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index 973dfee3c89a7bfb03eb35cd0457204f9a26534a..1ce2ff306dea88029e7983bd84219a813b33f4d4 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright (c) 1993 Branko Lankester <branko@hacktic.nl>
  * Copyright (c) 1993, 1994, 1995 Rick Sladkey <jrs@world.std.com>
- * Copyright (c) 1995-2017 The strace developers.
+ * Copyright (c) 1995-2018 The strace developers.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index ca88d808d721880201b5b24cb24c9806ab17625c..70fe69063b00ea45ea16b471c153d5922a4201c1 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2001 Hewlett-Packard, Matthew Wilcox
- * Copyright (c) 2001-2017 The strace developers.
+ * Copyright (c) 2001-2018 The strace developers.
  */
 
 [  0] = { 0,   0,              SEN(restart_syscall),           "restart_syscall"       },
index 4dc7cbf62cc7b218c4fb6ebb3a9e0d6d39c87b93..b00e1d8789ba1144d5ecb1f927a7d8788a78a5ac 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright (c) 1993 Branko Lankester <branko@hacktic.nl>
  * Copyright (c) 1993, 1994, 1995 Rick Sladkey <jrs@world.std.com>
- * Copyright (c) 1995-2017 The strace developers.
+ * Copyright (c) 1995-2018 The strace developers.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index ff4c25525f977073a3ceb68d2809d0ba31f617d0..33b3e8da5a0024448e7559dea6193ce02dbf8a08 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright (c) 1999, 2001 Hewlett-Packard Co
  *                          David Mosberger-Tang <davidm@hpl.hp.com>
- * Copyright (c) 2000-2017 The strace developers.
+ * Copyright (c) 2000-2018 The strace developers.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index 104c3a6d7c96422aaa23dfb495578d25c3e3f03d..b8bad1b1e662e26469fae51a88ea9c10452772e8 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright (c) 1993 Branko Lankester <branko@hacktic.nl>
  * Copyright (c) 1993, 1994, 1995 Rick Sladkey <jrs@world.std.com>
- * Copyright (c) 1995-2017 The strace developers.
+ * Copyright (c) 1995-2018 The strace developers.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index b8b1ba8e9ee724b6b41909f885b6b4cb6b73553b..4c645f46c90b01a5734d4d201acc0886914ca556 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright (c) 1993 Branko Lankester <branko@hacktic.nl>
  * Copyright (c) 1993, 1994, 1995 Rick Sladkey <jrs@world.std.com>
- * Copyright (c) 1995-2017 The strace developers.
+ * Copyright (c) 1995-2018 The strace developers.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index f63661346ecf014b4cb906c736a3db1e02d85aac..d0bcbba7bd7dfc302d13ac64485c02903f94c76f 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright (c) 1993 Branko Lankester <branko@hacktic.nl>
  * Copyright (c) 1993, 1994, 1995 Rick Sladkey <jrs@world.std.com>
- * Copyright (c) 1995-2017 The strace developers.
+ * Copyright (c) 1995-2018 The strace developers.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index 43aed67d0cfffc1c27a0fb1a92bbe3ff1d1b8fd2..74362c6f8c8c051d6f523b09b313b135af57fcd1 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright (c) 1993 Branko Lankester <branko@hacktic.nl>
  * Copyright (c) 1993, 1994, 1995 Rick Sladkey <jrs@world.std.com>
- * Copyright (c) 1995-2017 The strace developers.
+ * Copyright (c) 1995-2018 The strace developers.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index de5e5debefe36a9d5ba42c920e296a79ef81a69b..b7e768e0e5b8c4e197b9abf736172599d9ab04dc 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2000 IBM Deutschland Entwicklung GmbH, IBM Coporation
- * Copyright (c) 2000-2017 The strace developers.
+ * Copyright (c) 2000-2018 The strace developers.
  * Authors: Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
  *          D.J. Barrow  <barrow_dj@mail.yahoo.com,djbarrow@de.ibm.com>
  * All rights reserved.
index 98f326ac64e5b4dd783a4b45feeacb529105fe0b..d16ee94f23fd117194e938247b51651f95704708 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2000 IBM Deutschland Entwicklung GmbH, IBM Coporation
- * Copyright (c) 2000-2017 The strace developers.
+ * Copyright (c) 2000-2018 The strace developers.
  * Author: Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
  * All rights reserved.
  *
index 943936e4ce1c0759770b4179404bdd9efc4e8b18..c40b33525989a0338edc75c28f5232067d437cfc 100644 (file)
@@ -3,7 +3,7 @@
  * Copyright (c) 1993, 1994, 1995 Rick Sladkey <jrs@world.std.com>
  * Copyright (c) 2000 PocketPenguins Inc.  Linux for Hitachi SuperH
  *                    port by Greg Banks <gbanks@pocketpenguins.com>
- * Copyright (c) 2000-2017 The strace developers.
+ * Copyright (c) 2000-2018 The strace developers.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index 6dff1a5e8086140d05e04d9eab2bdb9725452b13..4905b0f9f8cd05618583800a9c40c6d3cd2eacfc 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright (c) 1993 Branko Lankester <branko@hacktic.nl>
  * Copyright (c) 1993, 1994, 1995 Rick Sladkey <jrs@world.std.com>
- * Copyright (c) 1995-2017 The strace developers.
+ * Copyright (c) 1995-2018 The strace developers.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index 11a431987e565aa6d5b0abfbbc5144797f6e8d3e..a1469b72cf6d4295d1a7a18645695f11b004cc4f 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright (c) 1993 Branko Lankester <branko@hacktic.nl>
  * Copyright (c) 1993, 1994, 1995 Rick Sladkey <jrs@world.std.com>
- * Copyright (c) 1995-2017 The strace developers.
+ * Copyright (c) 1995-2018 The strace developers.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index ed9219258fd14b75500a25515e28769236dac245..4b06638799198f639ea1dd87bfe7178256ab1049 100644 (file)
@@ -5,7 +5,7 @@
  * Copyright (c) 2008-2013 Denys Vlasenko <vda.linux@googlemail.com>
  * Copyright (c) 2012 H.J. Lu <hongjiu.lu@intel.com>
  * Copyright (c) 2010-2015 Dmitry V. Levin <ldv@altlinux.org>
- * Copyright (c) 2015-2017 The strace developers.
+ * Copyright (c) 2015-2018 The strace developers.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index 0aa05c4e2ccfdccf69e33ec04a87c4cd1f10896f..b96a0d54e49b2a60e334a5e0300383ed18483fc1 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (c) 2013 Denys Vlasenko <vda.linux@googlemail.com>
  * Copyright (c) 2013-2015 Dmitry V. Levin <ldv@altlinux.org>
+ * Copyright (c) 2015-2017 The strace developers.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index a01ac54c56356a6ee3491828520ec1540a49022d..6b47185345a3fb460ce91f2ea9ea6afd44febf11 100644 (file)
@@ -2,6 +2,7 @@
 #
 # Copyright (c) 2015-2017 Dmitry V. Levin <ldv@altlinux.org>
 # Copyright (c) 2015 Elvira Khabirova <lineprinter0@gmail.com>
+# Copyright (c) 2015-2018 The strace developers.
 # All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
diff --git a/mem.c b/mem.c
index 535ce255f405341301daec86a1b8b8eb096352b9..aeb4cae2b782061cbd17d68b88bb55e7403dca20 100644 (file)
--- a/mem.c
+++ b/mem.c
@@ -5,7 +5,7 @@
  * Copyright (c) 1996-1999 Wichert Akkerman <wichert@cistron.nl>
  * Copyright (c) 2000 PocketPenguins Inc.  Linux for Hitachi SuperH
  *                    port by Greg Banks <gbanks@pocketpenguins.com>
- * Copyright (c) 1999-2017 The strace developers.
+ * Copyright (c) 1999-2018 The strace developers.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index 376ee53708ebf0f800a522baf68b8bf5bf5191e5..9b78a1ecadbfb870cc7b78400fe72cacda11f987 100644 (file)
--- a/mmsghdr.c
+++ b/mmsghdr.c
@@ -3,6 +3,7 @@
  * Copyright (c) 2012-2013 Denys Vlasenko <vda.linux@googlemail.com>
  * Copyright (c) 2014 Masatake YAMATO <yamato@redhat.com>
  * Copyright (c) 2010-2016 Dmitry V. Levin <ldv@altlinux.org>
+ * Copyright (c) 2016-2018 The strace developers.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index 0d0ffb2ee00f0cfc09b93b00cb03a1f65fc033aa..fcc562e74824463bb2a7f048891e2c1bb990c183 100644 (file)
--- a/mpers.awk
+++ b/mpers.awk
@@ -2,7 +2,7 @@
 #
 # Copyright (c) 2015 Elvira Khabirova <lineprinter0@gmail.com>
 # Copyright (c) 2015-2016 Dmitry V. Levin <ldv@altlinux.org>
-# Copyright (c) 2015-2017 The strace developers.
+# Copyright (c) 2015-2018 The strace developers.
 # All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
index be397229f602dd884bbefede92fc3dd5d97eebe0..f01f6c98a9f7adde7508288a46a052eb0d29f666 100755 (executable)
--- a/mpers.sh
+++ b/mpers.sh
@@ -1,7 +1,7 @@
 #!/bin/sh -e
 #
 # Copyright (c) 2015 Elvira Khabirova <lineprinter0@gmail.com>
-# Copyright (c) 2015-2017 The strace developers.
+# Copyright (c) 2015-2018 The strace developers.
 # All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
index f0799e62531dd6ca1a20975284c62b958ad624f0..982f0a02c4614b246472632052bb96f107f3cc36 100755 (executable)
@@ -2,7 +2,7 @@
 #
 # Copyright (c) 2015 Elvira Khabirova <lineprinter0@gmail.com>
 # Copyright (c) 2015 Dmitry V. Levin <ldv@altlinux.org>
-# Copyright (c) 2015-2017 The strace developers.
+# Copyright (c) 2015-2018 The strace developers.
 # All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
diff --git a/mq.c b/mq.c
index cc48cb488d7706d0db51a12b8c92eb398c85292b..85438f17a8a8eff5408571d0e9542344c392f411 100644 (file)
--- a/mq.c
+++ b/mq.c
@@ -1,7 +1,7 @@
 /*
  * Copyright (c) 2004 Ulrich Drepper <drepper@redhat.com>
  * Copyright (c) 2005-2015 Dmitry V. Levin <ldv@altlinux.org>
- * Copyright (c) 2015-2017 The strace developers.
+ * Copyright (c) 2015-2018 The strace developers.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index 01eb045e34689fca989dac2b203903e825d721a0..cdc0210094e14ada2817e7ae170ca26cf1263f5f 100644 (file)
@@ -1,5 +1,6 @@
 /*
  * Copyright (c) 2015-2017 Dmitry V. Levin <ldv@altlinux.org>
+ * Copyright (c) 2017-2018 The strace developers.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/net.c b/net.c
index 044bcf64ebcfef1d6161e768d75f207b74b5faf2..67452964351d5705a8853473b36f4dd269b50e66 100644 (file)
--- a/net.c
+++ b/net.c
@@ -3,7 +3,7 @@
  * Copyright (c) 1993 Branko Lankester <branko@hacktic.nl>
  * Copyright (c) 1993, 1994, 1995, 1996 Rick Sladkey <jrs@world.std.com>
  * Copyright (c) 1996-2000 Wichert Akkerman <wichert@cistron.nl>
- * Copyright (c) 1999-2017 The strace developers.
+ * Copyright (c) 1999-2018 The strace developers.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index 68fef82083499c90da66cacc1c2eb0b0a83a1b34..a54ba22117f396f63d68974db52139233f9c27a2 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright (c) 2016 Fabien Siron <fabien.siron@epita.fr>
  * Copyright (c) 2017 JingPiao Chen <chenjingpiao@gmail.com>
- * Copyright (c) 2017 The strace developers.
+ * Copyright (c) 2017-2018 The strace developers.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index aedf316ae96f27b2b33e2b22533944cdd69c0de6..eb689b899df4e91271b46fd965eb4050274a2444 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright (c) 2016 Fabien Siron <fabien.siron@epita.fr>
  * Copyright (c) 2017 JingPiao Chen <chenjingpiao@gmail.com>
- * Copyright (c) 2017 The strace developers.
+ * Copyright (c) 2017-2018 The strace developers.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index 21147be4b8c450316982ad333484aaa213a8a2dc..4952383606f5b35e223426aa5e744a0bd101acc9 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright (c) 2016 Fabien Siron <fabien.siron@epita.fr>
  * Copyright (c) 2017 JingPiao Chen <chenjingpiao@gmail.com>
- * Copyright (c) 2017 The strace developers.
+ * Copyright (c) 2017-2018 The strace developers.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index 535c9f15a02f681e50b4e4396e5c0f0a897f5881..4f3fbcc84636b49a02c1987170d9a898d8693f39 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright (c) 2016 Fabien Siron <fabien.siron@epita.fr>
  * Copyright (c) 2017 JingPiao Chen <chenjingpiao@gmail.com>
- * Copyright (c) 2017 The strace developers.
+ * Copyright (c) 2017-2018 The strace developers.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/open.c b/open.c
index 1cf82157419e424901397aa349da140b1226dfd0..afa5020c7f70f784818ab67caa32544dde2e91c7 100644 (file)
--- a/open.c
+++ b/open.c
@@ -7,7 +7,7 @@
  * Copyright (c) 2006-2007 Ulrich Drepper <drepper@redhat.com>
  * Copyright (c) 2009-2013 Denys Vlasenko <dvlasenk@redhat.com>
  * Copyright (c) 2005-2015 Dmitry V. Levin <ldv@altlinux.org>
- * Copyright (c) 2014-2017 The strace developers.
+ * Copyright (c) 2014-2018 The strace developers.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index 811774220fcb79d83cdbe914700ffe87959c441e..c0c16f508ce00e26118c9c484caea9c0da2cc9d0 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2011 Comtrol Corp.
- * Copyright (c) 2011-2017 The strace developers.
+ * Copyright (c) 2011-2018 The strace developers.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/perf.c b/perf.c
index 850b449804b76f77e1a3481946c9a262506e259b..b37f54a2964e35c6dda45cc7228e047ea982f8fc 100644 (file)
--- a/perf.c
+++ b/perf.c
@@ -2,7 +2,7 @@
  * Copyright (c) 2013 Ben Noordhuis <info@bnoordhuis.nl>
  * Copyright (c) 2013-2015 Dmitry V. Levin <ldv@altlinux.org>
  * Copyright (c) 2016 Eugene Syromyatnikov <evgsyr@gmail.com>
- * Copyright (c) 2015-2017 The strace developers.
+ * Copyright (c) 2015-2018 The strace developers.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index 472592786c6ab3817c55ad00c596d6efa0e87f4b..c36668062dc535d7879c3765564da16a9fc2ea59 100644 (file)
@@ -1,5 +1,6 @@
 /*
  * Copyright (c) 2015 Dmitry V. Levin <ldv@altlinux.org>
+ * Copyright (c) 2014-2018 The strace developers.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/poll.c b/poll.c
index 0d83e582e64b9b1cd20786e5b5bbda8f4375050d..6939e3e982ac957f7416c1f7a0431b71edb7cd1c 100644 (file)
--- a/poll.c
+++ b/poll.c
@@ -1,7 +1,7 @@
 /*
  * Copyright (c) 1993, 1994, 1995, 1996 Rick Sladkey <jrs@world.std.com>
  * Copyright (c) 1996-1999 Wichert Akkerman <wichert@cistron.nl>
- * Copyright (c) 1999-2017 The strace developers.
+ * Copyright (c) 1999-2018 The strace developers.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index b2c6a301dbb715cfffab19c3be47fe4a98319dd9..401ff04fbba5f24c8a8c02144483e2ef7dc9a398 100644 (file)
@@ -1,5 +1,6 @@
 /*
  * Copyright (c) 2016-2017 Dmitry V. Levin <ldv@altlinux.org>
+ * Copyright (c) 2017-2018 The strace developers.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index 30b6bba38c3e96731949b4bd2d7b656204a0e60d..a482f103f9541daba2f500a8e9b356fc52890a73 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2015-2016 Dmitry V. Levin <ldv@altlinux.org>
- * Copyright (c) 2016-2017 The strace developers.
+ * Copyright (c) 2016-2018 The strace developers.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index 7fff19a1104a69d42fe2d36a41213e4f9e7ea1f5..3690ce76e63f95df2f5f89be3b48c54a4a7a0412 100644 (file)
@@ -1,5 +1,6 @@
 /*
  * Copyright (c) 2015-2017 Dmitry V. Levin <ldv@altlinux.org>
+ * Copyright (c) 2016-2018 The strace developers.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index e5a80ce4bcfa25161c5bdeda4d45fccbf94cee3a..bab9e229be84c7ae2ad4d823c955b2be18138d2d 100644 (file)
@@ -7,7 +7,7 @@
  * Copyright (c) 2013 Denys Vlasenko <vda.linux@googlemail.com>
  * Copyright (c) 2011-2015 Dmitry V. Levin <ldv@altlinux.org>
  * Copyright (c) 2015 Elvira Khabirova <lineprinter0@gmail.com>
- * Copyright (c) 2015-2017 The strace developers.
+ * Copyright (c) 2015-2018 The strace developers.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index 5690e13e2824dd11f9cb74bcc8cd04880cdc0c06..895fc4b8fc53e05d015571a1b13029376029ac0d 100644 (file)
--- a/process.c
+++ b/process.c
@@ -8,7 +8,7 @@
  *                    <barrow_dj@mail.yahoo.com,djbarrow@de.ibm.com>
  * Copyright (c) 2000 PocketPenguins Inc.  Linux for Hitachi SuperH
  *                    port by Greg Banks <gbanks@pocketpenguins.com>
- * Copyright (c) 1999-2017 The strace developers.
+ * Copyright (c) 1999-2018 The strace developers.
  *
  * All rights reserved.
  *
index bb59315a9b0713109924af96fffca9a0099d2cdc..022e346c01670fc115ebc8941891f9de3bfcd07b 100644 (file)
@@ -3,7 +3,7 @@
  * Copyright (c) 1993 Branko Lankester <branko@hacktic.nl>
  * Copyright (c) 1993, 1994, 1995, 1996 Rick Sladkey <jrs@world.std.com>
  * Copyright (c) 1996-1999 Wichert Akkerman <wichert@cistron.nl>
- * Copyright (c) 1999-2017 The strace developers.
+ * Copyright (c) 1999-2018 The strace developers.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index 6093043bc02c631cb04d84583230d42b4a7ee80c..6375dbcba7f2d512ecaeda99dff3b3b53ad5b211 100644 (file)
@@ -1,5 +1,6 @@
 /*
  * Copyright (c) 2017 Dmitry V. Levin <ldv@altlinux.org>
+ * Copyright (c) 2017-2018 The strace developers.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index 5c3822167d8947cd55b13437223d6704945290e5..6594cc6150a1eb977c16c4dea422a752dac16bff 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright (c) 2016 Fabien Siron <fabien.siron@epita.fr>
  * Copyright (c) 2017 JingPiao Chen <chenjingpiao@gmail.com>
- * Copyright (c) 2016-2017 The strace developers.
+ * Copyright (c) 2016-2018 The strace developers.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index 9a8164c8071d2dcb903468955452e39d59e57504..d41876681f4b596bb8631dbefa2f57a070a80992 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright (c) 2016 Fabien Siron <fabien.siron@epita.fr>
  * Copyright (c) 2017 JingPiao Chen <chenjingpiao@gmail.com>
- * Copyright (c) 2016-2017 The strace developers.
+ * Copyright (c) 2016-2018 The strace developers.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index d2a6326589efc13f89adba5d4659d2c5807eca40..7d1a29a039e72643c7cef843c9e5d2446b476c9c 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright (c) 2016 Fabien Siron <fabien.siron@epita.fr>
  * Copyright (c) 2017 JingPiao Chen <chenjingpiao@gmail.com>
- * Copyright (c) 2016-2017 The strace developers.
+ * Copyright (c) 2016-2018 The strace developers.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index ef067b9e3be2b9bc4973fc0796855e83403d2084..2e13fce59a83cd27d70dec2858784330708de659 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright (c) 2016 Fabien Siron <fabien.siron@epita.fr>
  * Copyright (c) 2017 JingPiao Chen <chenjingpiao@gmail.com>
- * Copyright (c) 2016-2017 The strace developers.
+ * Copyright (c) 2016-2018 The strace developers.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index 4757c3d30552f3b81d40c1d32d54b4cd13eabd5d..c28b9e0d6fa519002e2968aded2255b9735381f9 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright (c) 2016 Fabien Siron <fabien.siron@epita.fr>
  * Copyright (c) 2017 JingPiao Chen <chenjingpiao@gmail.com>
- * Copyright (c) 2016-2017 The strace developers.
+ * Copyright (c) 2016-2018 The strace developers.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index ae9fc0a7778906da75f3372505aa5cad43fd8ddd..31087748478125ce151ce84087d0d8b09b17f781 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright (c) 2016 Fabien Siron <fabien.siron@epita.fr>
  * Copyright (c) 2017 JingPiao Chen <chenjingpiao@gmail.com>
- * Copyright (c) 2016-2017 The strace developers.
+ * Copyright (c) 2016-2018 The strace developers.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index e0ad01d913b8dac2995477767d8ce039ce3067a0..93205c9b1bb50e5c271cba80e8cbb0d63536a6fd 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright (c) 2016 Fabien Siron <fabien.siron@epita.fr>
  * Copyright (c) 2017 JingPiao Chen <chenjingpiao@gmail.com>
- * Copyright (c) 2016-2017 The strace developers.
+ * Copyright (c) 2016-2018 The strace developers.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index 94846148d7b41b6213aba31b292a674127aaf505..1ab4fd26cc9227b8e979345b116ce8be1da13aaa 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright (c) 2016 Fabien Siron <fabien.siron@epita.fr>
  * Copyright (c) 2017 JingPiao Chen <chenjingpiao@gmail.com>
- * Copyright (c) 2016-2017 The strace developers.
+ * Copyright (c) 2016-2018 The strace developers.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index d3e94604f0635513524ed0232422fae5c4a21490..f6e766d448a5294a898b2214f9ff6f39360ebd47 100644 (file)
--- a/rtnl_tc.c
+++ b/rtnl_tc.c
@@ -1,7 +1,7 @@
 /*
  * Copyright (c) 2016 Fabien Siron <fabien.siron@epita.fr>
  * Copyright (c) 2017 JingPiao Chen <chenjingpiao@gmail.com>
- * Copyright (c) 2016-2017 The strace developers.
+ * Copyright (c) 2016-2018 The strace developers.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index b35c0e095db93c343515ee50199c43c38281f81b..170fee7c8288de03d59812b5f0c9076d8a912b61 100644 (file)
--- 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
  *                    <barrow_dj@mail.yahoo.com,djbarrow@de.ibm.com>
- * Copyright (c) 2001-2017 The strace developers.
+ * Copyright (c) 2001-2018 The strace developers.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index c0c99e90b4d6e2914faf04928d892030cbf2aa32..c6c42c1a5a98628f8104aa6e97d4889290eea2c1 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright (c) 2014 Zubin Mithra <zubin.mithra@gmail.com>
  * Copyright (c) 2014-2016 Dmitry V. Levin <ldv@altlinux.org>
- * Copyright (c) 2014-2017 The strace developers.
+ * Copyright (c) 2014-2018 The strace developers.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index fb95f7c4465c88deec0f0307efbf066441245c4b..7c0c0a11884974b43eb184bb94b156a61b37cbd1 100755 (executable)
@@ -3,7 +3,7 @@
 # This script processes strace -ff -tt output.  It merges the contents of all
 # STRACE_LOG.PID files and sorts them, printing result on the standard output.
 #
-# Copyright (c) 2012 The strace developers.
+# Copyright (c) 2012-2017 The strace developers.
 #
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions
index d2a1bca5bc491693b3626d15f756df1583b4b6ee..10579f661fbeaca418d7d02ec1c5c036a8763c93 100644 (file)
--- a/strace.c
+++ b/strace.c
@@ -3,7 +3,7 @@
  * Copyright (c) 1993 Branko Lankester <branko@hacktic.nl>
  * Copyright (c) 1993, 1994, 1995, 1996 Rick Sladkey <jrs@world.std.com>
  * Copyright (c) 1996-1999 Wichert Akkerman <wichert@cistron.nl>
- * Copyright (c) 1999-2017 The strace developers.
+ * Copyright (c) 1999-2018 The strace developers.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index 7901b76d7b8d5ba9967ddb15dc38426e6f24c38f..2d3c1235b1df7d818c59674ef840d6a17313013a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001-2017 The strace developers.
+ * Copyright (c) 2001-2018 The strace developers.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index 875f59afa35510ed5e08ad7a7f6db4343c47f9bf..daea1fa73b3d817d179c2e1a12815b09571890b1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001-2017 The strace developers.
+ * Copyright (c) 2001-2018 The strace developers.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index 4a97c09a21dcd59516a7d79cf84ad283dd10f3a6..cb9bce1e51aa1b634aab3e9f7ac6f0df2a501d75 100644 (file)
--- 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
  *                    <barrow_dj@mail.yahoo.com,djbarrow@de.ibm.com>
- * Copyright (c) 1999-2017 The strace developers.
+ * Copyright (c) 1999-2018 The strace developers.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index c442a5cb9811a5af738086bc51f2bba1c197e941..493a7f970e4378ecb7b2c8d36c70e2488934c18b 100644 (file)
@@ -1,7 +1,7 @@
 # Automake input for strace tests.
 #
 # Copyright (c) 2011-2016 Dmitry V. Levin <ldv@altlinux.org>
-# Copyright (c) 2011-2017 The strace developers.
+# Copyright (c) 2011-2018 The strace developers.
 # All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
index b96023d34fddc5cc5c6f8036e27df31ae37df434..40b45db2c23e01d14ab05cec536056f13e59885b 100644 (file)
@@ -2,6 +2,7 @@
  * Check decoding of accept syscall.
  *
  * Copyright (c) 2016 Dmitry V. Levin <ldv@altlinux.org>
+ * Copyright (c) 2016-2018 The strace developers.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index 89724ea640fe152d80078559145fe9e3a47965ca..9cb3e80c0c9d8f5a7823bfdd7713218e2ef75495 100644 (file)
@@ -1,5 +1,6 @@
 /*
  * Copyright (c) 2016 Dmitry V. Levin <ldv@altlinux.org>
+ * Copyright (c) 2016-2018 The strace developers.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index 833a20f9591c1f1b9dfe8eed1e700d79b25879f0..0c095b8f648e653f328ef197c7d58522d9beaf40 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2016 Eugene Syromyatnikov <evgsyr@gmail.com>
- * Copyright (c) 2016-2017 The strace developers.
+ * Copyright (c) 2016-2018 The strace developers.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index 7824df9dcff0ed26bae3c49ffb772f08df3d7f69..ea33892f8b8a0de4d26ebbb7614f9aa2a7d4f1b7 100644 (file)
@@ -1,6 +1,6 @@
 # Input for gen_tests.sh
 #
-# Copyright (c) 2017 The strace developers.
+# Copyright (c) 2017-2018 The strace developers.
 # All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
index fd497edb742c640707951aba196ab4b24b6ba8d4..b41983eed3d6870cff1041d44fa077cfe18943b3 100755 (executable)
@@ -1,6 +1,7 @@
 #!/bin/sh -efu
 #
 # Copyright (c) 2017 Dmitry V. Levin <ldv@altlinux.org>
+# Copyright (c) 2017-2018 The strace developers.
 # All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
index e08573fb448c3aa07696c293c525a9a2cc1c3cf8..eb56cb7e2e981aadbc27b044ea632464a9ade54d 100644 (file)
@@ -2,6 +2,7 @@
  * Check decoding of MCAST_JOIN_GROUP/MCAST_LEAVE_GROUP.
  *
  * Copyright (c) 2015-2017 Dmitry V. Levin <ldv@altlinux.org>
+ * Copyright (c) 2017-2018 The strace developers.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index 122dcea5470218a5726d038a98a3b31c327735de..6a523c7984e088e2de63b3b59c4e43c841a82fb6 100644 (file)
@@ -2,6 +2,7 @@
  * This file is part of strace test suite.
  *
  * Copyright (c) 2016 Dmitry V. Levin <ldv@altlinux.org>
+ * Copyright (c) 2016-2018 The strace developers.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index d9bf20ed8ad3129fa36f06dd5728a9c10f80008d..bbdc00c6ff57c2c4d1e6051be5e43d3747732e5a 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Copyright (c) 2016 Mikulas Patocka <mpatocka@redhat.com>
  * Copyright (c) 2016 Eugene Syromyatnikov <evgsyr@gmail.com>
- * Copyright (c) 2016-2017 The strace developers.
+ * Copyright (c) 2016-2018 The strace developers.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index 1f8f02ce343abb697639e9aa97a16fe912d5b04f..17946143079d8e9c422e113bbc83eebda0bd381e 100644 (file)
@@ -4,7 +4,7 @@
  *
  * kvmtest.c author: Josh Triplett <josh@joshtriplett.org>
  * Copyright (c) 2015 Intel Corporation
- * Copyright (c) 2017 The strace developers.
+ * Copyright (c) 2017-2018 The strace developers.
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to
index 405c0b6b7664d199f0808d55d826066582c3401d..12cc26118b298caac31753c327d1045e717496b9 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2015-2016 Dmitry V. Levin <ldv@altlinux.org>
- * Copyright (c) 2015-2017 The strace developers.
+ * Copyright (c) 2015-2018 The strace developers.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index fd700f8f410e8c2737720205e62b731a209beea9..c7931388a52aec5e0ea636f7c355a6c332f0c8ae 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (c) 2015 Elvira Khabirova <lineprinter0@gmail.com>
  * Copyright (c) 2015-2016 Dmitry V. Levin <ldv@altlinux.org>
+ * Copyright (c) 2015-2017 The strace developers.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index 9c76be5f6f56f3d51b35204f3fab3e51ce214f0a..43f99f88b17e75ec1a75b7f2b220140225fc3941 100644 (file)
@@ -1,5 +1,6 @@
 /*
  * Copyright (c) 2015-2017 Dmitry V. Levin <ldv@altlinux.org>
+ * Copyright (c) 2015-2018 The strace developers.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index 64a5fcdf1b15e51a3dc87180a3827191b90c1bb4..0756c9be4880deb7f2f8cf1a24cd24f64b144b47 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2013-2016 Dmitry V. Levin <ldv@altlinux.org>
- * Copyright (c) 2013-2017 The strace developers.
+ * Copyright (c) 2013-2018 The strace developers.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index d32173cb732136c360ea21067d7989b53f40a157..847c73549635b39320403f7836308f9cb12202da 100644 (file)
@@ -2,6 +2,7 @@
  * This file is part of net-y-unix strace test.
  *
  * Copyright (c) 2013-2017 Dmitry V. Levin <ldv@altlinux.org>
+ * Copyright (c) 2016-2018 The strace developers.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index 71f9bac2b1dd7264faa65077029f28cf021881ff..c69bb1735de3f178d17524bc8fa0367cbb8313cf 100644 (file)
@@ -2,7 +2,7 @@
  * This file is part of net-yy-inet strace test.
  *
  * Copyright (c) 2014-2016 Dmitry V. Levin <ldv@altlinux.org>
- * Copyright (c) 2016-2017 The strace developers.
+ * Copyright (c) 2016-2018 The strace developers.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index 4837c43589fd6debb8109d197aa5e6dd271fb9c1..40ac3a637a95cba22bd624ea5f71bcdade44a368 100644 (file)
@@ -2,6 +2,7 @@
  * This file is part of net-yy-unix strace test.
  *
  * Copyright (c) 2013-2017 Dmitry V. Levin <ldv@altlinux.org>
+ * Copyright (c) 2016-2018 The strace developers.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index a356fb0d56b6cfbcce9f29ee86298c6a5ac338c7..9f7486738ee79f1b859b406795a1709b8304e5b5 100644 (file)
@@ -2,7 +2,7 @@
  * Check decoding of out-of-range syscalls.
  *
  * Copyright (c) 2015-2016 Dmitry V. Levin <ldv@altlinux.org>
- * Copyright (c) 2016-2017 The strace developers.
+ * Copyright (c) 2016-2018 The strace developers.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index 42148dc37b12a7bc86c1003af8d694fdc415194e..35ec428895f73bab34a77e2e3fb7b7f3645623ce 100644 (file)
@@ -2,6 +2,7 @@
  * Check decoding of "old mmap" edition of mmap syscall.
  *
  * Copyright (c) 2016 Dmitry V. Levin <ldv@altlinux.org>
+ * Copyright (c) 2016-2018 The strace developers.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index ebe96736b3671734fefd6ed1c436397477fcaffe..fe486c587b53ee30485fedad6e86a7cdf3357752 100644 (file)
@@ -1,5 +1,6 @@
 /*
  * Copyright (c) 2016 Dmitry V. Levin <ldv@altlinux.org>
+ * Copyright (c) 2016-2018 The strace developers.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index 5d20afd8d6d5785ba927e6dc7362f89aa8dd67b1..f81dd992d35280c99b59ce829e588673c300a917 100755 (executable)
@@ -3,7 +3,7 @@
 # Check strace options syntax.
 #
 # Copyright (c) 2016 Dmitry V. Levin <ldv@altlinux.org>
-# Copyright (c) 2016-2017 The strace developers.
+# Copyright (c) 2016-2018 The strace developers.
 # All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
index 0593c272a1b9620f674b3e44edcda621fcf7b2e5..667c31f4bea251bef7b73732971250c41bbafe13 100644 (file)
@@ -2,7 +2,7 @@
  * Check verbose decoding of perf_event_open syscall.
  *
  * Copyright (c) 2016 Eugene Syromyatnikov <evgsyr@gmail.com>
- * Copyright (c) 2016-2017 The strace developers.
+ * Copyright (c) 2016-2018 The strace developers.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index 12b12e1de4313e05aea9c000aa1f8f6d2f2edb06..4a0aa720aafb36668f828f9a43bcf799a761a64d 100644 (file)
@@ -2,6 +2,7 @@
  * Check decoding of pkey_alloc syscall.
  *
  * Copyright (c) 2016 Eugene Syromyatnikov <evgsyr@gmail.com>
+ * Copyright (c) 2016-2018 The strace developers.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index e9c0b8caa6eccb10acc63a282dbf41c08528dbbe..52c16680061a38e957e0559eff43d1c7bb363788 100644 (file)
@@ -3,6 +3,7 @@
  *
  * Copyright (c) 2016 Eugene Syromyatnikov <evgsyr@gmail.com>
  * Copyright (c) 2016 Dmitry V. Levin <ldv@altlinux.org>
+ * Copyright (c) 2016-2018 The strace developers.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index 880dc0eee954a014e208fae8413618c3ab093c40..0d5955ff16031b4d8724ebab13e4e947a18947d9 100644 (file)
@@ -2,6 +2,7 @@
  * Test regular printpath/umovestr.
  *
  * Copyright (c) 2017 Dmitry V. Levin <ldv@altlinux.org>
+ * Copyright (c) 2017-2018 The strace developers.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index 0f008d937f55787b5ef7fa6ac98fb4966ebfc8a8..c70d56895aaa9fa9c67d30702d1adf75b259dc08 100644 (file)
@@ -2,7 +2,7 @@
  * Check decoding of ptrace syscall.
  *
  * Copyright (c) 2016 Dmitry V. Levin <ldv@altlinux.org>
- * Copyright (c) 2016-2017 The strace developers.
+ * Copyright (c) 2016-2018 The strace developers.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index fcfc610f2fd43d1e940afbbde039ff0a6117a7aa..670d9fe72093366838b44041b93265a3645a376e 100644 (file)
@@ -2,7 +2,7 @@
  * Check that fault injection works properly.
  *
  * Copyright (c) 2016 Dmitry V. Levin <ldv@altlinux.org>
- * Copyright (c) 2016-2017 The strace developers.
+ * Copyright (c) 2016-2018 The strace developers.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index 9d20625921dba9d66c265b973fb6019351e603a4..3c1129618160b985a1bf064f7d4079ace4453eba 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2013-2015 Dmitry V. Levin <ldv@altlinux.org>
- * Copyright (c) 2013-2017 The strace developers.
+ * Copyright (c) 2013-2018 The strace developers.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index 317a32acd4aa0abcc78b423ae293867f3616a5f3..6ceec7fcc255081cc770339a54475b25e6b4370b 100644 (file)
@@ -2,6 +2,7 @@
  * Check decoding of setuid/setgid/setuid32/setgid32 syscalls.
  *
  * Copyright (c) 2016 Dmitry V. Levin <ldv@altlinux.org>
+ * Copyright (c) 2016-2018 The strace developers.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index 47b840031016414b113ab051960b7f90d7c5c91b..bba9a892d84fc90b3eccaad9c970fc7021cee173 100644 (file)
@@ -2,7 +2,7 @@
  * Check decoding of sockname family syscalls.
  *
  * Copyright (c) 2016 Dmitry V. Levin <ldv@altlinux.org>
- * Copyright (c) 2016-2017 The strace developers.
+ * Copyright (c) 2016-2018 The strace developers.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index c3f738b90965e69ff85a2134adb559da99a7e798..c485a26fb6d59ebb7d904a0a97686d3b1e27739d 100644 (file)
@@ -2,6 +2,7 @@
  * Test printpath/umovestr.
  *
  * Copyright (c) 2015-2017 Dmitry V. Levin <ldv@altlinux.org>
+ * Copyright (c) 2017-2018 The strace developers.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index f4507e9a25152e62beb6093b59f89408b350bcaf..09f809a245abcca2776e59d2e0b7726bddfc22bb 100644 (file)
@@ -2,6 +2,7 @@
  * Test whether process_vm_readv and PTRACE_PEEKDATA work.
  *
  * Copyright (c) 2016-2017 Dmitry V. Levin <ldv@altlinux.org>
+ * Copyright (c) 2017-2018 The strace developers.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index 8787d233c209c822b56ddda12d5f8600394f11d7..1c66c265d3bce0ea1aa96f4d7287e3cf07fed827 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2016 Dmitry V. Levin <ldv@altlinux.org>
- * Copyright (c) 2016-2017 The strace developers.
+ * Copyright (c) 2016-2018 The strace developers.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index 1b4905e5f12ca1c308bb033181e72e3e6fef2774..74f0e9340cf06d7856f723a34993558176aa7caf 100644 (file)
@@ -1,5 +1,6 @@
 /*
  * Copyright (c) 2015-2016 Dmitry V. Levin <ldv@altlinux.org>
+ * Copyright (c) 2016-2018 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 6a0e14b3c2066ea3fa2b5cbe0400644f4ae1081e..418c737dac0a28ff2949027a84c371cbedde9e6f 100644 (file)
--- a/uid.c
+++ b/uid.c
@@ -4,7 +4,7 @@
  * Copyright (c) 1993-1996 Rick Sladkey <jrs@world.std.com>
  * Copyright (c) 1996-1999 Wichert Akkerman <wichert@cistron.nl>
  * Copyright (c) 2003-2016 Dmitry V. Levin <ldv@altlinux.org>
- * Copyright (c) 2014-2017 The strace developers.
+ * Copyright (c) 2014-2018 The strace developers.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index 089a0243636a1ccb4710104835d72645d8b87415..ecda184221fd29b276683fddc0b524ecea03dfaf 100644 (file)
--- a/unwind.c
+++ b/unwind.c
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2013 Luca Clementi <luca.clementi@gmail.com>
- * Copyright (c) 2013-2017 The strace developers.
+ * Copyright (c) 2013-2018 The strace developers.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/upoke.c b/upoke.c
index 2ea20c5d9a2cc445b1a895fbbe9342fc5ab0a637..6affb83fa837b706429ec972ac1bc6f56bcd9177 100644 (file)
--- a/upoke.c
+++ b/upoke.c
@@ -1,5 +1,6 @@
 /*
  * Copyright (c) 2016 Dmitry V. Levin <ldv@altlinux.org>
+ * Copyright (c) 2016-2017 The strace developers.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/util.c b/util.c
index 10c202c0fc91243cd3462d8869ee65f4c78f2ffa..77cc5acc2f8ba4722c844159bff2a2f94fc075f7 100644 (file)
--- 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
  *                    <barrow_dj@mail.yahoo.com,djbarrow@de.ibm.com>
- * Copyright (c) 1999-2017 The strace developers.
+ * Copyright (c) 1999-2018 The strace developers.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/v4l2.c b/v4l2.c
index c1adf74b7c876b55963dc0db37b55b0811a347c3..d8d5e7746b5218f6ccd1eed366a18e0314a1bf07 100644 (file)
--- a/v4l2.c
+++ b/v4l2.c
@@ -2,7 +2,7 @@
  * Copyright (c) 2014 Philippe De Muyter <phdm@macqel.be>
  * Copyright (c) 2014 William Manley <will@williammanley.net>
  * Copyright (c) 2011 Peter Zotov <whitequark@whitequark.org>
- * Copyright (c) 2014-2017 The strace developers.
+ * Copyright (c) 2014-2018 The strace developers.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/wait.c b/wait.c
index b117390fd0e954a44d49a731afdee9a372909dd1..c1d1dff24952b6be91feeb39232a9e3ccf0be834 100644 (file)
--- a/wait.c
+++ b/wait.c
@@ -7,7 +7,7 @@
  * Copyright (c) 2004 Ulrich Drepper <drepper@redhat.com>
  * Copyright (c) 2009-2013 Denys Vlasenko <dvlasenk@redhat.com>
  * Copyright (c) 2014-2015 Dmitry V. Levin <ldv@altlinux.org>
- * Copyright (c) 2014-2017 The strace developers.
+ * Copyright (c) 2014-2018 The strace developers.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/xlat.c b/xlat.c
index 8fb05e16e453f08b96852ab856cdb41d4b53df35..50025a69a778d5d6d374bd10c04ec38661128e90 100644 (file)
--- a/xlat.c
+++ b/xlat.c
@@ -3,7 +3,7 @@
  * Copyright (c) 1993 Branko Lankester <branko@hacktic.nl>
  * Copyright (c) 1993, 1994, 1995, 1996 Rick Sladkey <jrs@world.std.com>
  * Copyright (c) 1996-1999 Wichert Akkerman <wichert@cistron.nl>
- * Copyright (c) 1999-2017 The strace developers.
+ * Copyright (c) 1999-2018 The strace developers.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without