summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@strace.io>2022-06-18 18:00:00 +0000
committerDmitry V. Levin <ldv@strace.io>2022-06-18 18:00:00 +0000
commitcd539bba177f00dc17ce2d6d7027a1c48b954118 (patch)
tree9382313f5ea1be86defbdc7051d96d5f2b43bf21
parent474aa1e0eb31d5c7c4065db0a87678854fbb34b2 (diff)
downloadstrace-cd539bba177f00dc17ce2d6d7027a1c48b954118.tar.gz
Update copyright headers
Headers updated automatically using maint/update_copyright_years.sh script.
-rw-r--r--src/bpf.c2
-rw-r--r--src/bpf_attr.h2
-rw-r--r--src/fcntl.c2
-rw-r--r--src/filter_qualify.c2
-rwxr-xr-xsrc/gen_bpf_attr_check.sh2
-rw-r--r--src/io_uring.c2
-rw-r--r--src/linux/xtensa/arch_regs.c2
-rw-r--r--src/linux/xtensa/get_error.c2
-rw-r--r--src/linux/xtensa/get_syscall_args.c2
-rw-r--r--src/linux/xtensa/set_error.c2
-rw-r--r--src/macros.h2
-rw-r--r--src/seccomp_ioctl.c1
-rw-r--r--src/strauss.c2
-rw-r--r--src/strauss.h2
-rw-r--r--tests/bpf-obj_get_info_by_fd.c2
-rw-r--r--tests/bpf.c2
-rw-r--r--tests/fcntl.c2
-rw-r--r--tests/io_uring_enter.c1
-rw-r--r--tests/io_uring_setup.c2
-rw-r--r--tests/ioctl_rtc.c2
-rw-r--r--tests/ioctl_seccomp.c1
-rw-r--r--tests/ioctl_tee.c2
-rw-r--r--tests/landlock_create_ruleset.c1
-rw-r--r--tests/nlattr_ifla_af_spec.c2
-rw-r--r--tests/nlattr_ifla_brport.c2
-rw-r--r--tests/nlattr_ifla_linkinfo.c2
-rwxr-xr-xtests/strace-T_upper.test2
-rw-r--r--tests/waitid.c2
28 files changed, 28 insertions, 24 deletions
diff --git a/src/bpf.c b/src/bpf.c
index ab17401c5..7bdeb4f65 100644
--- a/src/bpf.c
+++ b/src/bpf.c
@@ -1,7 +1,7 @@
/*
* Copyright (c) 2015-2017 Dmitry V. Levin <ldv@strace.io>
* Copyright (c) 2017 Quentin Monnet <quentin.monnet@6wind.com>
- * Copyright (c) 2015-2021 The strace developers.
+ * Copyright (c) 2015-2022 The strace developers.
* All rights reserved.
*
* SPDX-License-Identifier: LGPL-2.1-or-later
diff --git a/src/bpf_attr.h b/src/bpf_attr.h
index 62d7bd76f..894c466a5 100644
--- a/src/bpf_attr.h
+++ b/src/bpf_attr.h
@@ -1,6 +1,6 @@
/*
* Copyright (c) 2015-2018 Dmitry V. Levin <ldv@strace.io>
- * Copyright (c) 2018-2021 The strace developers.
+ * Copyright (c) 2018-2022 The strace developers.
* All rights reserved.
*
* SPDX-License-Identifier: LGPL-2.1-or-later
diff --git a/src/fcntl.c b/src/fcntl.c
index fb1d61e27..b60d9e8b4 100644
--- a/src/fcntl.c
+++ b/src/fcntl.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-2021 The strace developers.
+ * Copyright (c) 1999-2022 The strace developers.
* All rights reserved.
*
* SPDX-License-Identifier: LGPL-2.1-or-later
diff --git a/src/filter_qualify.c b/src/filter_qualify.c
index c853df295..1a968e286 100644
--- a/src/filter_qualify.c
+++ b/src/filter_qualify.c
@@ -1,6 +1,6 @@
/*
* Copyright (c) 2016 Dmitry V. Levin <ldv@strace.io>
- * Copyright (c) 2016-2021 The strace developers.
+ * Copyright (c) 2016-2022 The strace developers.
* All rights reserved.
*
* SPDX-License-Identifier: LGPL-2.1-or-later
diff --git a/src/gen_bpf_attr_check.sh b/src/gen_bpf_attr_check.sh
index b8c2cdb40..1b8102e43 100755
--- a/src/gen_bpf_attr_check.sh
+++ b/src/gen_bpf_attr_check.sh
@@ -1,6 +1,6 @@
#!/bin/sh -efu
# Copyright (c) 2018 Dmitry V. Levin <ldv@strace.io>
-# Copyright (c) 2018-2021 The strace developers.
+# Copyright (c) 2018-2022 The strace developers.
# All rights reserved.
#
# SPDX-License-Identifier: LGPL-2.1-or-later
diff --git a/src/io_uring.c b/src/io_uring.c
index 706c481c3..a8602d27a 100644
--- a/src/io_uring.c
+++ b/src/io_uring.c
@@ -1,6 +1,6 @@
/*
* Copyright (c) 2019 Dmitry V. Levin <ldv@strace.io>
- * Copyright (c) 2019-2021 The strace developers.
+ * Copyright (c) 2019-2022 The strace developers.
* All rights reserved.
*
* SPDX-License-Identifier: LGPL-2.1-or-later
diff --git a/src/linux/xtensa/arch_regs.c b/src/linux/xtensa/arch_regs.c
index d21f9c778..3a2edb288 100644
--- a/src/linux/xtensa/arch_regs.c
+++ b/src/linux/xtensa/arch_regs.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2015-2021 The strace developers.
+ * Copyright (c) 2015-2022 The strace developers.
* All rights reserved.
*
* SPDX-License-Identifier: LGPL-2.1-or-later
diff --git a/src/linux/xtensa/get_error.c b/src/linux/xtensa/get_error.c
index e2877c430..7f0a9224e 100644
--- a/src/linux/xtensa/get_error.c
+++ b/src/linux/xtensa/get_error.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2015-2021 The strace developers.
+ * Copyright (c) 2015-2022 The strace developers.
* All rights reserved.
*
* SPDX-License-Identifier: LGPL-2.1-or-later
diff --git a/src/linux/xtensa/get_syscall_args.c b/src/linux/xtensa/get_syscall_args.c
index 6e22844b4..e0d78d14c 100644
--- a/src/linux/xtensa/get_syscall_args.c
+++ b/src/linux/xtensa/get_syscall_args.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2015-2021 The strace developers.
+ * Copyright (c) 2015-2022 The strace developers.
* All rights reserved.
*
* SPDX-License-Identifier: LGPL-2.1-or-later
diff --git a/src/linux/xtensa/set_error.c b/src/linux/xtensa/set_error.c
index c6a05d438..e0c9a4ebf 100644
--- a/src/linux/xtensa/set_error.c
+++ b/src/linux/xtensa/set_error.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2016-2021 The strace developers.
+ * Copyright (c) 2016-2022 The strace developers.
* All rights reserved.
*
* SPDX-License-Identifier: LGPL-2.1-or-later
diff --git a/src/macros.h b/src/macros.h
index 7edb8c405..659d47191 100644
--- a/src/macros.h
+++ b/src/macros.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2001-2021 The strace developers.
+ * Copyright (c) 2001-2022 The strace developers.
* All rights reserved.
*
* SPDX-License-Identifier: LGPL-2.1-or-later
diff --git a/src/seccomp_ioctl.c b/src/seccomp_ioctl.c
index 20617bd5c..6e6c12639 100644
--- a/src/seccomp_ioctl.c
+++ b/src/seccomp_ioctl.c
@@ -1,5 +1,6 @@
/*
* Copyright (c) 2021 Eugene Syromyatnikov <evgsyr@gmail.com>.
+ * Copyright (c) 2021-2022 The strace developers.
* All rights reserved.
*
* SPDX-License-Identifier: LGPL-2.1-or-later
diff --git a/src/strauss.c b/src/strauss.c
index a1659939a..0dfa1382d 100644
--- a/src/strauss.c
+++ b/src/strauss.c
@@ -1,7 +1,7 @@
/*
* Strauss awareness implementation.
*
- * Copyright (c) 2018-2019 The strace developers.
+ * Copyright (c) 2018-2022 The strace developers.
* All rights reserved.
*
* SPDX-License-Identifier: LGPL-2.1-or-later
diff --git a/src/strauss.h b/src/strauss.h
index 43146f7f6..71608d42d 100644
--- a/src/strauss.h
+++ b/src/strauss.h
@@ -1,7 +1,7 @@
/*
* Strauss awareness interface declarations.
*
- * Copyright (c) 2018-2019 The strace developers.
+ * Copyright (c) 2018-2022 The strace developers.
* All rights reserved.
*
* SPDX-License-Identifier: LGPL-2.1-or-later
diff --git a/tests/bpf-obj_get_info_by_fd.c b/tests/bpf-obj_get_info_by_fd.c
index 86dd97d56..e6520a8bc 100644
--- a/tests/bpf-obj_get_info_by_fd.c
+++ b/tests/bpf-obj_get_info_by_fd.c
@@ -1,7 +1,7 @@
/*
* Check bpf(BPF_OBJ_GET_INFO_BY_FD) decoding.
*
- * Copyright (c) 2018-2021 The strace developers.
+ * Copyright (c) 2018-2022 The strace developers.
* All rights reserved.
*
* SPDX-License-Identifier: GPL-2.0-or-later
diff --git a/tests/bpf.c b/tests/bpf.c
index 8668575be..82d870e97 100644
--- a/tests/bpf.c
+++ b/tests/bpf.c
@@ -2,7 +2,7 @@
* Check bpf syscall decoding.
*
* Copyright (c) 2015-2017 Dmitry V. Levin <ldv@strace.io>
- * Copyright (c) 2015-2021 The strace developers.
+ * Copyright (c) 2015-2022 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 99302ebe4..66dcbeae2 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-2021 The strace developers.
+ * Copyright (c) 2015-2022 The strace developers.
* All rights reserved.
*
* SPDX-License-Identifier: GPL-2.0-or-later
diff --git a/tests/io_uring_enter.c b/tests/io_uring_enter.c
index 022f564a1..fdbc75ecb 100644
--- a/tests/io_uring_enter.c
+++ b/tests/io_uring_enter.c
@@ -2,6 +2,7 @@
* Check decoding of io_uring_enter syscall.
*
* Copyright (c) 2019-2021 Dmitry V. Levin <ldv@strace.io>
+ * Copyright (c) 2019-2022 The strace developers.
* All rights reserved.
*
* SPDX-License-Identifier: GPL-2.0-or-later
diff --git a/tests/io_uring_setup.c b/tests/io_uring_setup.c
index 53e3919d7..024293f36 100644
--- a/tests/io_uring_setup.c
+++ b/tests/io_uring_setup.c
@@ -2,7 +2,7 @@
* Check decoding of io_uring_setup syscall.
*
* Copyright (c) 2019 Dmitry V. Levin <ldv@strace.io>
- * Copyright (c) 2019-2021 The strace developers.
+ * Copyright (c) 2019-2022 The strace developers.
* All rights reserved.
*
* SPDX-License-Identifier: GPL-2.0-or-later
diff --git a/tests/ioctl_rtc.c b/tests/ioctl_rtc.c
index 5ec52333c..a342ff762 100644
--- a/tests/ioctl_rtc.c
+++ b/tests/ioctl_rtc.c
@@ -2,7 +2,7 @@
* Check decoding of RTC ioctl commands.
*
* Copyright (c) 2016 Dmitry V. Levin <ldv@strace.io>
- * Copyright (c) 2016-2021 The strace developers.
+ * Copyright (c) 2016-2022 The strace developers.
* All rights reserved.
*
* SPDX-License-Identifier: GPL-2.0-or-later
diff --git a/tests/ioctl_seccomp.c b/tests/ioctl_seccomp.c
index 6efc8b2d7..f41064d9e 100644
--- a/tests/ioctl_seccomp.c
+++ b/tests/ioctl_seccomp.c
@@ -2,6 +2,7 @@
* Check decoding of SECCOMP_IOCTL_* commands of ioctl syscall.
*
* Copyright (c) 2021 Eugene Syromyatnikov <evgsyr@gmail.com>.
+ * Copyright (c) 2021-2022 The strace developers.
* All rights reserved.
*
* SPDX-License-Identifier: GPL-2.0-or-later
diff --git a/tests/ioctl_tee.c b/tests/ioctl_tee.c
index 00849bb3f..add60e83e 100644
--- a/tests/ioctl_tee.c
+++ b/tests/ioctl_tee.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2020-2021 The strace developers.
+ * Copyright (c) 2020-2022 The strace developers.
* All rights reserved.
*
* SPDX-License-Identifier: GPL-2.0-or-later
diff --git a/tests/landlock_create_ruleset.c b/tests/landlock_create_ruleset.c
index 476c40236..196bdf514 100644
--- a/tests/landlock_create_ruleset.c
+++ b/tests/landlock_create_ruleset.c
@@ -2,6 +2,7 @@
* Check decoding of landlock_create_ruleset syscall.
*
* Copyright (c) 2021 Eugene Syromyatnikov <evgsyr@gmail.com>
+ * Copyright (c) 2021-2022 The strace developers.
* All rights reserved.
*
* SPDX-License-Identifier: GPL-2.0-or-later
diff --git a/tests/nlattr_ifla_af_spec.c b/tests/nlattr_ifla_af_spec.c
index 6c892d407..994087c3d 100644
--- a/tests/nlattr_ifla_af_spec.c
+++ b/tests/nlattr_ifla_af_spec.c
@@ -1,7 +1,7 @@
/*
* IFLA_AF_SPEC netlink attribute decoding check.
*
- * Copyright (c) 2018-2021 The strace developers.
+ * Copyright (c) 2018-2022 The strace developers.
* All rights reserved.
*
* SPDX-License-Identifier: GPL-2.0-or-later
diff --git a/tests/nlattr_ifla_brport.c b/tests/nlattr_ifla_brport.c
index ecbe1f93b..f72b783bf 100644
--- a/tests/nlattr_ifla_brport.c
+++ b/tests/nlattr_ifla_brport.c
@@ -1,6 +1,6 @@
/*
* Copyright (c) 2017 JingPiao Chen <chenjingpiao@gmail.com>
- * Copyright (c) 2017-2021 The strace developers.
+ * Copyright (c) 2017-2022 The strace developers.
* All rights reserved.
*
* SPDX-License-Identifier: GPL-2.0-or-later
diff --git a/tests/nlattr_ifla_linkinfo.c b/tests/nlattr_ifla_linkinfo.c
index 2e763fd30..c05bab84e 100644
--- a/tests/nlattr_ifla_linkinfo.c
+++ b/tests/nlattr_ifla_linkinfo.c
@@ -1,7 +1,7 @@
/*
* IFLA_LINKINFO netlink attribute decoding check.
*
- * Copyright (c) 2018-2021 The strace developers.
+ * Copyright (c) 2018-2022 The strace developers.
* All rights reserved.
*
* SPDX-License-Identifier: GPL-2.0-or-later
diff --git a/tests/strace-T_upper.test b/tests/strace-T_upper.test
index adca3e872..612dc8791 100755
--- a/tests/strace-T_upper.test
+++ b/tests/strace-T_upper.test
@@ -2,7 +2,7 @@
#
# Check -T option.
#
-# Copyright (c) 2016-2020 The strace developers.
+# Copyright (c) 2016-2022 The strace developers.
# All rights reserved.
#
# SPDX-License-Identifier: GPL-2.0-or-later
diff --git a/tests/waitid.c b/tests/waitid.c
index a66ffbfee..7983a2bb3 100644
--- a/tests/waitid.c
+++ b/tests/waitid.c
@@ -2,7 +2,7 @@
* Check decoding of waitid syscall.
*
* Copyright (c) 2015-2016 Dmitry V. Levin <ldv@strace.io>
- * Copyright (c) 2016-2020 The strace developers.
+ * Copyright (c) 2016-2022 The strace developers.
* All rights reserved.
*
* SPDX-License-Identifier: GPL-2.0-or-later