diff options
Diffstat (limited to 'nt/inc')
-rwxr-xr-x | nt/inc/grp.h | 2 | ||||
-rw-r--r-- | nt/inc/sys/socket.h | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/nt/inc/grp.h b/nt/inc/grp.h index 39f98d31cdc..04c2982086b 100755 --- a/nt/inc/grp.h +++ b/nt/inc/grp.h @@ -1,5 +1,5 @@ /* Replacement grp.h file for building GNU Emacs on Windows. - Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc. + Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc. This file is part of GNU Emacs. diff --git a/nt/inc/sys/socket.h b/nt/inc/sys/socket.h index 19b8a65adda..c0a3bc26ec4 100644 --- a/nt/inc/sys/socket.h +++ b/nt/inc/sys/socket.h @@ -1,4 +1,5 @@ -/* Copyright (C) 1995, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. +/* Copyright (C) 1995, 2002, 2003, 2004, 2005, + 2006 Free Software Foundation, Inc. This file is part of GNU Emacs. |