diff options
author | Glenn Morris <rgm@gnu.org> | 2009-01-08 03:38:51 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2009-01-08 03:38:51 +0000 |
commit | f5d0ac07d63bfce83dcf45045b4541fe7a1bca7c (patch) | |
tree | eefee9bb3e7227d72c2c98822f0c07a965d9e7bc /nt/inc/sys/stat.h | |
parent | bb892cdec70b2f937e6b7f7597c5f1c7f467c9ea (diff) | |
download | emacs-f5d0ac07d63bfce83dcf45045b4541fe7a1bca7c.tar.gz emacs-f5d0ac07d63bfce83dcf45045b4541fe7a1bca7c.tar.bz2 emacs-f5d0ac07d63bfce83dcf45045b4541fe7a1bca7c.zip |
Add 2009 to copyright years.
Diffstat (limited to 'nt/inc/sys/stat.h')
-rw-r--r-- | nt/inc/sys/stat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nt/inc/sys/stat.h b/nt/inc/sys/stat.h index d999760610a..a7c4c02ee06 100644 --- a/nt/inc/sys/stat.h +++ b/nt/inc/sys/stat.h @@ -1,7 +1,7 @@ /* sys/stat.h supplied with MSVCRT uses too narrow data types for inode and user/group id, so we replace them with our own. - Copyright (C) 2008 Free Software Foundation, Inc. + Copyright (C) 2008, 2009 Free Software Foundation, Inc. This file is part of GNU Emacs. |