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

45 files changed:
block.c
bpf.c
bpf_filter.c
dm.c
evdev.c
gcc_compat.h
ioctl.c
linux/x86_64/getregs_old.c
loop.c
lseek.c
macros.h
maint/ioctls_sym.sh
mtd.c
netlink.c
nlattr.c
prctl.c
ptp.c
ptrace.h
quota.c
rtc.c
sched.c
sockaddr.c
strace-log-merge
term.c
tests/bpf.c
tests/count.test
tests/file_handle.c
tests/ioctl_loop.c
tests/ioctl_sock_gifconf.c
tests/ioctl_v4l2.c
tests/ipc_shm.c
tests/keyctl.c
tests/mq_sendrecv.c
tests/netlink_kobject_uevent.c
tests/pread64-pwrite64.c
tests/read-write.c
tests/remap_file_pages.c
tests/sched_xetattr.c
tests/scno_tampering.sh
tests/test_printstrn.c
time.c
times.c
ucopy.c
upoke.c
xlat/gen.sh

diff --git a/block.c b/block.c
index f31ef1428fd8d19ca031a00299d7d33c6d1778bc..5edb9b6f569f667410001485aaac7ff56a2cf471 100644 (file)
--- a/block.c
+++ b/block.c
@@ -1,7 +1,7 @@
 /*
  * Copyright (c) 2009, 2010 Jeff Mahoney <jeffm@suse.com>
  * 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
diff --git a/bpf.c b/bpf.c
index b7b9b31895bbac0a5ee6d3d9a04e19f0f18587a1..5b9071ea55ecee62220b91658e225f87985c59c9 100644 (file)
--- a/bpf.c
+++ b/bpf.c
@@ -1,6 +1,7 @@
 /*
  * Copyright (c) 2015-2017 Dmitry V. Levin <ldv@altlinux.org>
  * Copyright (c) 2017 Quentin Monnet <quentin.monnet@6wind.com>
+ * Copyright (c) 2015-2018 The strace developers.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index 05405f8edb081f51a797566ec39246a70398fd74..32fd43581a96ccc295f88eb3ed30d3bdc44712d4 100644 (file)
@@ -2,6 +2,7 @@
  * Decoder of classic BPF programs.
  *
  * 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/dm.c b/dm.c
index 17470fa1e7f4c2966d4a88c1f06a40125c267572..77a286b3686174bf0e5004d8aec354b869ee6be7 100644 (file)
--- a/dm.c
+++ b/dm.c
@@ -5,7 +5,7 @@
  * Copyright (c) 2016 Masatake Yamato <yamato@redhat.com>
  * Copyright (c) 2016 Dmitry V. Levin <ldv@altlinux.org>
  * 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
diff --git a/evdev.c b/evdev.c
index 2f317c655b3ee3dd5c45ed7f9aae305dd465abc4..674c1c05d93d4f1805cd0662126b481e27e68ccf 100644 (file)
--- a/evdev.c
+++ b/evdev.c
@@ -1,7 +1,7 @@
 /*
  * Copyright (c) 2015 Etienne Gemsa <etienne.gemsa@lse.epita.fr>
  * 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 b55092fd90aa67c75958027c4ee91ea6dd4b2339..771286aadae6341ad7e14bd34cb07550765d398b 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * 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/ioctl.c b/ioctl.c
index 5a59f379ef9c22079c92c5537d2425ccbd719777..132925d8e874c5d846f377c2507a8bac8becd1b8 100644 (file)
--- a/ioctl.c
+++ b/ioctl.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-2001 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 b96a0d54e49b2a60e334a5e0300383ed18483fc1..60281dde08d594e6ca5d1a7c0543d42ccea9944e 100644 (file)
@@ -1,7 +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.
+ * Copyright (c) 2015-2018 The strace developers.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/loop.c b/loop.c
index 291f5646c1f0b1d06e2570c1f58e52d46d9ea57b..ad60770f8e671d0681544c449db33d7f950336d5 100644 (file)
--- a/loop.c
+++ b/loop.c
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2012 The Chromium OS Authors.
- * Copyright (c) 2012-2017 The strace developers.
+ * Copyright (c) 2012-2018 The strace developers.
  * Written by Mike Frysinger <vapier@gentoo.org>.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/lseek.c b/lseek.c
index 3a07fe42c37182b22f8ce568d990a9d627937fbb..fbc99cc4bb12d9c4358aed8710075f5eb6f3ca6b 100644 (file)
--- a/lseek.c
+++ b/lseek.c
@@ -8,6 +8,7 @@
  * Copyright (c) 2012 H.J. Lu <hongjiu.lu@intel.com>
  * Copyright (c) 2013 Denys Vlasenko <vda.linux@googlemail.com>
  * Copyright (c) 2014-2016 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
index b0b7a117da663eddafa9a94ee511c2900fe20e22..d7e116ee2ae5f119c6bf4f7f1310323818b13384 100644 (file)
--- a/macros.h
+++ b/macros.h
@@ -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 656f386b05b4db0939e12a51678c5b50778da7c8..f29abeb1aaa527ad635071afa10c3a144b71c1b9 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 # 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/mtd.c b/mtd.c
index cf4e30c3de7f7b615daed1d728a78bbfa56e5175..3cdaed48097ce756ce16f8f3ed30be03cb6957c3 100644 (file)
--- a/mtd.c
+++ b/mtd.c
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2012 Mike Frysinger <vapier@gentoo.org>
- * Copyright (c) 2012-2017 The strace developers.
+ * Copyright (c) 2012-2018 The strace developers.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
index 038352e0dfc736c537bd1e3e251c5651843908a7..b5855f6030e68aff3c32b8207e45c54018ad2208 100644 (file)
--- a/netlink.c
+++ b/netlink.c
@@ -1,7 +1,7 @@
 /*
  * Copyright (c) 2016 Fabien Siron <fabien.siron@epita.fr>
  * 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 da968da1c347df5ae111f948d39f14be3564d46e..a71c79a854782f1489dedff84fb90fcb02aed1b1 100644 (file)
--- a/nlattr.c
+++ b/nlattr.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
diff --git a/prctl.c b/prctl.c
index 428f69fc12b5af8af270da38048c887eee12b957..a0f4f6a5b0eb72555867c616716175b9892fd3b8 100644 (file)
--- a/prctl.c
+++ b/prctl.c
@@ -3,7 +3,7 @@
  * Copyright (c) 1996-2000 Wichert Akkerman <wichert@cistron.nl>
  * Copyright (c) 2005-2007 Roland McGrath <roland@redhat.com>
  * Copyright (c) 2008-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/ptp.c b/ptp.c
index f9277f5dae00ad3e99ffc1c3d9ca04dda2457d1c..0987111f084a4d8415627ad416af3a91a37763c1 100644 (file)
--- a/ptp.c
+++ b/ptp.c
@@ -1,7 +1,7 @@
 /*
  * Copyright (c) 2014 Stefan Sørensen <stefan.sorensen@spectralink.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
index fb2e60917c11ff1ec2f21608ee95ba483a703145..6250547d5d58a3b488f67489d8e09c0557c3aab0 100644 (file)
--- a/ptrace.h
+++ b/ptrace.h
@@ -8,6 +8,7 @@
  * Copyright (c) 2011-2016 Dmitry V. Levin <ldv@altlinux.org>
  * Copyright (c) 2013 Ali Polatel <alip@exherbo.org>
  * Copyright (c) 2015 Mike Frysinger <vapier@gentoo.org>
+ * Copyright (c) 2015-2018 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 a051bd8834e91d21bea9413103841f45fd487c50..f1ab9bc5bb0d5e4c5b08a6a11d2799ebbc8b53de 100644 (file)
--- a/quota.c
+++ b/quota.c
@@ -4,7 +4,7 @@
  * Copyright (c) 1993, 1994, 1995, 1996 Rick Sladkey <jrs@world.std.com>
  * Copyright (c) 1996-1999 Wichert Akkerman <wichert@cistron.nl>
  * Copyright (c) 2005-2016 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/rtc.c b/rtc.c
index b5c65da9f0663c95ab64ca1868a89ff75fa886d2..22812eee803ccde8c5356ba6ce4eccee723e2f0d 100644 (file)
--- a/rtc.c
+++ b/rtc.c
@@ -1,7 +1,7 @@
 /*
  * Copyright (c) 2004 Ulrich Drepper <drepper@redhat.com>
  * Copyright (c) 2004-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
diff --git a/sched.c b/sched.c
index 394fcafbb784fe815d934eb7ca2abd7e8c15e632..f96dfadf39b4e2f2cb31c14b550bde1c250a5584 100644 (file)
--- a/sched.c
+++ b/sched.c
@@ -2,7 +2,7 @@
  * Copyright (c) 2004 Ulrich Drepper <drepper@redhat.com>
  * Copyright (c) 2005 Roland McGrath <roland@redhat.com>
  * Copyright (c) 2012-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 9c369cda711bd61305db07f60194583d1f19b7c2..71d18c623faf219a993685c133a439b8f9fd9e17 100644 (file)
@@ -4,7 +4,7 @@
  * Copyright (c) 1993, 1994, 1995, 1996 Rick Sladkey <jrs@world.std.com>
  * Copyright (c) 1996-2000 Wichert Akkerman <wichert@cistron.nl>
  * Copyright (c) 2005-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 7c0c0a11884974b43eb184bb94b156a61b37cbd1..22a9f488913c77890b75aa2473439c77bce315cf 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-2017 The strace developers.
+# Copyright (c) 2012-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/term.c b/term.c
index 0f13f5f11cba73a6837e87ec5b4c7db1bed8a46b..cfb878b0fa561e8974b4369441ac2cfdbb5867b6 100644 (file)
--- a/term.c
+++ b/term.c
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 1993, 1994, 1995, 1996 Rick Sladkey <jrs@world.std.com>
- * Copyright (c) 1996-2017 The strace developers.
+ * Copyright (c) 1996-2018 The strace developers.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index a3b7994220a1340c31bd8d06bd04051bcb3d1e55..72d7e8e5cd8934821a5385c7e1940790c891a4f5 100644 (file)
@@ -2,6 +2,7 @@
  * Check bpf syscall decoding.
  *
  * 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 39332a9ac12ed85bd370be40dcc3157fc07d263b..a2ecc4fa4f8037a8ae36f987f19788a15ea34a09 100755 (executable)
@@ -3,7 +3,7 @@
 # Check whether -c and -w options work.
 #
 # 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 54e31bd3a110415d6d0f675613c5d615d707f073..8559ba644f27fda3069cd89282cfaf20b112e987 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Copyright (c) 2015-2016 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 e1615424dc0bd3f2679dfc65b409304b051bcdb2..bafbd378ca95bc47d84e2baf9dc5dd529ae188ee 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Copyright (c) 2016 JingPiao Chen <chenjingpiao@gmail.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 eb64ecb8662071a8ba805086ea1692f4bc4bca89..65725294674324a469a178d1a31dcef3ee9b8ba0 100644 (file)
@@ -2,7 +2,7 @@
  * Check decoding of SIOCGIFCONF command of ioctl 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 4b7a1262a957f5bd108cb5a8f90632c94b4580cb..2736b392ccff592c7baeca94d484d400df8d87bd 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 c7931388a52aec5e0ea636f7c355a6c332f0c8ae..6586c8af7e17d7bb50cede754f7636fc4961642a 100644 (file)
@@ -1,7 +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.
+ * Copyright (c) 2015-2018 The strace developers.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index 42e06b98e9dff5ac6d44f8a56cce87b3a82fc881..5d46ab78ea657596dd602ccd1b2af4ed6857f1ac 100644 (file)
@@ -2,7 +2,7 @@
  * Check decoding of keyctl 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 bdee54b76e81b9e635f2a1b3812ef0bf9a4672d6..03c786cd6f9119a13e7545a95c521ebeaaa9ee75 100644 (file)
@@ -3,7 +3,7 @@
  * mq_unlink syscalls.
  *
  * 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 5b98061290428470424360a5aac125d2ec835fc4..7edacd7d26677736ab421e5cc01cfe0bab89ff84 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * 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 1adb0812d99885f6d3356ee1b3c4d848d83cde99..a182ab5dfe372bf689c961be29e0b039282bc5b8 100644 (file)
@@ -2,7 +2,7 @@
  * Check decoding of pread64 and pwrite64 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 2f7a98a03eecc6a1bd4641b2ad5c3f67736c6f73..6a978b364169805f73d5ceb1934745ff1563879e 100644 (file)
@@ -2,7 +2,7 @@
  * Check decoding and dumping of read and write 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 9fd1e57bebda46399ad44a79e5b540644c51cf00..f861b30670562c7ecea555864ab6c7d475806067 100644 (file)
@@ -2,6 +2,7 @@
  * Check decoding of remap_file_pages syscall.
  *
  * Copyright (c) 2016-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 af4a6c50be7e1d3da321365c3060724cd8cbfaf0..73cd5ecb136e4e951dacb5881b105abe96d79161 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 4540121f96cdf60d3c78dea9834707863b9ec95a..bae8a074e1dd201a2ffb5872d8d511525e07ad8e 100755 (executable)
@@ -3,7 +3,7 @@
 # Skip the test if arch+kernel combination is not supported.
 #
 # 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 fa44e1272650fde8b08650da13173071c0a6be03..7312971d22ce98c6a0dd9fdcb4fec4ff6a194772 100644 (file)
@@ -2,6 +2,7 @@
  * Test printstrn/umoven.
  *
  * 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/time.c b/time.c
index fa8c9db4d53051585e5dae31797cf2cb29f2178e..038c32f84bd2f2c62d33a6a1c73b2da857dd26c8 100644 (file)
--- a/time.c
+++ b/time.c
@@ -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) 1996-2017 The strace developers.
+ * Copyright (c) 1996-2018 The strace developers.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/times.c b/times.c
index 95fa8e1cadb2baae94efdeffa3a1f6bbf139486b..10f26c392d192f16b1b23f5a6c34b8d9f9da92dd 100644 (file)
--- a/times.c
+++ b/times.c
@@ -6,7 +6,7 @@
  * Copyright (c) 2012 H.J. Lu <hongjiu.lu@intel.com>
  * 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/ucopy.c b/ucopy.c
index a31f5243c137f050d8f6f1f301646abcd3c0b84c..dafc1e4ed524061ddac568c6caa884e375bce3c5 100644 (file)
--- a/ucopy.c
+++ b/ucopy.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/upoke.c b/upoke.c
index 6affb83fa837b706429ec972ac1bc6f56bcd9177..f7987903cdc00bb55046566863dd2f21b7a87007 100644 (file)
--- a/upoke.c
+++ b/upoke.c
@@ -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 3c32acd2c15f40dd7222603d52c33358445410be..170163cb9aea5fa79ae1adff3ec1e3dd5e09ff1c 100755 (executable)
@@ -2,7 +2,7 @@
 #
 # Copyright (c) 2014-2015 Mike Frysinger <vapier@gentoo.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