diff options
author | Thien-Thi Nguyen <ttn@gnuvola.org> | 2005-08-07 10:56:27 +0000 |
---|---|---|
committer | Thien-Thi Nguyen <ttn@gnuvola.org> | 2005-08-07 10:56:27 +0000 |
commit | 92b47a4a991a7b30f5eda49fcab4f29aa9ca288e (patch) | |
tree | 247a83494b0fa8fb9f3776f3f8891cf5865aba9d /lib-src/profile.c | |
parent | 9074d3d501e3ba88747f51815635ac674ca40ff1 (diff) | |
download | emacs-92b47a4a991a7b30f5eda49fcab4f29aa9ca288e.tar.gz |
Update years in copyright notice; nfc.
Diffstat (limited to 'lib-src/profile.c')
-rw-r--r-- | lib-src/profile.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib-src/profile.c b/lib-src/profile.c index 7bc7186c259..615a43d912c 100644 --- a/lib-src/profile.c +++ b/lib-src/profile.c @@ -1,5 +1,6 @@ /* profile.c --- generate periodic events for profiling of Emacs Lisp code. - Copyright (C) 1992, 1994, 1999 Free Software Foundation, Inc. + Copyright (C) 1992, 1994, 1999, 2002, 2003, 2004, + 2005 Free Software Foundation, Inc. Author: Boaz Ben-Zvi <boaz@lcs.mit.edu> |