diff options
Diffstat (limited to 'seccomp-bpf.c')
-rw-r--r-- | seccomp-bpf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/seccomp-bpf.c b/seccomp-bpf.c index 1d64172..b56e9e4 100644 --- a/seccomp-bpf.c +++ b/seccomp-bpf.c @@ -1,10 +1,10 @@ /* * Generate the bpf rules ahead of time to speed up runtime. * - * Copyright 2015 Gentoo Foundation + * Copyright 2015-2024 Gentoo Foundation * Distributed under the terms of the GNU General Public License v2 * - * Copyright 2015 Mike Frysinger - <vapier@gentoo.org> + * Copyright 2015-2024 Mike Frysinger - <vapier@gentoo.org> */ const char argv0[] = "seccomp-bpf"; |