diff options
| author | Glenn Morris | 2011-01-15 14:10:37 -0800 |
|---|---|---|
| committer | Glenn Morris | 2011-01-15 14:10:37 -0800 |
| commit | d0d4361dba5ea4b3d88e9c6724c5bb6dc2894470 (patch) | |
| tree | 935bef337761341bbc3b2513006db33ea91984e1 /src | |
| parent | 4ebf3ee11cc2dad00e136acba072782c039ade4b (diff) | |
| download | emacs-d0d4361dba5ea4b3d88e9c6724c5bb6dc2894470.tar.gz emacs-d0d4361dba5ea4b3d88e9c6724c5bb6dc2894470.zip | |
Add 2011 to remaining FSF/AIST copyright years.
Diffstat (limited to 'src')
| -rw-r--r-- | src/bidi.c | 2 | ||||
| -rw-r--r-- | src/deps.mk | 2 | ||||
| -rw-r--r-- | src/gnutls.c | 2 | ||||
| -rw-r--r-- | src/gnutls.h | 2 | ||||
| -rw-r--r-- | src/ns.mk | 2 | ||||
| -rw-r--r-- | src/s/sol2-6.h | 2 | ||||
| -rw-r--r-- | src/s/unixware.h | 2 | ||||
| -rw-r--r-- | src/xml.c | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/src/bidi.c b/src/bidi.c index 1f14f6ab840..39142e0f4dc 100644 --- a/src/bidi.c +++ b/src/bidi.c | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Low-level bidirectional buffer-scanning functions for GNU Emacs. | 1 | /* Low-level bidirectional buffer-scanning functions for GNU Emacs. |
| 2 | Copyright (C) 2000, 2001, 2004, 2005, 2009, 2010 | 2 | Copyright (C) 2000, 2001, 2004, 2005, 2009, 2010, 2011 |
| 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/src/deps.mk b/src/deps.mk index eebf98ec003..da199e7b8b1 100644 --- a/src/deps.mk +++ b/src/deps.mk | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ### deps.mk --- src/Makefile fragment for GNU Emacs | 1 | ### deps.mk --- src/Makefile fragment for GNU Emacs |
| 2 | 2 | ||
| 3 | ## Copyright (C) 1985, 1987, 1988, 1993, 1994, 1995, 1999, 2000, 2001, 2002, | 3 | ## Copyright (C) 1985, 1987, 1988, 1993, 1994, 1995, 1999, 2000, 2001, 2002, |
| 4 | ## 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 | 4 | ## 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 |
| 5 | ## Free Software Foundation, Inc. | 5 | ## Free Software Foundation, Inc. |
| 6 | 6 | ||
| 7 | ## This file is part of GNU Emacs. | 7 | ## This file is part of GNU Emacs. |
diff --git a/src/gnutls.c b/src/gnutls.c index 1cc258a5096..1872d6cc340 100644 --- a/src/gnutls.c +++ b/src/gnutls.c | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* GnuTLS glue for GNU Emacs. | 1 | /* GnuTLS glue for GNU Emacs. |
| 2 | Copyright (C) 2010 Free Software Foundation, Inc. | 2 | Copyright (C) 2010, 2011 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/src/gnutls.h b/src/gnutls.h index 2669317e97a..d22dee9072b 100644 --- a/src/gnutls.h +++ b/src/gnutls.h | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* GnuTLS glue for GNU Emacs. | 1 | /* GnuTLS glue for GNU Emacs. |
| 2 | Copyright (C) 2010 Free Software Foundation, Inc. | 2 | Copyright (C) 2010, 2011 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This file is part of GNU Emacs. | 4 | This file is part of GNU Emacs. |
| 5 | 5 | ||
| @@ -1,6 +1,6 @@ | |||
| 1 | ### autodeps.mk --- src/Makefile fragment for GNU Emacs | 1 | ### autodeps.mk --- src/Makefile fragment for GNU Emacs |
| 2 | 2 | ||
| 3 | ## Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. | 3 | ## Copyright (C) 2008, 2009, 2010, 2011 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ## This file is part of GNU Emacs. | 5 | ## This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/s/sol2-6.h b/src/s/sol2-6.h index 3b707aa5c3c..9e4ee68ae8d 100644 --- a/src/s/sol2-6.h +++ b/src/s/sol2-6.h | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /* Definitions file for GNU Emacs running on Solaris 2.6. | 1 | /* Definitions file for GNU Emacs running on Solaris 2.6. |
| 2 | 2 | ||
| 3 | Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, | 3 | Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, |
| 4 | 2008, 2009, 2010 Free Software Foundation, Inc. | 4 | 2008, 2009, 2010, 2011 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
| 7 | 7 | ||
diff --git a/src/s/unixware.h b/src/s/unixware.h index 81b1b3d97fa..3e406cd440b 100644 --- a/src/s/unixware.h +++ b/src/s/unixware.h | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /* s/ file for Unixware. | 1 | /* s/ file for Unixware. |
| 2 | 2 | ||
| 3 | Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, | 3 | Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, |
| 4 | 2008, 2009, 2010 Free Software Foundation, Inc. | 4 | 2008, 2009, 2010, 2011 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
| 7 | 7 | ||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Interface to libxml2. | 1 | /* Interface to libxml2. |
| 2 | Copyright (C) 2010 Free Software Foundation, Inc. | 2 | Copyright (C) 2010, 2011 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This file is part of GNU Emacs. | 4 | This file is part of GNU Emacs. |
| 5 | 5 | ||