diff options
| author | Stefan Kangas | 2025-01-09 06:22:21 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2025-01-09 06:22:21 +0100 |
| commit | b099777b52da1232e14883f50775a75d4d6aba62 (patch) | |
| tree | 2f2bffb0c7083f9f9cc95a319b8d455ef2aa55c8 /lib-src | |
| parent | b6bec47c4abe84263cb88eda56d3a9d77f153f71 (diff) | |
| download | emacs-b099777b52da1232e14883f50775a75d4d6aba62.tar.gz emacs-b099777b52da1232e14883f50775a75d4d6aba62.zip | |
; * lib-src/make-fingerprint.c: Fix copyright year.
This file is new with the portable dumper.
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/make-fingerprint.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib-src/make-fingerprint.c b/lib-src/make-fingerprint.c index 4db1199f03f..c3e4c1dac61 100644 --- a/lib-src/make-fingerprint.c +++ b/lib-src/make-fingerprint.c | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | /* Hash inputs and generate C file with the digest. | 1 | /* Hash inputs and generate C file with the digest. |
| 2 | 2 | ||
| 3 | Copyright (C) 1985-1986, 1992-1994, 1997, 1999-2016, 2018-2025 Free | 3 | Copyright (C) 2018-2025 Free Software Foundation, Inc. |
| 4 | Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 7 | 6 | ||