diff options
Diffstat (limited to 'admin')
36 files changed, 60 insertions, 56 deletions
diff --git a/admin/ChangeLog b/admin/ChangeLog index 7d56b2aeb5e..8fd3b828a71 100644 --- a/admin/ChangeLog +++ b/admin/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2010-01-12 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * emacs-pretesters, make-announcement: Use bug-gnu-emacs rather | ||
| 4 | than emacs-pretest-bug for bug reports for development versions. | ||
| 5 | |||
| 1 | 2009-11-06 Kenichi Handa <handa@m17n.org> | 6 | 2009-11-06 Kenichi Handa <handa@m17n.org> |
| 2 | 7 | ||
| 3 | * unidata/unidata-gen.el (unidata-gen-table): Fix for the case | 8 | * unidata/unidata-gen.el (unidata-gen-table): Fix for the case |
| @@ -843,7 +848,7 @@ | |||
| 843 | ;; End: | 848 | ;; End: |
| 844 | 849 | ||
| 845 | Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, | 850 | Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, |
| 846 | 2008, 2009 Free Software Foundation, Inc. | 851 | 2008, 2009, 2010 Free Software Foundation, Inc. |
| 847 | 852 | ||
| 848 | This file is part of GNU Emacs. | 853 | This file is part of GNU Emacs. |
| 849 | 854 | ||
diff --git a/admin/README b/admin/README index 0c44aa0e32f..d35ffebc61b 100644 --- a/admin/README +++ b/admin/README | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 | 1 | Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 |
| 2 | Free Software Foundation, Inc. | 2 | Free Software Foundation, Inc. |
| 3 | See the end of the file for license conditions. | 3 | See the end of the file for license conditions. |
| 4 | 4 | ||
diff --git a/admin/admin.el b/admin/admin.el index f4ebdc5e614..984f3649b2c 100644 --- a/admin/admin.el +++ b/admin/admin.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; admin.el --- utilities for Emacs administration | 1 | ;;; admin.el --- utilities for Emacs administration |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 | 3 | ;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 |
| 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/admin/alloc-colors.c b/admin/alloc-colors.c index a8d0b92f613..8ff699382a0 100644 --- a/admin/alloc-colors.c +++ b/admin/alloc-colors.c | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Allocate X colors. Used for testing with dense colormaps. | 1 | /* Allocate X colors. Used for testing with dense colormaps. |
| 2 | Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 | 2 | Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 |
| 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/admin/build-configs b/admin/build-configs index da24a2d79f0..e20024ff666 100755 --- a/admin/build-configs +++ b/admin/build-configs | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | #! /usr/bin/perl | 1 | #! /usr/bin/perl |
| 2 | # Build Emacs in several different configurations. | 2 | # Build Emacs in several different configurations. |
| 3 | 3 | ||
| 4 | # Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 | 4 | # Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 |
| 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/admin/charsets/Makefile b/admin/charsets/Makefile index 3c44417eb4d..a93b18b63cc 100644 --- a/admin/charsets/Makefile +++ b/admin/charsets/Makefile | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | # Makefile -- Makefile to generate charset maps in etc/charsets. | 1 | # Makefile -- Makefile to generate charset maps in etc/charsets. |
| 2 | # Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 | 2 | # Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 |
| 3 | # National Institute of Advanced Industrial Science and Technology (AIST) | 3 | # National Institute of Advanced Industrial Science and Technology (AIST) |
| 4 | # Registration Number H13PRO009 | 4 | # Registration Number H13PRO009 |
| 5 | # | 5 | # |
diff --git a/admin/charsets/big5.awk b/admin/charsets/big5.awk index 7213c437a10..a0113a6677c 100644 --- a/admin/charsets/big5.awk +++ b/admin/charsets/big5.awk | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 | 1 | # Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 |
| 2 | # National Institute of Advanced Industrial Science and Technology (AIST) | 2 | # National Institute of Advanced Industrial Science and Technology (AIST) |
| 3 | # Registration Number H13PRO009 | 3 | # Registration Number H13PRO009 |
| 4 | 4 | ||
diff --git a/admin/charsets/compact.awk b/admin/charsets/compact.awk index 0e55631ea2c..f84715e1d8d 100644 --- a/admin/charsets/compact.awk +++ b/admin/charsets/compact.awk | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | # compact.awk -- Make charset map compact. | 1 | # compact.awk -- Make charset map compact. |
| 2 | # Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 | 2 | # Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 |
| 3 | # National Institute of Advanced Industrial Science and Technology (AIST) | 3 | # National Institute of Advanced Industrial Science and Technology (AIST) |
| 4 | # Registration Number H13PRO009 | 4 | # Registration Number H13PRO009 |
| 5 | 5 | ||
diff --git a/admin/charsets/cp51932.awk b/admin/charsets/cp51932.awk index 161342e7f9f..387f314fe37 100644 --- a/admin/charsets/cp51932.awk +++ b/admin/charsets/cp51932.awk | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | # cp51932.awk -- Generate a translation table for CP51932. | 1 | # cp51932.awk -- Generate a translation table for CP51932. |
| 2 | # Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 | 2 | # Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 |
| 3 | # National Institute of Advanced Industrial Science and Technology (AIST) | 3 | # National Institute of Advanced Industrial Science and Technology (AIST) |
| 4 | # Registration Number H13PRO009 | 4 | # Registration Number H13PRO009 |
| 5 | 5 | ||
diff --git a/admin/charsets/cp932.awk b/admin/charsets/cp932.awk index fb50d098a7b..397f025acee 100644 --- a/admin/charsets/cp932.awk +++ b/admin/charsets/cp932.awk | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | # cp932.awk -- Add sort keys and append user defined area to CP932-2BYTE.map. | 1 | # cp932.awk -- Add sort keys and append user defined area to CP932-2BYTE.map. |
| 2 | # Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 | 2 | # Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 |
| 3 | # National Institute of Advanced Industrial Science and Technology (AIST) | 3 | # National Institute of Advanced Industrial Science and Technology (AIST) |
| 4 | # Registration Number H13PRO009 | 4 | # Registration Number H13PRO009 |
| 5 | 5 | ||
diff --git a/admin/charsets/eucjp-ms.awk b/admin/charsets/eucjp-ms.awk index 7710e0c0e00..f5876777b01 100644 --- a/admin/charsets/eucjp-ms.awk +++ b/admin/charsets/eucjp-ms.awk | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | # eucjp-ms.awk -- Generate a translation table for eucJP-ms. | 1 | # eucjp-ms.awk -- Generate a translation table for eucJP-ms. |
| 2 | # Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 | 2 | # Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 |
| 3 | # National Institute of Advanced Industrial Science and Technology (AIST) | 3 | # National Institute of Advanced Industrial Science and Technology (AIST) |
| 4 | # Registration Number H13PRO009 | 4 | # Registration Number H13PRO009 |
| 5 | 5 | ||
diff --git a/admin/charsets/gb180302.awk b/admin/charsets/gb180302.awk index d5ee74c4c1f..fd8748f50be 100644 --- a/admin/charsets/gb180302.awk +++ b/admin/charsets/gb180302.awk | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 | 1 | # Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 |
| 2 | # National Institute of Advanced Industrial Science and Technology (AIST) | 2 | # National Institute of Advanced Industrial Science and Technology (AIST) |
| 3 | # Registration Number H13PRO009 | 3 | # Registration Number H13PRO009 |
| 4 | 4 | ||
diff --git a/admin/charsets/gb180304.awk b/admin/charsets/gb180304.awk index 74038b4a293..43e2b474841 100644 --- a/admin/charsets/gb180304.awk +++ b/admin/charsets/gb180304.awk | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 | 1 | # Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 |
| 2 | # National Institute of Advanced Industrial Science and Technology (AIST) | 2 | # National Institute of Advanced Industrial Science and Technology (AIST) |
| 3 | # Registration Number H13PRO009 | 3 | # Registration Number H13PRO009 |
| 4 | 4 | ||
diff --git a/admin/charsets/mapconv b/admin/charsets/mapconv index 64c0772af52..89943074939 100755 --- a/admin/charsets/mapconv +++ b/admin/charsets/mapconv | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | #!/bin/sh | 1 | #!/bin/sh |
| 2 | 2 | ||
| 3 | # Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 | 3 | # Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 |
| 4 | # National Institute of Advanced Industrial Science and Technology (AIST) | 4 | # National Institute of Advanced Industrial Science and Technology (AIST) |
| 5 | # Registration Number H13PRO009 | 5 | # Registration Number H13PRO009 |
| 6 | 6 | ||
diff --git a/admin/charsets/mapfiles/README b/admin/charsets/mapfiles/README index 66fc3546341..3e09cfd098f 100644 --- a/admin/charsets/mapfiles/README +++ b/admin/charsets/mapfiles/README | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | Copyright (C) 2009 Free Software Foundation, Inc. | 1 | Copyright (C) 2009, 2010 Free Software Foundation, Inc. |
| 2 | Copyright (C) 2009 | 2 | Copyright (C) 2009, 2010 |
| 3 | National Institute of Advanced Industrial Science and Technology (AIST) | 3 | National Institute of Advanced Industrial Science and Technology (AIST) |
| 4 | Registration Number H13PRO009 | 4 | Registration Number H13PRO009 |
| 5 | See the end of the file for license conditions. | 5 | See the end of the file for license conditions. |
diff --git a/admin/charsets/mule-charsets.el b/admin/charsets/mule-charsets.el index 5ae51b3dcfd..07708bcd5a4 100644 --- a/admin/charsets/mule-charsets.el +++ b/admin/charsets/mule-charsets.el | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | ;; mule-charsets.el -- Generate Mule-orignal charset maps. | 1 | ;; mule-charsets.el -- Generate Mule-orignal charset maps. |
| 2 | ;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 | 2 | ;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 |
| 3 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | 3 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
| 4 | ;; Registration Number H13PRO009 | 4 | ;; Registration Number H13PRO009 |
| 5 | 5 | ||
diff --git a/admin/cus-test.el b/admin/cus-test.el index 6863163ec4e..35d0412cc43 100644 --- a/admin/cus-test.el +++ b/admin/cus-test.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; cus-test.el --- tests for custom types and load problems | 1 | ;;; cus-test.el --- tests for custom types and load problems |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998, 2000, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 | 3 | ;; Copyright (C) 1998, 2000, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Markus Rost <markus.rost@mathematik.uni-regensburg.de> | 6 | ;; Author: Markus Rost <markus.rost@mathematik.uni-regensburg.de> |
diff --git a/admin/diff-tar-files b/admin/diff-tar-files index f24723343f7..9858fc00363 100755 --- a/admin/diff-tar-files +++ b/admin/diff-tar-files | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | #! /bin/sh | 1 | #! /bin/sh |
| 2 | 2 | ||
| 3 | # Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 | 3 | # Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 |
| 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/admin/emacs-pretesters b/admin/emacs-pretesters index 4ea98c16dfc..2e1ee64b248 100644 --- a/admin/emacs-pretesters +++ b/admin/emacs-pretesters | |||
| @@ -89,8 +89,7 @@ The etc/MACHINES file may describe other things that you need to do | |||
| 89 | to make Emacs work on your machine. If so, you should follow these | 89 | to make Emacs work on your machine. If so, you should follow these |
| 90 | recommendations also, for the same reason. | 90 | recommendations also, for the same reason. |
| 91 | 91 | ||
| 92 | * Send your problem reports to emacs-pretest-bug@gnu.org, not | 92 | * Send your problem reports to bug-gnu-emacs@gnu.org. |
| 93 | bug-gnu-emacs. | ||
| 94 | 93 | ||
| 95 | Sometimes we won't know what to do about a system-dependent issue, and | 94 | Sometimes we won't know what to do about a system-dependent issue, and |
| 96 | we may need people to say what happens if you try a certain thing on a | 95 | we may need people to say what happens if you try a certain thing on a |
diff --git a/admin/make-announcement b/admin/make-announcement index 1c27c59ab50..37ab76c0f05 100755 --- a/admin/make-announcement +++ b/admin/make-announcement | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | #! /bin/bash | 1 | #! /bin/bash |
| 2 | 2 | ||
| 3 | ## Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 | 3 | ## Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, |
| 4 | ## Free Software Foundation, Inc. | 4 | ## 2010 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ## Author: Francesco Potorti` <pot@gnu.org> | 6 | ## Author: Francesco Potorti` <pot@gnu.org> |
| 7 | 7 | ||
| @@ -59,7 +59,7 @@ There is a new pretest available in | |||
| 59 | <ftp://alpha.gnu.org/gnu/emacs/pretest/emacs-$NEW.tar.gz> | 59 | <ftp://alpha.gnu.org/gnu/emacs/pretest/emacs-$NEW.tar.gz> |
| 60 | 60 | ||
| 61 | Please report results from compiling and running the pretest to | 61 | Please report results from compiling and running the pretest to |
| 62 | <emacs-pretest-bug@gnu.org>. Your feedback is necessary for us | 62 | <bug-gnu-emacs@gnu.org>. Your feedback is necessary for us |
| 63 | to know on which platforms the pretest has been tried. | 63 | to know on which platforms the pretest has been tried. |
| 64 | 64 | ||
| 65 | If you have the tars from the previous pretest, and you have the | 65 | If you have the tars from the previous pretest, and you have the |
diff --git a/admin/make-emacs b/admin/make-emacs index 818625266ba..1fecaa33a69 100755 --- a/admin/make-emacs +++ b/admin/make-emacs | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | # Build Emacs with various options for profiling, debugging, | 2 | # Build Emacs with various options for profiling, debugging, |
| 3 | # with and without warnings enabled etc. | 3 | # with and without warnings enabled etc. |
| 4 | 4 | ||
| 5 | # Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 | 5 | # Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 |
| 6 | # Free Software Foundation, Inc. | 6 | # Free Software Foundation, Inc. |
| 7 | 7 | ||
| 8 | # This file is part of GNU Emacs. | 8 | # This file is part of GNU Emacs. |
diff --git a/admin/notes/bugtracker b/admin/notes/bugtracker index 1686c5bcae7..e253cb6d1b4 100644 --- a/admin/notes/bugtracker +++ b/admin/notes/bugtracker | |||
| @@ -88,9 +88,8 @@ Resent-CC: maintainer email address, plus any X-Debbugs-CC: entries | |||
| 88 | 88 | ||
| 89 | The "maintainer email address" is "bug-gnu-emacs@gnu.org" in most cases. | 89 | The "maintainer email address" is "bug-gnu-emacs@gnu.org" in most cases. |
| 90 | 90 | ||
| 91 | They also have: | 91 | A new report also has: |
| 92 | 92 | ||
| 93 | Reply-To: bug submitter, 123@debbugs.gnu.org | ||
| 94 | Mail-Followup-To: bug submitter, 123@debbugs.gnu.org | 93 | Mail-Followup-To: bug submitter, 123@debbugs.gnu.org |
| 95 | 94 | ||
| 96 | ** To not get acknowledgement mail from the tracker, | 95 | ** To not get acknowledgement mail from the tracker, |
| @@ -174,13 +173,23 @@ reopen 123 | |||
| 174 | *** Bugs can be tagged in various ways (eg wontfix, patch, etc). | 173 | *** Bugs can be tagged in various ways (eg wontfix, patch, etc). |
| 175 | The available tags are: | 174 | The available tags are: |
| 176 | patch wontfix moreinfo unreproducible fixed notabug | 175 | patch wontfix moreinfo unreproducible fixed notabug |
| 177 | Note that the list at http://debbugs.gnu.org/Developer#tags | 176 | See http://debbugs.gnu.org/Developer#tags |
| 178 | is incorrect, at least for Emacs. | ||
| 179 | The list of tags can be prefixed with +, - or =, meaning to add (the | 177 | The list of tags can be prefixed with +, - or =, meaning to add (the |
| 180 | default), remove, or reset the tags. E.g.: | 178 | default), remove, or reset the tags. E.g.: |
| 181 | 179 | ||
| 182 | tags 123 + wontfix | 180 | tags 123 + wontfix |
| 183 | 181 | ||
| 182 | ** URL shortcuts | ||
| 183 | |||
| 184 | http://debbugs.gnu.org/... | ||
| 185 | |||
| 186 | 123 # given bug number | ||
| 187 | 123;mbox=yes # mbox version of given bug | ||
| 188 | package # bugs in given package (don't use "emacs" - too many bugs!) | ||
| 189 | from:submitter@email.address | ||
| 190 | severity:severity # all bugs of given severity | ||
| 191 | tag:tag # all bugs with given tag | ||
| 192 | |||
| 184 | ** Usertags | 193 | ** Usertags |
| 185 | 194 | ||
| 186 | See <http://wiki.debian.org/bugs.debian.org/usertags> | 195 | See <http://wiki.debian.org/bugs.debian.org/usertags> |
| @@ -335,19 +344,10 @@ The bug will be re-archived after the next 28 day period of no activity. | |||
| 335 | 344 | ||
| 336 | It's a function of the number of displayed bugs. You can speed things | 345 | It's a function of the number of displayed bugs. You can speed things |
| 337 | up by only looking at the newest 100 bugs: | 346 | up by only looking at the newest 100 bugs: |
| 338 | |||
| 339 | http://debbugs.gnu.org/cgi-bin/pkgreport.cgi?newest=100;package=emacs | 347 | http://debbugs.gnu.org/cgi-bin/pkgreport.cgi?newest=100;package=emacs |
| 340 | 348 | ||
| 341 | The above page is accessible from the "Options" section at the end of | 349 | Or use the static index: |
| 342 | the "main list of bugs" page. Select bugs "in package" = emacs; | 350 | http://debbugs.gnu.org/db/ix/full.html |
| 343 | "newest bugs" = 100. (I have no idea how you get to that Options | ||
| 344 | section without having to go through the bug list page first...) | ||
| 345 | |||
| 346 | ** Mails to the bug tracker disappear | ||
| 347 | |||
| 348 | Apparently it has some kind of spam filter that sometimes silently | ||
| 349 | discards valid mails. Adding a subject (pointless in control messages) | ||
| 350 | may help. | ||
| 351 | 351 | ||
| 352 | ** ChangeLog issues | 352 | ** ChangeLog issues |
| 353 | 353 | ||
diff --git a/admin/notes/copyright b/admin/notes/copyright index f0a74336e3c..40c45404f75 100644 --- a/admin/notes/copyright +++ b/admin/notes/copyright | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc. | 1 | Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 2 | See the end of the file for license conditions. | 2 | See the end of the file for license conditions. |
| 3 | 3 | ||
| 4 | 4 | ||
diff --git a/admin/notes/font-backend b/admin/notes/font-backend index 5b5fd169727..c6d56cd0cc2 100644 --- a/admin/notes/font-backend +++ b/admin/notes/font-backend | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 | 1 | Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 |
| 2 | Free Software Foundation, Inc. | 2 | Free Software Foundation, Inc. |
| 3 | See the end of the file for license conditions. | 3 | See the end of the file for license conditions. |
| 4 | 4 | ||
diff --git a/admin/notes/lel-TODO b/admin/notes/lel-TODO index 4e3ebc8f233..2e453444275 100644 --- a/admin/notes/lel-TODO +++ b/admin/notes/lel-TODO | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | Some lisp/emacs-lisp/ Features and Where They Are Documented | 1 | Some lisp/emacs-lisp/ Features and Where They Are Documented |
| 2 | 2 | ||
| 3 | Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc. | 3 | Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 4 | See the end of the file for license conditions. | 4 | See the end of the file for license conditions. |
| 5 | 5 | ||
| 6 | 6 | ||
diff --git a/admin/notes/multi-tty b/admin/notes/multi-tty index 64c8a900a1e..d7f68930204 100644 --- a/admin/notes/multi-tty +++ b/admin/notes/multi-tty | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | -*- coding: utf-8; mode: text; -*- | 1 | -*- coding: utf-8; mode: text; -*- |
| 2 | 2 | ||
| 3 | Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc. | 3 | Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 4 | See the end of the file for license conditions. | 4 | See the end of the file for license conditions. |
| 5 | 5 | ||
| 6 | From README.multi-tty in the multi-tty branch. | 6 | From README.multi-tty in the multi-tty branch. |
diff --git a/admin/notes/unicode b/admin/notes/unicode index b3dbaa221b1..a9176377dad 100644 --- a/admin/notes/unicode +++ b/admin/notes/unicode | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | -*-mode: text; coding: latin-1;-*- | 1 | -*-mode: text; coding: latin-1;-*- |
| 2 | 2 | ||
| 3 | Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 | 3 | Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 |
| 4 | Free Software Foundation, Inc. | 4 | Free Software Foundation, Inc. |
| 5 | See the end of the file for license conditions. | 5 | See the end of the file for license conditions. |
| 6 | 6 | ||
diff --git a/admin/nt/README-UNDUMP.W32 b/admin/nt/README-UNDUMP.W32 index bf64d03ac6c..4ab34d3234f 100644 --- a/admin/nt/README-UNDUMP.W32 +++ b/admin/nt/README-UNDUMP.W32 | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 | 1 | Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 |
| 2 | Free Software Foundation, Inc. | 2 | Free Software Foundation, Inc. |
| 3 | See the end of the file for license conditions. | 3 | See the end of the file for license conditions. |
| 4 | 4 | ||
diff --git a/admin/nt/README-ftp-server b/admin/nt/README-ftp-server index 75a49e9ad72..6b6c592eab1 100644 --- a/admin/nt/README-ftp-server +++ b/admin/nt/README-ftp-server | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 | 1 | Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 |
| 2 | Free Software Foundation, Inc. | 2 | Free Software Foundation, Inc. |
| 3 | See the end of the file for license conditions. | 3 | See the end of the file for license conditions. |
| 4 | 4 | ||
diff --git a/admin/nt/README.W32 b/admin/nt/README.W32 index 28008e97942..9f1df8abd3a 100644 --- a/admin/nt/README.W32 +++ b/admin/nt/README.W32 | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 | 1 | Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 |
| 2 | Free Software Foundation, Inc. | 2 | Free Software Foundation, Inc. |
| 3 | See the end of the file for license conditions. | 3 | See the end of the file for license conditions. |
| 4 | 4 | ||
diff --git a/admin/nt/makedist.bat b/admin/nt/makedist.bat index 31679829c95..6546e6e10dc 100755 --- a/admin/nt/makedist.bat +++ b/admin/nt/makedist.bat | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | @echo off | 1 | @echo off |
| 2 | 2 | ||
| 3 | rem Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 | 3 | rem Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 |
| 4 | rem Free Software Foundation, Inc. | 4 | rem Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | rem Cannot use brackets in andrewi's email below because | 6 | rem Cannot use brackets in andrewi's email below because |
diff --git a/admin/quick-install-emacs b/admin/quick-install-emacs index 88f57b65e80..5e862812c85 100755 --- a/admin/quick-install-emacs +++ b/admin/quick-install-emacs | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | #!/bin/sh | 1 | #!/bin/sh |
| 2 | ### quick-install-emacs --- do a halfway-decent job of installing emacs quickly | 2 | ### quick-install-emacs --- do a halfway-decent job of installing emacs quickly |
| 3 | 3 | ||
| 4 | ## Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 | 4 | ## Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 |
| 5 | ## Free Software Foundation, Inc. | 5 | ## Free Software Foundation, Inc. |
| 6 | 6 | ||
| 7 | ## Author: Miles Bader <miles@gnu.org> | 7 | ## Author: Miles Bader <miles@gnu.org> |
diff --git a/admin/revdiff b/admin/revdiff index 9921c35452f..7a1e93a64fe 100755 --- a/admin/revdiff +++ b/admin/revdiff | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | #! /usr/bin/perl | 1 | #! /usr/bin/perl |
| 2 | 2 | ||
| 3 | # Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 | 3 | # Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, |
| 4 | # Free Software Foundation, Inc. | 4 | # 2010 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/admin/unidata/Makefile.in b/admin/unidata/Makefile.in index 769da76ae34..2b31e6ed949 100644 --- a/admin/unidata/Makefile.in +++ b/admin/unidata/Makefile.in | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | # Makefile -- Makefile to generate character property tables. | 1 | # Makefile -- Makefile to generate character property tables. |
| 2 | # Copyright (C) 2005, 2006, 2007, 2008, 2009 | 2 | # Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 |
| 3 | # National Institute of Advanced Industrial Science and Technology (AIST) | 3 | # National Institute of Advanced Industrial Science and Technology (AIST) |
| 4 | # Registration Number H13PRO009 | 4 | # Registration Number H13PRO009 |
| 5 | # | 5 | # |
diff --git a/admin/unidata/makefile.w32-in b/admin/unidata/makefile.w32-in index 792c2c2d105..29562283bcb 100644 --- a/admin/unidata/makefile.w32-in +++ b/admin/unidata/makefile.w32-in | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | # makefile.w32-in -- W32 -*- Makefile -*- to generate character property tables. | 1 | # makefile.w32-in -- W32 -*- Makefile -*- to generate character property tables. |
| 2 | # Copyright (C) 2005, 2006, 2007, 2008, 2009 | 2 | # Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 |
| 3 | # National Institute of Advanced Industrial Science and Technology (AIST) | 3 | # National Institute of Advanced Industrial Science and Technology (AIST) |
| 4 | # Registration Number H13PRO009 | 4 | # Registration Number H13PRO009 |
| 5 | # | 5 | # |
diff --git a/admin/unidata/unidata-gen.el b/admin/unidata/unidata-gen.el index 2b1f918cc64..88e21d7226e 100644 --- a/admin/unidata/unidata-gen.el +++ b/admin/unidata/unidata-gen.el | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | ;; unidata-gen.el -- Create files containing character property data. | 1 | ;; unidata-gen.el -- Create files containing character property data. |
| 2 | ;; Copyright (C) 2005, 2006, 2007, 2008, 2009 | 2 | ;; Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 |
| 3 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | 3 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
| 4 | ;; Registration Number H13PRO009 | 4 | ;; Registration Number H13PRO009 |
| 5 | 5 | ||
| @@ -1241,7 +1241,7 @@ Property value is a character." | |||
| 1241 | (byte-compile describer) | 1241 | (byte-compile describer) |
| 1242 | (setq describer (symbol-function describer))) | 1242 | (setq describer (symbol-function describer))) |
| 1243 | (set-char-table-extra-slot table 3 describer)) | 1243 | (set-char-table-extra-slot table 3 describer)) |
| 1244 | (insert ";; Copyright (C) 1991-2009 Unicode, Inc. | 1244 | (insert ";; Copyright (C) 1991-2009, 2010 Unicode, Inc. |
| 1245 | ;; This file was generated from the Unicode data file at | 1245 | ;; This file was generated from the Unicode data file at |
| 1246 | ;; http://www.unicode.org/Public/UNIDATA/UnicodeData.txt. | 1246 | ;; http://www.unicode.org/Public/UNIDATA/UnicodeData.txt. |
| 1247 | ;; See lisp/international/README for the copyright and permission notice.\n" | 1247 | ;; See lisp/international/README for the copyright and permission notice.\n" |