aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc
diff options
context:
space:
mode:
authorGlenn Morris2011-01-02 15:50:46 -0800
committerGlenn Morris2011-01-02 15:50:46 -0800
commit5df4f04cd32af723742c81095b38ae83b3c2b462 (patch)
treec340e724a44fb95d954387f97b65f64953d2779b /doc/misc
parentd12f22f52cb7bb18b46f5ea8de5d8e8e04733e3f (diff)
downloademacs-5df4f04cd32af723742c81095b38ae83b3c2b462.tar.gz
emacs-5df4f04cd32af723742c81095b38ae83b3c2b462.zip
Add 2011 to FSF/AIST copyright years.
Diffstat (limited to 'doc/misc')
-rw-r--r--doc/misc/ChangeLog2
-rw-r--r--doc/misc/Makefile.in2
-rw-r--r--doc/misc/ada-mode.texi2
-rw-r--r--doc/misc/auth.texi2
-rw-r--r--doc/misc/autotype.texi2
-rw-r--r--doc/misc/calc.texi2
-rw-r--r--doc/misc/cc-mode.texi2
-rw-r--r--doc/misc/cl.texi2
-rw-r--r--doc/misc/dbus.texi2
-rw-r--r--doc/misc/dired-x.texi2
-rw-r--r--doc/misc/ebrowse.texi2
-rw-r--r--doc/misc/ede.texi2
-rw-r--r--doc/misc/ediff.texi2
-rw-r--r--doc/misc/edt.texi2
-rw-r--r--doc/misc/eieio.texi2
-rw-r--r--doc/misc/emacs-mime.texi2
-rw-r--r--doc/misc/epa.texi2
-rw-r--r--doc/misc/erc.texi2
-rw-r--r--doc/misc/eshell.texi2
-rw-r--r--doc/misc/eudc.texi2
-rw-r--r--doc/misc/faq.texi2
-rw-r--r--doc/misc/flymake.texi2
-rw-r--r--doc/misc/forms.texi2
-rw-r--r--doc/misc/gnus-coding.texi2
-rw-r--r--doc/misc/gnus-faq.texi2
-rw-r--r--doc/misc/gnus-news.el4
-rw-r--r--doc/misc/gnus-news.texi2
-rw-r--r--doc/misc/gnus.texi2
-rw-r--r--doc/misc/idlwave.texi2
-rw-r--r--doc/misc/info.texi2
-rw-r--r--doc/misc/mairix-el.texi2
-rw-r--r--doc/misc/makefile.w32-in2
-rw-r--r--doc/misc/message.texi2
-rw-r--r--doc/misc/mh-e.texi2
-rw-r--r--doc/misc/newsticker.texi2
-rw-r--r--doc/misc/nxml-mode.texi2
-rw-r--r--doc/misc/org.texi2
-rw-r--r--doc/misc/pcl-cvs.texi2
-rw-r--r--doc/misc/pgg.texi2
-rw-r--r--doc/misc/rcirc.texi2
-rw-r--r--doc/misc/reftex.texi2
-rw-r--r--doc/misc/remember.texi2
-rw-r--r--doc/misc/sasl.texi2
-rw-r--r--doc/misc/sc.texi2
-rw-r--r--doc/misc/sem-user.texi2
-rw-r--r--doc/misc/semantic.texi2
-rw-r--r--doc/misc/ses.texi2
-rw-r--r--doc/misc/sieve.texi2
-rw-r--r--doc/misc/smtpmail.texi2
-rw-r--r--doc/misc/speedbar.texi2
-rw-r--r--doc/misc/tramp.texi2
-rw-r--r--doc/misc/trampver.texi2
-rw-r--r--doc/misc/url.texi2
-rw-r--r--doc/misc/vip.texi2
-rw-r--r--doc/misc/viper.texi2
-rw-r--r--doc/misc/widget.texi2
-rw-r--r--doc/misc/woman.texi2
57 files changed, 58 insertions, 58 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index 89cc21c31de..304dcb6b305 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -6714,7 +6714,7 @@
6714;; End: 6714;; End:
6715 6715
6716 Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002, 6716 Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002,
6717 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. 6717 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
6718 6718
6719 This file is part of GNU Emacs. 6719 This file is part of GNU Emacs.
6720 6720
diff --git a/doc/misc/Makefile.in b/doc/misc/Makefile.in
index 18d9d9a6377..9e93be4e134 100644
--- a/doc/misc/Makefile.in
+++ b/doc/misc/Makefile.in
@@ -1,7 +1,7 @@
1#### Makefile for documentation other than the Emacs manual. 1#### Makefile for documentation other than the Emacs manual.
2 2
3# Copyright (C) 1994, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 3# Copyright (C) 1994, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
4# 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. 4# 2004, 2005, 2006, 2007, 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/doc/misc/ada-mode.texi b/doc/misc/ada-mode.texi
index b746824df67..fdb0bccc29d 100644
--- a/doc/misc/ada-mode.texi
+++ b/doc/misc/ada-mode.texi
@@ -4,7 +4,7 @@
4 4
5@copying 5@copying
6Copyright @copyright{} 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 6Copyright @copyright{} 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
72007, 2008, 2009, 2010 Free Software Foundation, Inc. 72007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
8 8
9@quotation 9@quotation
10Permission is granted to copy, distribute and/or modify this document 10Permission is granted to copy, distribute and/or modify this document
diff --git a/doc/misc/auth.texi b/doc/misc/auth.texi
index 2bd79ccdee3..7acb45c9381 100644
--- a/doc/misc/auth.texi
+++ b/doc/misc/auth.texi
@@ -7,7 +7,7 @@
7@copying 7@copying
8This file describes the Emacs auth-source library. 8This file describes the Emacs auth-source library.
9 9
10Copyright @copyright{} 2008, 2009, 2010 Free Software Foundation, Inc. 10Copyright @copyright{} 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
11 11
12@quotation 12@quotation
13Permission is granted to copy, distribute and/or modify this document 13Permission is granted to copy, distribute and/or modify this document
diff --git a/doc/misc/autotype.texi b/doc/misc/autotype.texi
index 3f7ad21f1d3..4c2335a8b50 100644
--- a/doc/misc/autotype.texi
+++ b/doc/misc/autotype.texi
@@ -11,7 +11,7 @@
11 11
12@copying 12@copying
13Copyright @copyright{} 1994, 1995, 1999, 2001, 2002, 2003, 2004, 2005, 13Copyright @copyright{} 1994, 1995, 1999, 2001, 2002, 2003, 2004, 2005,
142006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. 142006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
15 15
16@quotation 16@quotation
17Permission is granted to copy, distribute and/or modify this document 17Permission is granted to copy, distribute and/or modify this document
diff --git a/doc/misc/calc.texi b/doc/misc/calc.texi
index 1995a6f9936..b878e471900 100644
--- a/doc/misc/calc.texi
+++ b/doc/misc/calc.texi
@@ -93,7 +93,7 @@ This file documents Calc, the GNU Emacs calculator, included with GNU Emacs 23.3
93@end ifnotinfo 93@end ifnotinfo
94 94
95Copyright @copyright{} 1990, 1991, 2001, 2002, 2003, 2004, 95Copyright @copyright{} 1990, 1991, 2001, 2002, 2003, 2004,
962005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. 962005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
97 97
98@quotation 98@quotation
99Permission is granted to copy, distribute and/or modify this document 99Permission is granted to copy, distribute and/or modify this document
diff --git a/doc/misc/cc-mode.texi b/doc/misc/cc-mode.texi
index 0c42e0145a8..e80307a2de1 100644
--- a/doc/misc/cc-mode.texi
+++ b/doc/misc/cc-mode.texi
@@ -160,7 +160,7 @@ CC Mode
160This manual is for CC Mode in Emacs. 160This manual is for CC Mode in Emacs.
161 161
162Copyright @copyright{} 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 162Copyright @copyright{} 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
1632003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 1632003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
164Free Software Foundation, Inc. 164Free Software Foundation, Inc.
165 165
166@quotation 166@quotation
diff --git a/doc/misc/cl.texi b/doc/misc/cl.texi
index e3a0dde3e47..d36b0300be5 100644
--- a/doc/misc/cl.texi
+++ b/doc/misc/cl.texi
@@ -6,7 +6,7 @@
6This file documents the GNU Emacs Common Lisp emulation package. 6This file documents the GNU Emacs Common Lisp emulation package.
7 7
8Copyright @copyright{} 1993, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 8Copyright @copyright{} 1993, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
92008, 2009, 2010 Free Software Foundation, Inc. 92008, 2009, 2010, 2011 Free Software Foundation, Inc.
10 10
11@quotation 11@quotation
12Permission is granted to copy, distribute and/or modify this document 12Permission is granted to copy, distribute and/or modify this document
diff --git a/doc/misc/dbus.texi b/doc/misc/dbus.texi
index c92cb279f09..5a10550f600 100644
--- a/doc/misc/dbus.texi
+++ b/doc/misc/dbus.texi
@@ -6,7 +6,7 @@
6@c %**end of header 6@c %**end of header
7 7
8@copying 8@copying
9Copyright @copyright{} 2007, 2008, 2009, 2010 Free Software Foundation, Inc. 9Copyright @copyright{} 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
10 10
11@quotation 11@quotation
12Permission is granted to copy, distribute and/or modify this document 12Permission is granted to copy, distribute and/or modify this document
diff --git a/doc/misc/dired-x.texi b/doc/misc/dired-x.texi
index 0d05833d0ac..58fcc9ecbc0 100644
--- a/doc/misc/dired-x.texi
+++ b/doc/misc/dired-x.texi
@@ -19,7 +19,7 @@
19 19
20@copying 20@copying
21Copyright @copyright{} 1994, 1995, 1999, 2001, 2002, 2003, 2004, 21Copyright @copyright{} 1994, 1995, 1999, 2001, 2002, 2003, 2004,
222005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. 222005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
23 23
24@quotation 24@quotation
25Permission is granted to copy, distribute and/or modify this document 25Permission is granted to copy, distribute and/or modify this document
diff --git a/doc/misc/ebrowse.texi b/doc/misc/ebrowse.texi
index 86cae35a6f4..a4278f05c69 100644
--- a/doc/misc/ebrowse.texi
+++ b/doc/misc/ebrowse.texi
@@ -11,7 +11,7 @@
11This file documents Ebrowse, a C++ class browser for GNU Emacs. 11This file documents Ebrowse, a C++ class browser for GNU Emacs.
12 12
13Copyright @copyright{} 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 13Copyright @copyright{} 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
142008, 2009, 2010 Free Software Foundation, Inc. 142008, 2009, 2010, 2011 Free Software Foundation, Inc.
15 15
16@quotation 16@quotation
17Permission is granted to copy, distribute and/or modify this document 17Permission is granted to copy, distribute and/or modify this document
diff --git a/doc/misc/ede.texi b/doc/misc/ede.texi
index 7e1d6c7907a..267a2bed84c 100644
--- a/doc/misc/ede.texi
+++ b/doc/misc/ede.texi
@@ -6,7 +6,7 @@
6This file describes EDE, the Emacs Development Environment. 6This file describes EDE, the Emacs Development Environment.
7 7
8Copyright @copyright{} 1998, 1999, 2000, 2001, 2004, 2005, 2008, 2009, 8Copyright @copyright{} 1998, 1999, 2000, 2001, 2004, 2005, 2008, 2009,
92010 Free Software Foundation, Inc. 92010, 2011 Free Software Foundation, Inc.
10 10
11@quotation 11@quotation
12Permission is granted to copy, distribute and/or modify this document 12Permission is granted to copy, distribute and/or modify this document
diff --git a/doc/misc/ediff.texi b/doc/misc/ediff.texi
index 4259fccb390..a8b8da9e5d5 100644
--- a/doc/misc/ediff.texi
+++ b/doc/misc/ediff.texi
@@ -26,7 +26,7 @@ This file documents Ediff, a comprehensive visual interface to Unix diff
26and patch utilities. 26and patch utilities.
27 27
28Copyright @copyright{} 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 28Copyright @copyright{} 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
292003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. 292003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
30 30
31@quotation 31@quotation
32Permission is granted to copy, distribute and/or modify this document 32Permission is granted to copy, distribute and/or modify this document
diff --git a/doc/misc/edt.texi b/doc/misc/edt.texi
index f3d0eacc0f3..9997326b1d0 100644
--- a/doc/misc/edt.texi
+++ b/doc/misc/edt.texi
@@ -6,7 +6,7 @@
6This file documents the EDT emulation package for Emacs. 6This file documents the EDT emulation package for Emacs.
7 7
8Copyright @copyright{} 1986, 1992, 1994, 1995, 1999, 2000, 2001, 2002, 8Copyright @copyright{} 1986, 1992, 1994, 1995, 1999, 2000, 2001, 2002,
92003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 92003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
10Free Software Foundation, Inc. 10Free Software Foundation, Inc.
11 11
12@quotation 12@quotation
diff --git a/doc/misc/eieio.texi b/doc/misc/eieio.texi
index 169e52c1bd0..ea5d2e478f0 100644
--- a/doc/misc/eieio.texi
+++ b/doc/misc/eieio.texi
@@ -11,7 +11,7 @@
11@copying 11@copying
12This manual documents EIEIO, an object framework for Emacs Lisp. 12This manual documents EIEIO, an object framework for Emacs Lisp.
13 13
14Copyright @copyright{} 2007, 2008, 2009, 2010 Free Software Foundation, Inc. 14Copyright @copyright{} 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
15 15
16@quotation 16@quotation
17Permission is granted to copy, distribute and/or modify this document 17Permission is granted to copy, distribute and/or modify this document
diff --git a/doc/misc/emacs-mime.texi b/doc/misc/emacs-mime.texi
index 713a55c7cc7..a2080125c3f 100644
--- a/doc/misc/emacs-mime.texi
+++ b/doc/misc/emacs-mime.texi
@@ -10,7 +10,7 @@
10This file documents the Emacs MIME interface functionality. 10This file documents the Emacs MIME interface functionality.
11 11
12Copyright @copyright{} 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 12Copyright @copyright{} 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
132006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. 132006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
14 14
15@quotation 15@quotation
16Permission is granted to copy, distribute and/or modify this document 16Permission is granted to copy, distribute and/or modify this document
diff --git a/doc/misc/epa.texi b/doc/misc/epa.texi
index f9c48b1588a..7e49b8dc801 100644
--- a/doc/misc/epa.texi
+++ b/doc/misc/epa.texi
@@ -9,7 +9,7 @@
9@copying 9@copying
10This file describes EasyPG Assistant @value{VERSION}. 10This file describes EasyPG Assistant @value{VERSION}.
11 11
12Copyright @copyright{} 2007, 2008, 2009, 2010 Free Software Foundation, Inc. 12Copyright @copyright{} 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
13 13
14@quotation 14@quotation
15Permission is granted to copy, distribute and/or modify this document 15Permission is granted to copy, distribute and/or modify this document
diff --git a/doc/misc/erc.texi b/doc/misc/erc.texi
index 1c547bf80e5..0d87d7d315a 100644
--- a/doc/misc/erc.texi
+++ b/doc/misc/erc.texi
@@ -8,7 +8,7 @@
8@copying 8@copying
9This manual is for ERC version 5.3. 9This manual is for ERC version 5.3.
10 10
11Copyright @copyright{} 2005, 2006, 2007, 2008, 2009, 2010 11Copyright @copyright{} 2005, 2006, 2007, 2008, 2009, 2010, 2011
12Free Software Foundation, Inc. 12Free Software Foundation, Inc.
13 13
14@quotation 14@quotation
diff --git a/doc/misc/eshell.texi b/doc/misc/eshell.texi
index d04a8a76311..732ed253875 100644
--- a/doc/misc/eshell.texi
+++ b/doc/misc/eshell.texi
@@ -9,7 +9,7 @@
9This manual is for Eshell, the Emacs shell. 9This manual is for Eshell, the Emacs shell.
10 10
11Copyright @copyright{} 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 11Copyright @copyright{} 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
122007, 2008, 2009, 2010 Free Software Foundation, Inc. 122007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
13 13
14@quotation 14@quotation
15Permission is granted to copy, distribute and/or modify this document 15Permission is granted to copy, distribute and/or modify this document
diff --git a/doc/misc/eudc.texi b/doc/misc/eudc.texi
index b62c0ed75ea..f018fdf8590 100644
--- a/doc/misc/eudc.texi
+++ b/doc/misc/eudc.texi
@@ -13,7 +13,7 @@ directory servers using various protocols such as LDAP or the CCSO white
13pages directory system (PH/QI) 13pages directory system (PH/QI)
14 14
15Copyright @copyright{} 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 15Copyright @copyright{} 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
162007, 2008, 2009, 2010 Free Software Foundation, Inc. 162007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
17 17
18@quotation 18@quotation
19Permission is granted to copy, distribute and/or modify this document 19Permission is granted to copy, distribute and/or modify this document
diff --git a/doc/misc/faq.texi b/doc/misc/faq.texi
index 9f4077e547d..f9db4c50581 100644
--- a/doc/misc/faq.texi
+++ b/doc/misc/faq.texi
@@ -13,7 +13,7 @@
13 13
14@copying 14@copying
15Copyright @copyright{} 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 15Copyright @copyright{} 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
162009, 2010 Free Software Foundation, Inc.@* 162009, 2010, 2011 Free Software Foundation, Inc.@*
17Copyright @copyright{} 1994, 1995, 1996, 1997, 1998, 1999, 2000 17Copyright @copyright{} 1994, 1995, 1996, 1997, 1998, 1999, 2000
18Reuven M. Lerner@* 18Reuven M. Lerner@*
19Copyright @copyright{} 1992, 1993 Steven Byrnes@* 19Copyright @copyright{} 1992, 1993 Steven Byrnes@*
diff --git a/doc/misc/flymake.texi b/doc/misc/flymake.texi
index 0606fcc134d..bdbbee1b640 100644
--- a/doc/misc/flymake.texi
+++ b/doc/misc/flymake.texi
@@ -11,7 +11,7 @@
11This manual is for GNU Flymake (version @value{VERSION}, @value{UPDATED}), 11This manual is for GNU Flymake (version @value{VERSION}, @value{UPDATED}),
12which is a universal on-the-fly syntax checker for GNU Emacs. 12which is a universal on-the-fly syntax checker for GNU Emacs.
13 13
14Copyright @copyright{} 2004, 2005, 2006, 2007, 2008, 2009, 2010 14Copyright @copyright{} 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
15Free Software Foundation, Inc. 15Free Software Foundation, Inc.
16 16
17@quotation 17@quotation
diff --git a/doc/misc/forms.texi b/doc/misc/forms.texi
index a7779763c3f..fc809db576f 100644
--- a/doc/misc/forms.texi
+++ b/doc/misc/forms.texi
@@ -19,7 +19,7 @@
19This file documents Forms mode, a form-editing major mode for GNU Emacs. 19This file documents Forms mode, a form-editing major mode for GNU Emacs.
20 20
21Copyright @copyright{} 1989, 1997, 2001, 2002, 2003, 2004, 21Copyright @copyright{} 1989, 1997, 2001, 2002, 2003, 2004,
222005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. 222005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
23 23
24@quotation 24@quotation
25Permission is granted to copy, distribute and/or modify this document 25Permission is granted to copy, distribute and/or modify this document
diff --git a/doc/misc/gnus-coding.texi b/doc/misc/gnus-coding.texi
index fd637ece6a8..666a99fc48a 100644
--- a/doc/misc/gnus-coding.texi
+++ b/doc/misc/gnus-coding.texi
@@ -7,7 +7,7 @@
7@syncodeindex pg cp 7@syncodeindex pg cp
8 8
9@copying 9@copying
10Copyright @copyright{} 2004, 2005, 2007, 2008, 2009, 2010 Free Software 10Copyright @copyright{} 2004, 2005, 2007, 2008, 2009, 2010, 2011 Free Software
11Foundation, Inc. 11Foundation, Inc.
12 12
13@quotation 13@quotation
diff --git a/doc/misc/gnus-faq.texi b/doc/misc/gnus-faq.texi
index 78a22740e32..d224d36fcda 100644
--- a/doc/misc/gnus-faq.texi
+++ b/doc/misc/gnus-faq.texi
@@ -2,7 +2,7 @@
2@c Uncomment 1st line before texing this file alone. 2@c Uncomment 1st line before texing this file alone.
3@c %**start of header 3@c %**start of header
4@c Copyright (C) 1995, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 4@c Copyright (C) 1995, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
5@c 2009, 2010 Free Software Foundation, Inc. 5@c 2009, 2010, 2011 Free Software Foundation, Inc.
6@c 6@c
7@c Do not modify this file, it was generated from gnus-faq.xml, available from 7@c Do not modify this file, it was generated from gnus-faq.xml, available from
8@c <URL:http://my.gnus.org/FAQ/>. 8@c <URL:http://my.gnus.org/FAQ/>.
diff --git a/doc/misc/gnus-news.el b/doc/misc/gnus-news.el
index 49a170800ac..5939773805a 100644
--- a/doc/misc/gnus-news.el
+++ b/doc/misc/gnus-news.el
@@ -1,5 +1,5 @@
1;;; gnus-news.el --- a hack to create GNUS-NEWS from texinfo source 1;;; gnus-news.el --- a hack to create GNUS-NEWS from texinfo source
2;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. 2;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
3 3
4;; Author: Reiner Steib <Reiner.Steib@gmx.de> 4;; Author: Reiner Steib <Reiner.Steib@gmx.de>
5;; Keywords: tools 5;; Keywords: tools
@@ -27,7 +27,7 @@
27"GNUS NEWS -- history of user-visible changes. 27"GNUS NEWS -- history of user-visible changes.
28 28
29Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 29Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005,
30 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. 30 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
31See the end of the file for license conditions. 31See the end of the file for license conditions.
32 32
33Please send Gnus bug reports to bugs@gnus.org. 33Please send Gnus bug reports to bugs@gnus.org.
diff --git a/doc/misc/gnus-news.texi b/doc/misc/gnus-news.texi
index 29246313c84..4e4480689a3 100644
--- a/doc/misc/gnus-news.texi
+++ b/doc/misc/gnus-news.texi
@@ -1,6 +1,6 @@
1@c -*-texinfo-*- 1@c -*-texinfo-*-
2 2
3@c Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. 3@c Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
4 4
5@c Permission is granted to anyone to make or distribute verbatim copies 5@c Permission is granted to anyone to make or distribute verbatim copies
6@c of this document as received, in any medium, provided that the 6@c of this document as received, in any medium, provided that the
diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi
index 5bb28c5294c..55d918dd7e8 100644
--- a/doc/misc/gnus.texi
+++ b/doc/misc/gnus.texi
@@ -10,7 +10,7 @@
10 10
11@copying 11@copying
12Copyright @copyright{} 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 12Copyright @copyright{} 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
132003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. 132003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
14 14
15@quotation 15@quotation
16Permission is granted to copy, distribute and/or modify this document 16Permission is granted to copy, distribute and/or modify this document
diff --git a/doc/misc/idlwave.texi b/doc/misc/idlwave.texi
index 0618f110c30..2e8aa8a0280 100644
--- a/doc/misc/idlwave.texi
+++ b/doc/misc/idlwave.texi
@@ -23,7 +23,7 @@ This is edition @value{EDITION} of the IDLWAVE User Manual for IDLWAVE
23@value{VERSION}. 23@value{VERSION}.
24 24
25Copyright @copyright{} 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 25Copyright @copyright{} 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
262007, 2008, 2009, 2010 Free Software Foundation, Inc. 262007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
27 27
28@quotation 28@quotation
29Permission is granted to copy, distribute and/or modify this document 29Permission is granted to copy, distribute and/or modify this document
diff --git a/doc/misc/info.texi b/doc/misc/info.texi
index 97cc17812e4..03b9b64a395 100644
--- a/doc/misc/info.texi
+++ b/doc/misc/info.texi
@@ -15,7 +15,7 @@ This file describes how to use Info, the on-line, menu-driven GNU
15documentation system. 15documentation system.
16 16
17Copyright @copyright{} 1989, 1992, 1996, 1997, 1998, 1999, 2000, 2001, 17Copyright @copyright{} 1989, 1992, 1996, 1997, 1998, 1999, 2000, 2001,
182002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 182002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
19Free Software Foundation, Inc. 19Free Software Foundation, Inc.
20 20
21@quotation 21@quotation
diff --git a/doc/misc/mairix-el.texi b/doc/misc/mairix-el.texi
index 578164e8e57..dc391bd430a 100644
--- a/doc/misc/mairix-el.texi
+++ b/doc/misc/mairix-el.texi
@@ -6,7 +6,7 @@
6@documentencoding ISO-8859-1 6@documentencoding ISO-8859-1
7 7
8@copying 8@copying
9Copyright @copyright{} 2008, 2009, 2010 Free Software Foundation, Inc. 9Copyright @copyright{} 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
10 10
11@quotation 11@quotation
12Permission is granted to copy, distribute and/or modify this document 12Permission is granted to copy, distribute and/or modify this document
diff --git a/doc/misc/makefile.w32-in b/doc/misc/makefile.w32-in
index 1c5fec41095..942847976e7 100644
--- a/doc/misc/makefile.w32-in
+++ b/doc/misc/makefile.w32-in
@@ -1,6 +1,6 @@
1#### -*- Makefile -*- for documentation other than the Emacs manual. 1#### -*- Makefile -*- for documentation other than the Emacs manual.
2 2
3# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 3# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
4# Free Software Foundation, Inc. 4# Free Software Foundation, Inc.
5 5
6# This file is part of GNU Emacs. 6# This file is part of GNU Emacs.
diff --git a/doc/misc/message.texi b/doc/misc/message.texi
index 283d29c0de4..86bc70ba0f0 100644
--- a/doc/misc/message.texi
+++ b/doc/misc/message.texi
@@ -9,7 +9,7 @@
9This file documents Message, the Emacs message composition mode. 9This file documents Message, the Emacs message composition mode.
10 10
11Copyright @copyright{} 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 11Copyright @copyright{} 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
122004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. 122004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
13 13
14@quotation 14@quotation
15Permission is granted to copy, distribute and/or modify this document 15Permission is granted to copy, distribute and/or modify this document
diff --git a/doc/misc/mh-e.texi b/doc/misc/mh-e.texi
index a06a7231112..dd48306b032 100644
--- a/doc/misc/mh-e.texi
+++ b/doc/misc/mh-e.texi
@@ -25,7 +25,7 @@ This is version @value{VERSION}@value{EDITION} of @cite{The MH-E
25Manual}, last updated @value{UPDATED}. 25Manual}, last updated @value{UPDATED}.
26 26
27Copyright @copyright{} 1995, 2001, 2002, 2003, 2005, 2006, 2007, 2008, 27Copyright @copyright{} 1995, 2001, 2002, 2003, 2005, 2006, 2007, 2008,
28 2009, 2010 Free Software Foundation, Inc. 28 2009, 2010, 2011 Free Software Foundation, Inc.
29 29
30@c This dual license has been agreed upon by the FSF. 30@c This dual license has been agreed upon by the FSF.
31 31
diff --git a/doc/misc/newsticker.texi b/doc/misc/newsticker.texi
index 5c975772139..5f65522e9b6 100644
--- a/doc/misc/newsticker.texi
+++ b/doc/misc/newsticker.texi
@@ -13,7 +13,7 @@
13This manual is for Newsticker (version @value{VERSION}, @value{UPDATED}). 13This manual is for Newsticker (version @value{VERSION}, @value{UPDATED}).
14 14
15@noindent 15@noindent
16Copyright @copyright{} 2004, 2005, 2006, 2007, 2008, 2009, 2010 16Copyright @copyright{} 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
17Free Software Foundation, Inc. 17Free Software Foundation, Inc.
18 18
19@quotation 19@quotation
diff --git a/doc/misc/nxml-mode.texi b/doc/misc/nxml-mode.texi
index d076f0dd820..16ca2e16e9d 100644
--- a/doc/misc/nxml-mode.texi
+++ b/doc/misc/nxml-mode.texi
@@ -8,7 +8,7 @@
8This manual documents nxml-mode, an Emacs major mode for editing 8This manual documents nxml-mode, an Emacs major mode for editing
9XML with RELAX NG support. 9XML with RELAX NG support.
10 10
11Copyright @copyright{} 2007, 2008, 2009, 2010 11Copyright @copyright{} 2007, 2008, 2009, 2010, 2011
12Free Software Foundation, Inc. 12Free Software Foundation, Inc.
13 13
14@quotation 14@quotation
diff --git a/doc/misc/org.texi b/doc/misc/org.texi
index d4857d7a61c..b20e1c6ce03 100644
--- a/doc/misc/org.texi
+++ b/doc/misc/org.texi
@@ -45,7 +45,7 @@ e.g.,
45@copying 45@copying
46This manual is for Org version @value{VERSION}. 46This manual is for Org version @value{VERSION}.
47 47
48Copyright @copyright{} 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation 48Copyright @copyright{} 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation
49 49
50@quotation 50@quotation
51Permission is granted to copy, distribute and/or modify this document 51Permission is granted to copy, distribute and/or modify this document
diff --git a/doc/misc/pcl-cvs.texi b/doc/misc/pcl-cvs.texi
index e4adf47ddb2..909c0e3507c 100644
--- a/doc/misc/pcl-cvs.texi
+++ b/doc/misc/pcl-cvs.texi
@@ -7,7 +7,7 @@
7 7
8@copying 8@copying
9Copyright @copyright{} 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 9Copyright @copyright{} 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
101999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 101999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
11Free Software Foundation, Inc. 11Free Software Foundation, Inc.
12 12
13@quotation 13@quotation
diff --git a/doc/misc/pgg.texi b/doc/misc/pgg.texi
index 640dfd8f749..0637484c5b6 100644
--- a/doc/misc/pgg.texi
+++ b/doc/misc/pgg.texi
@@ -9,7 +9,7 @@ This file describes PGG @value{VERSION}, an Emacs interface to various
9PGP implementations. 9PGP implementations.
10 10
11Copyright @copyright{} 2001, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 11Copyright @copyright{} 2001, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
122010 Free Software Foundation, Inc. 122010, 2011 Free Software Foundation, Inc.
13 13
14@quotation 14@quotation
15Permission is granted to copy, distribute and/or modify this document 15Permission is granted to copy, distribute and/or modify this document
diff --git a/doc/misc/rcirc.texi b/doc/misc/rcirc.texi
index c27cf4dc182..43933996994 100644
--- a/doc/misc/rcirc.texi
+++ b/doc/misc/rcirc.texi
@@ -5,7 +5,7 @@
5@c %**end of header 5@c %**end of header
6 6
7@copying 7@copying
8Copyright @copyright{} 2006, 2007, 2008, 2009, 2010 8Copyright @copyright{} 2006, 2007, 2008, 2009, 2010, 2011
9Free Software Foundation, Inc. 9Free Software Foundation, Inc.
10 10
11@quotation 11@quotation
diff --git a/doc/misc/reftex.texi b/doc/misc/reftex.texi
index 9d06ceccd9e..73f40c2559b 100644
--- a/doc/misc/reftex.texi
+++ b/doc/misc/reftex.texi
@@ -28,7 +28,7 @@ This is edition @value{EDITION} of the @b{Ref@TeX{}} User Manual for
28@b{Ref@TeX{}} @value{VERSION} 28@b{Ref@TeX{}} @value{VERSION}
29 29
30Copyright @copyright{} 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 30Copyright @copyright{} 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
312005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. 312005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
32 32
33@quotation 33@quotation
34Permission is granted to copy, distribute and/or modify this document 34Permission is granted to copy, distribute and/or modify this document
diff --git a/doc/misc/remember.texi b/doc/misc/remember.texi
index f9b75e1be00..58d50c97149 100644
--- a/doc/misc/remember.texi
+++ b/doc/misc/remember.texi
@@ -8,7 +8,7 @@
8@copying 8@copying
9This manual is for Remember Mode, version 1.9 9This manual is for Remember Mode, version 1.9
10 10
11Copyright @copyright{} 2001, 2004, 2005, 2007, 2008, 2009, 2010 11Copyright @copyright{} 2001, 2004, 2005, 2007, 2008, 2009, 2010, 2011
12Free Software Foundation, Inc. 12Free Software Foundation, Inc.
13 13
14@quotation 14@quotation
diff --git a/doc/misc/sasl.texi b/doc/misc/sasl.texi
index 8a8421b4870..f18caf12b84 100644
--- a/doc/misc/sasl.texi
+++ b/doc/misc/sasl.texi
@@ -7,7 +7,7 @@
7@copying 7@copying
8This file describes the Emacs SASL library, version @value{VERSION}. 8This file describes the Emacs SASL library, version @value{VERSION}.
9 9
10Copyright @copyright{} 2000, 2004, 2005, 2006, 2007, 2008, 2009, 2010 10Copyright @copyright{} 2000, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
11Free Software Foundation, Inc. 11Free Software Foundation, Inc.
12 12
13@quotation 13@quotation
diff --git a/doc/misc/sc.texi b/doc/misc/sc.texi
index 72a6bfc8989..b85c9e88715 100644
--- a/doc/misc/sc.texi
+++ b/doc/misc/sc.texi
@@ -15,7 +15,7 @@ This document describes Supercite, an Emacs package for citing and
15attributing replies to mail and news messages. 15attributing replies to mail and news messages.
16 16
17Copyright @copyright{} 1993, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 17Copyright @copyright{} 1993, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
182008, 2009, 2010 Free Software Foundation, Inc. 182008, 2009, 2010, 2011 Free Software Foundation, Inc.
19 19
20@quotation 20@quotation
21Permission is granted to copy, distribute and/or modify this document 21Permission is granted to copy, distribute and/or modify this document
diff --git a/doc/misc/sem-user.texi b/doc/misc/sem-user.texi
index c731c1843dd..f986c0fd452 100644
--- a/doc/misc/sem-user.texi
+++ b/doc/misc/sem-user.texi
@@ -1,7 +1,7 @@
1@c This file is included by semantic.texi 1@c This file is included by semantic.texi
2 2
3@c Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2009, 3@c Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2009,
4@c 2010 Free Software Foundation, Inc. 4@c 2010, 2011 Free Software Foundation, Inc.
5 5
6@c Permission is granted to copy, distribute and/or modify this 6@c Permission is granted to copy, distribute and/or modify this
7@c document under the terms of the GNU Free Documentation License, 7@c document under the terms of the GNU Free Documentation License,
diff --git a/doc/misc/semantic.texi b/doc/misc/semantic.texi
index 65bd718dfff..87ca1224516 100644
--- a/doc/misc/semantic.texi
+++ b/doc/misc/semantic.texi
@@ -25,7 +25,7 @@
25This manual documents the Semantic library and utilities. 25This manual documents the Semantic library and utilities.
26 26
27Copyright @copyright{} 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007, 27Copyright @copyright{} 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007,
282009, 2010 Free Software Foundation, Inc. 282009, 2010, 2011 Free Software Foundation, Inc.
29 29
30@quotation 30@quotation
31Permission is granted to copy, distribute and/or modify this document 31Permission is granted to copy, distribute and/or modify this document
diff --git a/doc/misc/ses.texi b/doc/misc/ses.texi
index 60d419083e2..94ef50e4348 100644
--- a/doc/misc/ses.texi
+++ b/doc/misc/ses.texi
@@ -12,7 +12,7 @@
12This file documents SES: the Simple Emacs Spreadsheet. 12This file documents SES: the Simple Emacs Spreadsheet.
13 13
14Copyright @copyright{} 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 14Copyright @copyright{} 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
152010 Free Software Foundation, Inc. 152010, 2011 Free Software Foundation, Inc.
16 16
17@quotation 17@quotation
18Permission is granted to copy, distribute and/or modify this document 18Permission is granted to copy, distribute and/or modify this document
diff --git a/doc/misc/sieve.texi b/doc/misc/sieve.texi
index 9a1a0faf4c8..12284b09fda 100644
--- a/doc/misc/sieve.texi
+++ b/doc/misc/sieve.texi
@@ -9,7 +9,7 @@
9This file documents the Emacs Sieve package, for server-side mail filtering. 9This file documents the Emacs Sieve package, for server-side mail filtering.
10 10
11Copyright @copyright{} 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 11Copyright @copyright{} 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
122009, 2010 Free Software Foundation, Inc. 122009, 2010, 2011 Free Software Foundation, Inc.
13 13
14@quotation 14@quotation
15Permission is granted to copy, distribute and/or modify this document 15Permission is granted to copy, distribute and/or modify this document
diff --git a/doc/misc/smtpmail.texi b/doc/misc/smtpmail.texi
index 05bae38e7a8..b59c8ab5808 100644
--- a/doc/misc/smtpmail.texi
+++ b/doc/misc/smtpmail.texi
@@ -3,7 +3,7 @@
3@settitle Emacs SMTP Library 3@settitle Emacs SMTP Library
4@syncodeindex vr fn 4@syncodeindex vr fn
5@copying 5@copying
6Copyright @copyright{} 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 6Copyright @copyright{} 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
7Free Software Foundation, Inc. 7Free Software Foundation, Inc.
8 8
9@quotation 9@quotation
diff --git a/doc/misc/speedbar.texi b/doc/misc/speedbar.texi
index aaf9e938de7..88c293e67f1 100644
--- a/doc/misc/speedbar.texi
+++ b/doc/misc/speedbar.texi
@@ -5,7 +5,7 @@
5 5
6@copying 6@copying
7Copyright @copyright{} 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 7Copyright @copyright{} 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
82007, 2008, 2009, 2010 Free Software Foundation, Inc. 82007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
9 9
10@quotation 10@quotation
11Permission is granted to copy, distribute and/or modify this document 11Permission is granted to copy, distribute and/or modify this document
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi
index b9c83be457e..7c59c9f1e05 100644
--- a/doc/misc/tramp.texi
+++ b/doc/misc/tramp.texi
@@ -38,7 +38,7 @@
38 38
39@copying 39@copying
40Copyright @copyright{} 1999, 2000, 2001, 2002, 2003, 2004, 2005, 40Copyright @copyright{} 1999, 2000, 2001, 2002, 2003, 2004, 2005,
412006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. 412006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
42 42
43@quotation 43@quotation
44Permission is granted to copy, distribute and/or modify this document 44Permission is granted to copy, distribute and/or modify this document
diff --git a/doc/misc/trampver.texi b/doc/misc/trampver.texi
index 12848948e92..582f0a8bc20 100644
--- a/doc/misc/trampver.texi
+++ b/doc/misc/trampver.texi
@@ -3,7 +3,7 @@
3 3
4@c This is part of the Emacs manual. 4@c This is part of the Emacs manual.
5@c Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 5@c Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009,
6@c 2010 Free Software Foundation, Inc. 6@c 2010, 2011 Free Software Foundation, Inc.
7@c See file doclicense.texi for copying conditions. 7@c See file doclicense.texi for copying conditions.
8 8
9@c In the Tramp CVS, the version number is auto-frobbed from 9@c In the Tramp CVS, the version number is auto-frobbed from
diff --git a/doc/misc/url.texi b/doc/misc/url.texi
index a6bbf0bd3eb..e1dc3d38e23 100644
--- a/doc/misc/url.texi
+++ b/doc/misc/url.texi
@@ -22,7 +22,7 @@
22This file documents the Emacs Lisp URL loading package. 22This file documents the Emacs Lisp URL loading package.
23 23
24Copyright @copyright{} 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2002, 24Copyright @copyright{} 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2002,
252004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. 252004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
26 26
27@quotation 27@quotation
28Permission is granted to copy, distribute and/or modify this document 28Permission is granted to copy, distribute and/or modify this document
diff --git a/doc/misc/vip.texi b/doc/misc/vip.texi
index 2a4d4191082..c136070a412 100644
--- a/doc/misc/vip.texi
+++ b/doc/misc/vip.texi
@@ -4,7 +4,7 @@
4 4
5@copying 5@copying
6Copyright @copyright{} 1987, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 6Copyright @copyright{} 1987, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
72008, 2009, 2010 Free Software Foundation, Inc. 72008, 2009, 2010, 2011 Free Software Foundation, Inc.
8 8
9@quotation 9@quotation
10Permission is granted to copy, distribute and/or modify this document 10Permission is granted to copy, distribute and/or modify this document
diff --git a/doc/misc/viper.texi b/doc/misc/viper.texi
index 2100e652950..1b087559e86 100644
--- a/doc/misc/viper.texi
+++ b/doc/misc/viper.texi
@@ -8,7 +8,7 @@
8 8
9@copying 9@copying
10Copyright @copyright{} 1995, 1996, 1997, 2001, 2002, 2003, 2004, 10Copyright @copyright{} 1995, 1996, 1997, 2001, 2002, 2003, 2004,
112005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. 112005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
12 12
13@quotation 13@quotation
14Permission is granted to copy, distribute and/or modify this document 14Permission is granted to copy, distribute and/or modify this document
diff --git a/doc/misc/widget.texi b/doc/misc/widget.texi
index 2d95daf36d4..275da073a9f 100644
--- a/doc/misc/widget.texi
+++ b/doc/misc/widget.texi
@@ -9,7 +9,7 @@
9 9
10@copying 10@copying
11Copyright @copyright{} 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 11Copyright @copyright{} 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
122008, 2009, 2010 Free Software Foundation, Inc. 122008, 2009, 2010, 2011 Free Software Foundation, Inc.
13 13
14@quotation 14@quotation
15Permission is granted to copy, distribute and/or modify this document 15Permission is granted to copy, distribute and/or modify this document
diff --git a/doc/misc/woman.texi b/doc/misc/woman.texi
index ba772c4b4a1..9c2643ba4eb 100644
--- a/doc/misc/woman.texi
+++ b/doc/misc/woman.texi
@@ -19,7 +19,7 @@ This file documents WoMan: A program to browse Unix manual pages `W.O.
19(without) man'. 19(without) man'.
20 20
21Copyright @copyright{} 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 21Copyright @copyright{} 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
222009, 2010 Free Software Foundation, Inc. 222009, 2010, 2011 Free Software Foundation, Inc.
23 23
24@quotation 24@quotation
25Permission is granted to copy, distribute and/or modify this document 25Permission is granted to copy, distribute and/or modify this document