diff options
| author | Glenn Morris | 2009-01-08 03:38:51 +0000 |
|---|---|---|
| committer | Glenn Morris | 2009-01-08 03:38:51 +0000 |
| commit | f5d0ac07d63bfce83dcf45045b4541fe7a1bca7c (patch) | |
| tree | eefee9bb3e7227d72c2c98822f0c07a965d9e7bc /nt/inc | |
| parent | bb892cdec70b2f937e6b7f7597c5f1c7f467c9ea (diff) | |
| download | emacs-f5d0ac07d63bfce83dcf45045b4541fe7a1bca7c.tar.gz emacs-f5d0ac07d63bfce83dcf45045b4541fe7a1bca7c.zip | |
Add 2009 to copyright years.
Diffstat (limited to 'nt/inc')
| -rwxr-xr-x | nt/inc/grp.h | 2 | ||||
| -rw-r--r-- | nt/inc/langinfo.h | 2 | ||||
| -rw-r--r-- | nt/inc/nl_types.h | 2 | ||||
| -rw-r--r-- | nt/inc/sys/socket.h | 2 | ||||
| -rw-r--r-- | nt/inc/sys/stat.h | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/nt/inc/grp.h b/nt/inc/grp.h index 0c01251dcaa..d4988f62a7a 100755 --- a/nt/inc/grp.h +++ b/nt/inc/grp.h | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Replacement grp.h file for building GNU Emacs on Windows. | 1 | /* Replacement grp.h file for building GNU Emacs on Windows. |
| 2 | Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 | 2 | Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 |
| 3 | Free Software Foundation, Inc. | 3 | Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
diff --git a/nt/inc/langinfo.h b/nt/inc/langinfo.h index a840867687f..edf9c29f320 100644 --- a/nt/inc/langinfo.h +++ b/nt/inc/langinfo.h | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Replacement langinfo.h file for building GNU Emacs on Windows. | 1 | /* Replacement langinfo.h file for building GNU Emacs on Windows. |
| 2 | Copyright (C) 2006, 2007, 2008 Free Software Foundation, Inc. | 2 | Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This file is part of GNU Emacs. | 4 | This file is part of GNU Emacs. |
| 5 | 5 | ||
diff --git a/nt/inc/nl_types.h b/nt/inc/nl_types.h index 8004c765bc4..a663db95e63 100644 --- a/nt/inc/nl_types.h +++ b/nt/inc/nl_types.h | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Replacement nl_types.h file for building GNU Emacs on Windows. | 1 | /* Replacement nl_types.h file for building GNU Emacs on Windows. |
| 2 | Copyright (C) 2006, 2007, 2008 Free Software Foundation, Inc. | 2 | Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This file is part of GNU Emacs. | 4 | This file is part of GNU Emacs. |
| 5 | 5 | ||
diff --git a/nt/inc/sys/socket.h b/nt/inc/sys/socket.h index a8c857f1962..153ad17450a 100644 --- a/nt/inc/sys/socket.h +++ b/nt/inc/sys/socket.h | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Copyright (C) 1995, 2001, 2002, 2003, 2004, 2005, 2006, 2007, | 1 | /* Copyright (C) 1995, 2001, 2002, 2003, 2004, 2005, 2006, 2007, |
| 2 | 2008 Free Software Foundation, Inc. | 2 | 2008, 2009 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This file is part of GNU Emacs. | 4 | This file is part of GNU Emacs. |
| 5 | 5 | ||
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 @@ | |||
| 1 | /* sys/stat.h supplied with MSVCRT uses too narrow data types for | 1 | /* sys/stat.h supplied with MSVCRT uses too narrow data types for |
| 2 | inode and user/group id, so we replace them with our own. | 2 | inode and user/group id, so we replace them with our own. |
| 3 | 3 | ||
| 4 | Copyright (C) 2008 Free Software Foundation, Inc. | 4 | Copyright (C) 2008, 2009 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
| 7 | 7 | ||