diff options
author | Glenn Morris <rgm@gnu.org> | 2019-01-16 04:39:50 -0500 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2019-01-16 04:39:50 -0500 |
commit | 655badc33e6ee9bfbc6c6c9084bf768f8102824d (patch) | |
tree | 0a7267f82c9786afe5c1ef353b92c80f20f37a4c /lib-src/make-fingerprint.c | |
parent | 021f34be886fbafdc55c4b8f70fa53beb5f26a84 (diff) | |
download | emacs-655badc33e6ee9bfbc6c6c9084bf768f8102824d.tar.gz emacs-655badc33e6ee9bfbc6c6c9084bf768f8102824d.tar.bz2 emacs-655badc33e6ee9bfbc6c6c9084bf768f8102824d.zip |
; Copyright fixes for pdumper files
I wonder if the copyright years for lib-src/make-fingerprint.c are correct.
Diffstat (limited to 'lib-src/make-fingerprint.c')
-rw-r--r-- | lib-src/make-fingerprint.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib-src/make-fingerprint.c b/lib-src/make-fingerprint.c index 69558a818e2..d310366442d 100644 --- a/lib-src/make-fingerprint.c +++ b/lib-src/make-fingerprint.c @@ -1,7 +1,7 @@ /* Hash inputs and generate C file with the digest. -Copyright (C) 1985-1986, 1992-1994, 1997, 1999-2016 Free Software -Foundation, Inc. +Copyright (C) 1985-1986, 1992-1994, 1997, 1999-2016, 2018-2019 +Free Software Foundation, Inc. This file is part of GNU Emacs. |