diff options
author | Glenn Morris <rgm@gnu.org> | 2011-01-02 15:50:46 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2011-01-02 15:50:46 -0800 |
commit | 5df4f04cd32af723742c81095b38ae83b3c2b462 (patch) | |
tree | c340e724a44fb95d954387f97b65f64953d2779b /nt/inc | |
parent | d12f22f52cb7bb18b46f5ea8de5d8e8e04733e3f (diff) | |
download | emacs-5df4f04cd32af723742c81095b38ae83b3c2b462.tar.gz |
Add 2011 to FSF/AIST copyright years.
Diffstat (limited to 'nt/inc')
-rw-r--r-- | nt/inc/grp.h | 7 | ||||
-rw-r--r-- | nt/inc/langinfo.h | 6 | ||||
-rw-r--r-- | nt/inc/nl_types.h | 6 | ||||
-rw-r--r-- | nt/inc/sys/socket.h | 5 | ||||
-rw-r--r-- | nt/inc/sys/stat.h | 4 |
5 files changed, 11 insertions, 17 deletions
diff --git a/nt/inc/grp.h b/nt/inc/grp.h index d4988f62a7a..ea9aa9286d7 100644 --- a/nt/inc/grp.h +++ b/nt/inc/grp.h @@ -1,6 +1,7 @@ /* Replacement grp.h file for building GNU Emacs on Windows. - Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 - Free Software Foundation, Inc. + +Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 + Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -32,5 +33,3 @@ struct group *getgrgid(gid_t); #endif /* _GRP_H */ -/* arch-tag: 82840357-7946-4a87-9c97-c0281b49aca3 - (do not change this comment) */ diff --git a/nt/inc/langinfo.h b/nt/inc/langinfo.h index edf9c29f320..d78576cec77 100644 --- a/nt/inc/langinfo.h +++ b/nt/inc/langinfo.h @@ -1,5 +1,7 @@ /* Replacement langinfo.h file for building GNU Emacs on Windows. - Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation, Inc. + +Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011 + Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -58,5 +60,3 @@ extern char *nl_langinfo (nl_item); #endif /* _LANGINFO_H */ -/* arch-tag: a8917b7c-fb2c-4685-902b-742d0f67661b - (do not change this comment) */ diff --git a/nt/inc/nl_types.h b/nt/inc/nl_types.h index a663db95e63..f06aa801f6e 100644 --- a/nt/inc/nl_types.h +++ b/nt/inc/nl_types.h @@ -1,5 +1,7 @@ /* Replacement nl_types.h file for building GNU Emacs on Windows. - Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation, Inc. + +Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011 + Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -23,5 +25,3 @@ typedef int nl_item; #endif /* _NL_TYPES_H */ -/* arch-tag: 518aa765-b846-4a7a-a862-95fd022928a1 - (do not change this comment) */ diff --git a/nt/inc/sys/socket.h b/nt/inc/sys/socket.h index 153ad17450a..b8842fdd93b 100644 --- a/nt/inc/sys/socket.h +++ b/nt/inc/sys/socket.h @@ -1,5 +1,5 @@ /* Copyright (C) 1995, 2001, 2002, 2003, 2004, 2005, 2006, 2007, - 2008, 2009 Free Software Foundation, Inc. + 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -168,6 +168,3 @@ extern int h_errno; #endif /* _SOCKET_H_ */ /* end of socket.h */ - -/* arch-tag: e3b8b91c-aaa0-4bc4-be57-a85a1dd247b4 - (do not change this comment) */ diff --git a/nt/inc/sys/stat.h b/nt/inc/sys/stat.h index 4d93430803c..6fe5647640c 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, 2009 Free Software Foundation, Inc. +Copyright (C) 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -78,5 +78,3 @@ _CRTIMP int __cdecl __MINGW_NOTHROW stat (const char*, struct stat*); #endif /* INC_SYS_STAT_H_ */ -/* arch-tag: 17d8fc06-f2e5-4d10-a01e-af819918fe42 - (do not change this comment) */ |