summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@strace.io>2021-04-26 08:00:00 +0000
committerDmitry V. Levin <ldv@strace.io>2021-04-26 08:00:00 +0000
commit6433ee7106b16fc99334cde7039746ef3fa74128 (patch)
treeccb0827f7ffa365281794cc4032abb3996385748
parentfd3cc846a4fc8f6a8699cfe7dcf935afe2814a76 (diff)
downloadstrace-6433ee7106b16fc99334cde7039746ef3fa74128.tar.gz
Update copyright headers
Headers updated automatically using maint/update_copyright_years.sh script.
-rwxr-xr-xmaint/ioctls_sym.sh2
-rw-r--r--tests/clone-flags.c2
-rwxr-xr-xtests/execve.test2
-rw-r--r--tests/faccessat.c2
-rw-r--r--tests/faccessat2.c2
-rw-r--r--tests/fallocate.c2
-rw-r--r--tests/fcntl-common.c2
-rw-r--r--tests/fcntl.c2
-rw-r--r--tests/fcntl64.c2
-rw-r--r--tests/ioctl_block.c2
-rw-r--r--tests/ioctl_dm.c2
-rw-r--r--tests/ioctl_hdio.c2
-rw-r--r--tests/ioctl_kvm_run_common.c2
-rw-r--r--tests/ioctl_nsfs.c2
-rw-r--r--tests/ioctl_perf-success.c2
-rw-r--r--tests/ioctl_perf.c2
-rw-r--r--tests/ioctl_uffdio.c2
-rw-r--r--tests/kcmp.c2
-rw-r--r--tests/keyctl.c2
-rw-r--r--tests/lock_file.c2
-rw-r--r--tests/msg_control.c2
-rw-r--r--tests/perf_event_open_nonverbose.c2
-rw-r--r--tests/pidfd_getfd.c2
-rw-r--r--tests/pidns.c1
-rw-r--r--tests/prctl-name.c2
-rw-r--r--tests/prctl-pdeathsig.c2
-rw-r--r--tests/prctl-seccomp-filter-v.c2
-rw-r--r--tests/prctl-seccomp-strict.c2
-rw-r--r--tests/prctl-tsc.c2
-rw-r--r--tests/printpath-umovestr-undumpable.c2
-rw-r--r--tests/printstrn-umoven-undumpable.c2
-rw-r--r--tests/seccomp-filter-v.c2
-rw-r--r--tests/seccomp-filter.c2
-rw-r--r--tests/set_ptracer_any.c2
-rw-r--r--tests/sock_filter-v.c2
-rw-r--r--tests/statx.c2
-rw-r--r--tests/tracer_ppid_pgid_sid.c2
37 files changed, 37 insertions, 36 deletions
diff --git a/maint/ioctls_sym.sh b/maint/ioctls_sym.sh
index 46a424d40..76434d118 100755
--- a/maint/ioctls_sym.sh
+++ b/maint/ioctls_sym.sh
@@ -1,6 +1,6 @@
#!/bin/sh
# Copyright (c) 2015 Dmitry V. Levin <ldv@strace.io>
-# Copyright (c) 2015-2020 The strace developers.
+# Copyright (c) 2015-2021 The strace developers.
# All rights reserved.
#
# SPDX-License-Identifier: LGPL-2.1-or-later
diff --git a/tests/clone-flags.c b/tests/clone-flags.c
index 447e0850f..f2082e57c 100644
--- a/tests/clone-flags.c
+++ b/tests/clone-flags.c
@@ -1,7 +1,7 @@
/*
* Check decoding of clone flags.
*
- * Copyright (c) 2017-2019 The strace developers.
+ * Copyright (c) 2017-2021 The strace developers.
* All rights reserved.
*
* SPDX-License-Identifier: GPL-2.0-or-later
diff --git a/tests/execve.test b/tests/execve.test
index 3275226ae..d54fa0af6 100755
--- a/tests/execve.test
+++ b/tests/execve.test
@@ -2,7 +2,7 @@
#
# Check execve syscall decoding.
#
-# Copyright (c) 2015-2018 The strace developers.
+# Copyright (c) 2015-2020 The strace developers.
# All rights reserved.
#
# SPDX-License-Identifier: GPL-2.0-or-later
diff --git a/tests/faccessat.c b/tests/faccessat.c
index 2b05a8b5a..9ce7a07ce 100644
--- a/tests/faccessat.c
+++ b/tests/faccessat.c
@@ -1,7 +1,7 @@
/*
* Check decoding of faccessat syscall.
*
- * Copyright (c) 2016-2020 The strace developers.
+ * Copyright (c) 2016-2021 The strace developers.
* All rights reserved.
*
* SPDX-License-Identifier: GPL-2.0-or-later
diff --git a/tests/faccessat2.c b/tests/faccessat2.c
index 9ec5abf62..d35b9d8e8 100644
--- a/tests/faccessat2.c
+++ b/tests/faccessat2.c
@@ -1,7 +1,7 @@
/*
* Check decoding of faccessat2 syscall.
*
- * Copyright (c) 2016-2020 The strace developers.
+ * Copyright (c) 2016-2021 The strace developers.
* All rights reserved.
*
* SPDX-License-Identifier: GPL-2.0-or-later
diff --git a/tests/fallocate.c b/tests/fallocate.c
index e22759e73..826eeb95c 100644
--- a/tests/fallocate.c
+++ b/tests/fallocate.c
@@ -2,7 +2,7 @@
* Check decoding of fallocate syscall.
*
* Copyright (c) 2016 Eugene Syromyatnikov <evgsyr@gmail.com>
- * Copyright (c) 2016-2019 The strace developers.
+ * Copyright (c) 2016-2021 The strace developers.
* All rights reserved.
*
* SPDX-License-Identifier: GPL-2.0-or-later
diff --git a/tests/fcntl-common.c b/tests/fcntl-common.c
index b6bf68c9f..878a23c7c 100644
--- a/tests/fcntl-common.c
+++ b/tests/fcntl-common.c
@@ -1,6 +1,6 @@
/*
* Copyright (c) 2015-2016 Dmitry V. Levin <ldv@strace.io>
- * Copyright (c) 2015-2020 The strace developers.
+ * Copyright (c) 2015-2021 The strace developers.
* All rights reserved.
*
* SPDX-License-Identifier: GPL-2.0-or-later
diff --git a/tests/fcntl.c b/tests/fcntl.c
index 3fdab90a3..b42e91e43 100644
--- a/tests/fcntl.c
+++ b/tests/fcntl.c
@@ -1,6 +1,6 @@
/*
* Copyright (c) 2015-2016 Dmitry V. Levin <ldv@strace.io>
- * Copyright (c) 2015-2020 The strace developers.
+ * Copyright (c) 2015-2021 The strace developers.
* All rights reserved.
*
* SPDX-License-Identifier: GPL-2.0-or-later
diff --git a/tests/fcntl64.c b/tests/fcntl64.c
index b4a8b3618..4ff457221 100644
--- a/tests/fcntl64.c
+++ b/tests/fcntl64.c
@@ -1,6 +1,6 @@
/*
* Copyright (c) 2015-2016 Dmitry V. Levin <ldv@strace.io>
- * Copyright (c) 2015-2020 The strace developers.
+ * Copyright (c) 2015-2021 The strace developers.
* All rights reserved.
*
* SPDX-License-Identifier: GPL-2.0-or-later
diff --git a/tests/ioctl_block.c b/tests/ioctl_block.c
index d686c4b9e..59eaa1b42 100644
--- a/tests/ioctl_block.c
+++ b/tests/ioctl_block.c
@@ -2,7 +2,7 @@
* This file is part of ioctl_block strace test.
*
* Copyright (c) 2016 Dmitry V. Levin <ldv@strace.io>
- * Copyright (c) 2016-2020 The strace developers.
+ * Copyright (c) 2016-2021 The strace developers.
* All rights reserved.
*
* SPDX-License-Identifier: GPL-2.0-or-later
diff --git a/tests/ioctl_dm.c b/tests/ioctl_dm.c
index 8e9d79229..6e0d48488 100644
--- a/tests/ioctl_dm.c
+++ b/tests/ioctl_dm.c
@@ -3,7 +3,7 @@
*
* Copyright (c) 2016 Mikulas Patocka <mpatocka@redhat.com>
* Copyright (c) 2016 Eugene Syromyatnikov <evgsyr@gmail.com>
- * Copyright (c) 2016-2018 The strace developers.
+ * Copyright (c) 2016-2021 The strace developers.
* All rights reserved.
*
* SPDX-License-Identifier: GPL-2.0-or-later
diff --git a/tests/ioctl_hdio.c b/tests/ioctl_hdio.c
index c5348d168..c90165f05 100644
--- a/tests/ioctl_hdio.c
+++ b/tests/ioctl_hdio.c
@@ -1,7 +1,7 @@
/*
* Check HDIO_* ioctl decoding.
*
- * Copyright (c) 2020 The strace developers.
+ * Copyright (c) 2020-2021 The strace developers.
* All rights reserved.
*
* SPDX-License-Identifier: GPL-2.0-or-later
diff --git a/tests/ioctl_kvm_run_common.c b/tests/ioctl_kvm_run_common.c
index e54b6e4a9..ee4db1f42 100644
--- a/tests/ioctl_kvm_run_common.c
+++ b/tests/ioctl_kvm_run_common.c
@@ -4,7 +4,7 @@
*
* kvmtest.c author: Josh Triplett <josh@joshtriplett.org>
* Copyright (c) 2015 Intel Corporation
- * Copyright (c) 2017-2019 The strace developers.
+ * Copyright (c) 2017-2021 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
diff --git a/tests/ioctl_nsfs.c b/tests/ioctl_nsfs.c
index 30ef9cec4..8748a0110 100644
--- a/tests/ioctl_nsfs.c
+++ b/tests/ioctl_nsfs.c
@@ -2,7 +2,7 @@
* Check decoding of NS_* commands of ioctl syscall.
*
* Copyright (c) 2017 Nikolay Marchuk <marchuk.nikolay.a@gmail.com>
- * Copyright (c) 2017-2020 The strace developers.
+ * Copyright (c) 2017-2021 The strace developers.
* All rights reserved.
*
* SPDX-License-Identifier: GPL-2.0-or-later
diff --git a/tests/ioctl_perf-success.c b/tests/ioctl_perf-success.c
index f9ee45918..3d1084dda 100644
--- a/tests/ioctl_perf-success.c
+++ b/tests/ioctl_perf-success.c
@@ -1,7 +1,7 @@
/*
* Check decoding of successful PERF_EVENT_IOC_{ID,QUERY_BPF} ioctls.
*
- * Copyright (c) 2018-2020 The strace developers.
+ * Copyright (c) 2018-2021 The strace developers.
* All rights reserved.
*
* SPDX-License-Identifier: GPL-2.0-or-later
diff --git a/tests/ioctl_perf.c b/tests/ioctl_perf.c
index 3e278f60a..601a1c143 100644
--- a/tests/ioctl_perf.c
+++ b/tests/ioctl_perf.c
@@ -1,7 +1,7 @@
/*
* Check decoding of PERF_EVENT_IOC_* commands of ioctl syscall.
*
- * Copyright (c) 2018-2019 The strace developers.
+ * Copyright (c) 2018-2021 The strace developers.
* All rights reserved.
*
* SPDX-License-Identifier: GPL-2.0-or-later
diff --git a/tests/ioctl_uffdio.c b/tests/ioctl_uffdio.c
index 1aa60194a..cee4a06ec 100644
--- a/tests/ioctl_uffdio.c
+++ b/tests/ioctl_uffdio.c
@@ -1,7 +1,7 @@
/*
* Copyright (c) 2015-2016 Dmitry V. Levin <ldv@strace.io>
* Copyright (c) 2016 Red Hat, Inc.
- * Copyright (c) 2016-2020 The strace developers.
+ * Copyright (c) 2016-2021 The strace developers.
* All rights reserved.
*
* SPDX-License-Identifier: GPL-2.0-or-later
diff --git a/tests/kcmp.c b/tests/kcmp.c
index c85290411..362329433 100644
--- a/tests/kcmp.c
+++ b/tests/kcmp.c
@@ -2,7 +2,7 @@
* Check decoding of kcmp syscall.
*
* Copyright (c) 2016-2017 Eugene Syromyatnikov <evgsyr@gmail.com>
- * Copyright (c) 2016-2020 The strace developers.
+ * Copyright (c) 2016-2021 The strace developers.
* All rights reserved.
*
* SPDX-License-Identifier: GPL-2.0-or-later
diff --git a/tests/keyctl.c b/tests/keyctl.c
index ed6f7fdf9..d81945d10 100644
--- a/tests/keyctl.c
+++ b/tests/keyctl.c
@@ -2,7 +2,7 @@
* Check decoding of keyctl syscall.
*
* Copyright (c) 2016 Eugene Syromyatnikov <evgsyr@gmail.com>
- * Copyright (c) 2016-2020 The strace developers.
+ * Copyright (c) 2016-2021 The strace developers.
* All rights reserved.
*
* SPDX-License-Identifier: GPL-2.0-or-later
diff --git a/tests/lock_file.c b/tests/lock_file.c
index 7618552ab..30f5fef38 100644
--- a/tests/lock_file.c
+++ b/tests/lock_file.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2019 The strace developers.
+ * Copyright (c) 2019-2021 The strace developers.
* All rights reserved.
*
* SPDX-License-Identifier: GPL-2.0-or-later
diff --git a/tests/msg_control.c b/tests/msg_control.c
index d8144a312..6698d755e 100644
--- a/tests/msg_control.c
+++ b/tests/msg_control.c
@@ -2,7 +2,7 @@
* Check decoding of struct msghdr ancillary data.
*
* Copyright (c) 2016 Dmitry V. Levin <ldv@strace.io>
- * Copyright (c) 2016-2020 The strace developers.
+ * Copyright (c) 2016-2021 The strace developers.
* All rights reserved.
*
* SPDX-License-Identifier: GPL-2.0-or-later
diff --git a/tests/perf_event_open_nonverbose.c b/tests/perf_event_open_nonverbose.c
index 55d6a5948..4c8c0995e 100644
--- a/tests/perf_event_open_nonverbose.c
+++ b/tests/perf_event_open_nonverbose.c
@@ -2,7 +2,7 @@
* Check decoding of perf_event_open syscall.
*
* Copyright (c) 2016 Eugene Syromyatnikov <evgsyr@gmail.com>
- * Copyright (c) 2016-2019 The strace developers.
+ * Copyright (c) 2016-2021 The strace developers.
* All rights reserved.
*
* SPDX-License-Identifier: GPL-2.0-or-later
diff --git a/tests/pidfd_getfd.c b/tests/pidfd_getfd.c
index 0908ccae1..85feb1279 100644
--- a/tests/pidfd_getfd.c
+++ b/tests/pidfd_getfd.c
@@ -2,7 +2,7 @@
* Check decoding of pidfd_getfd syscall.
*
* Copyright (c) 2019 Dmitry V. Levin <ldv@strace.io>
- * Copyright (c) 2020 The strace developers.
+ * Copyright (c) 2020-2021 The strace developers.
* All rights reserved.
*
* SPDX-License-Identifier: GPL-2.0-or-later
diff --git a/tests/pidns.c b/tests/pidns.c
index 8cc8c1f35..53764a05d 100644
--- a/tests/pidns.c
+++ b/tests/pidns.c
@@ -2,6 +2,7 @@
* Testing framework for PID namespace translation
*
* Copyright (c) 2020 Ákos Uzonyi <uzonyi.akos@gmail.com>
+ * Copyright (c) 2020-2021 The strace developers.
* All rights reserved.
*
* SPDX-License-Identifier: LGPL-2.1-or-later
diff --git a/tests/prctl-name.c b/tests/prctl-name.c
index 846e2546f..419a31062 100644
--- a/tests/prctl-name.c
+++ b/tests/prctl-name.c
@@ -3,7 +3,7 @@
*
* Copyright (c) 2016 Eugene Syromyatnikov <evgsyr@gmail.com>
* Copyright (c) 2016 Dmitry V. Levin <ldv@strace.io>
- * Copyright (c) 2016-2020 The strace developers.
+ * Copyright (c) 2016-2021 The strace developers.
* All rights reserved.
*
* SPDX-License-Identifier: GPL-2.0-or-later
diff --git a/tests/prctl-pdeathsig.c b/tests/prctl-pdeathsig.c
index a97b0beb0..4b7944bbf 100644
--- a/tests/prctl-pdeathsig.c
+++ b/tests/prctl-pdeathsig.c
@@ -3,7 +3,7 @@
*
* Copyright (c) 2016 JingPiao Chen <chenjingpiao@foxmail.com>
* Copyright (c) 2016 Eugene Syromyatnikov <evgsyr@gmail.com>
- * Copyright (c) 2016-2020 The strace developers.
+ * Copyright (c) 2016-2021 The strace developers.
* All rights reserved.
*
* SPDX-License-Identifier: GPL-2.0-or-later
diff --git a/tests/prctl-seccomp-filter-v.c b/tests/prctl-seccomp-filter-v.c
index 3c88a3c19..f8c39be2e 100644
--- a/tests/prctl-seccomp-filter-v.c
+++ b/tests/prctl-seccomp-filter-v.c
@@ -2,7 +2,7 @@
* Check verbose decoding of prctl PR_SET_SECCOMP SECCOMP_MODE_FILTER.
*
* Copyright (c) 2015-2016 Dmitry V. Levin <ldv@strace.io>
- * Copyright (c) 2016-2020 The strace developers.
+ * Copyright (c) 2016-2021 The strace developers.
* All rights reserved.
*
* SPDX-License-Identifier: GPL-2.0-or-later
diff --git a/tests/prctl-seccomp-strict.c b/tests/prctl-seccomp-strict.c
index 1d6f1dab0..3867ca176 100644
--- a/tests/prctl-seccomp-strict.c
+++ b/tests/prctl-seccomp-strict.c
@@ -1,6 +1,6 @@
/*
* Copyright (c) 2016-2018 Dmitry V. Levin <ldv@strace.io>
- * Copyright (c) 2016-2020 The strace developers.
+ * Copyright (c) 2016-2021 The strace developers.
* All rights reserved.
*
* SPDX-License-Identifier: GPL-2.0-or-later
diff --git a/tests/prctl-tsc.c b/tests/prctl-tsc.c
index 255dd4a10..e0be8bc18 100644
--- a/tests/prctl-tsc.c
+++ b/tests/prctl-tsc.c
@@ -3,7 +3,7 @@
*
* Copyright (c) 2016 JingPiao Chen <chenjingpiao@foxmail.com>
* Copyright (c) 2016 Eugene Syromyatnikov <evgsyr@gmail.com>
- * Copyright (c) 2016-2019 The strace developers.
+ * Copyright (c) 2016-2021 The strace developers.
* All rights reserved.
*
* SPDX-License-Identifier: GPL-2.0-or-later
diff --git a/tests/printpath-umovestr-undumpable.c b/tests/printpath-umovestr-undumpable.c
index 9dec8c53b..490015dd4 100644
--- a/tests/printpath-umovestr-undumpable.c
+++ b/tests/printpath-umovestr-undumpable.c
@@ -1,7 +1,7 @@
/*
* Force legacy printpath/umovestr using PR_SET_DUMPABLE.
*
- * Copyright (c) 2017-2020 Dmitry V. Levin <ldv@strace.io>
+ * Copyright (c) 2017-2021 Dmitry V. Levin <ldv@strace.io>
* All rights reserved.
*
* SPDX-License-Identifier: GPL-2.0-or-later
diff --git a/tests/printstrn-umoven-undumpable.c b/tests/printstrn-umoven-undumpable.c
index d691640e9..c83502c2f 100644
--- a/tests/printstrn-umoven-undumpable.c
+++ b/tests/printstrn-umoven-undumpable.c
@@ -1,7 +1,7 @@
/*
* Force legacy printpath/umovestr using PR_SET_DUMPABLE.
*
- * Copyright (c) 2017-2020 Dmitry V. Levin <ldv@strace.io>
+ * Copyright (c) 2017-2021 Dmitry V. Levin <ldv@strace.io>
* 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 7e4d8ac97..1c54e13c1 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 <ldv@strace.io>
- * Copyright (c) 2016-2020 The strace developers.
+ * Copyright (c) 2016-2021 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 8c0528d3e..17bfdf2b3 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 <ldv@strace.io>
- * Copyright (c) 2016-2020 The strace developers.
+ * Copyright (c) 2016-2021 The strace developers.
* All rights reserved.
*
* SPDX-License-Identifier: GPL-2.0-or-later
diff --git a/tests/set_ptracer_any.c b/tests/set_ptracer_any.c
index 80ca35842..7c63127f7 100644
--- a/tests/set_ptracer_any.c
+++ b/tests/set_ptracer_any.c
@@ -1,6 +1,6 @@
/*
* Copyright (c) 2013-2015 Dmitry V. Levin <ldv@strace.io>
- * Copyright (c) 2013-2020 The strace developers.
+ * Copyright (c) 2013-2021 The strace developers.
* All rights reserved.
*
* SPDX-License-Identifier: GPL-2.0-or-later
diff --git a/tests/sock_filter-v.c b/tests/sock_filter-v.c
index 593160832..d55c20de7 100644
--- a/tests/sock_filter-v.c
+++ b/tests/sock_filter-v.c
@@ -2,7 +2,7 @@
* Check decoding of socket filters.
*
* Copyright (c) 2017 Dmitry V. Levin <ldv@strace.io>
- * Copyright (c) 2017-2020 The strace developers.
+ * Copyright (c) 2017-2021 The strace developers.
* All rights reserved.
*
* SPDX-License-Identifier: GPL-2.0-or-later
diff --git a/tests/statx.c b/tests/statx.c
index 2edb4ff13..68d883b8e 100644
--- a/tests/statx.c
+++ b/tests/statx.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2017-2019 The strace developers.
+ * Copyright (c) 2017-2021 The strace developers.
* All rights reserved.
*
* SPDX-License-Identifier: GPL-2.0-or-later
diff --git a/tests/tracer_ppid_pgid_sid.c b/tests/tracer_ppid_pgid_sid.c
index f9dbcd6d9..bc83415bc 100644
--- a/tests/tracer_ppid_pgid_sid.c
+++ b/tests/tracer_ppid_pgid_sid.c
@@ -1,7 +1,7 @@
/*
* Helper program for strace-DDD.test
*
- * Copyright (c) 2019-2020 Dmitry V. Levin <ldv@strace.io>
+ * Copyright (c) 2019-2021 Dmitry V. Levin <ldv@strace.io>
* All rights reserved.
*
* SPDX-License-Identifier: GPL-2.0-or-later