diff options
| author | Glenn Morris | 2021-04-10 12:24:09 -0700 |
|---|---|---|
| committer | Glenn Morris | 2021-04-10 12:24:09 -0700 |
| commit | 81ffc433838ce43a12e3629adaefafc6413dd126 (patch) | |
| tree | 9c18a4b49d3c3c740fb28f9687b3ce9f92eba8a8 /lib-src | |
| parent | 3f5fe0cdfc77b537d2faf148c614d9f8043bf33d (diff) | |
| download | emacs-81ffc433838ce43a12e3629adaefafc6413dd126.tar.gz emacs-81ffc433838ce43a12e3629adaefafc6413dd126.zip | |
; Fix copyright years
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/seccomp-filter.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/seccomp-filter.c b/lib-src/seccomp-filter.c index 9918fb025ef..eeca75fddfb 100644 --- a/lib-src/seccomp-filter.c +++ b/lib-src/seccomp-filter.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Generate a Secure Computing filter definition file. | 1 | /* Generate a Secure Computing filter definition file. |
| 2 | 2 | ||
| 3 | Copyright (C) 2020 Free Software Foundation, Inc. | 3 | Copyright (C) 2020-2021 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||