# HG changeset patch # User Glenn Morris # Date 1231388682 0 # Node ID ce88a631c16160455bffa4c86830ee7a2d69c348 # Parent 91bd7fa2c2e820dbec3685cfe1905ea8cc120b4a Add 2009 to copyright years. diff -r 91bd7fa2c2e8 -r ce88a631c161 admin/ChangeLog --- a/admin/ChangeLog Thu Jan 08 04:13:28 2009 +0000 +++ b/admin/ChangeLog Thu Jan 08 04:24:42 2009 +0000 @@ -734,7 +734,7 @@ ;; End: Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, - 2008 Free Software Foundation, Inc. + 2008, 2009 Free Software Foundation, Inc. This file is part of GNU Emacs. diff -r 91bd7fa2c2e8 -r ce88a631c161 admin/README --- a/admin/README Thu Jan 08 04:13:28 2009 +0000 +++ b/admin/README Thu Jan 08 04:24:42 2009 +0000 @@ -1,4 +1,4 @@ -Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 +Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. See the end of the file for license conditions. diff -r 91bd7fa2c2e8 -r ce88a631c161 admin/admin.el --- a/admin/admin.el Thu Jan 08 04:13:28 2009 +0000 +++ b/admin/admin.el Thu Jan 08 04:24:42 2009 +0000 @@ -1,6 +1,6 @@ ;;; admin.el --- utilities for Emacs administration -;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 +;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 ;; Free Software Foundation, Inc. ;; This file is part of GNU Emacs. diff -r 91bd7fa2c2e8 -r ce88a631c161 admin/alloc-colors.c --- a/admin/alloc-colors.c Thu Jan 08 04:13:28 2009 +0000 +++ b/admin/alloc-colors.c Thu Jan 08 04:24:42 2009 +0000 @@ -1,5 +1,5 @@ /* Allocate X colors. Used for testing with dense colormaps. - Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 + Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. This file is part of GNU Emacs. diff -r 91bd7fa2c2e8 -r ce88a631c161 admin/build-configs --- a/admin/build-configs Thu Jan 08 04:13:28 2009 +0000 +++ b/admin/build-configs Thu Jan 08 04:24:42 2009 +0000 @@ -1,7 +1,7 @@ #! /usr/bin/perl # Build Emacs in several different configurations. -# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 +# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 # Free Software Foundation, Inc. # This file is part of GNU Emacs. diff -r 91bd7fa2c2e8 -r ce88a631c161 admin/charsets/Makefile --- a/admin/charsets/Makefile Thu Jan 08 04:13:28 2009 +0000 +++ b/admin/charsets/Makefile Thu Jan 08 04:24:42 2009 +0000 @@ -1,5 +1,5 @@ # Makefile -- Makefile to generate charset maps in etc/charsets. -# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 +# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 # National Institute of Advanced Industrial Science and Technology (AIST) # Registration Number H13PRO009 # diff -r 91bd7fa2c2e8 -r ce88a631c161 admin/charsets/big5.awk --- a/admin/charsets/big5.awk Thu Jan 08 04:13:28 2009 +0000 +++ b/admin/charsets/big5.awk Thu Jan 08 04:24:42 2009 +0000 @@ -1,4 +1,4 @@ -# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 +# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 # National Institute of Advanced Industrial Science and Technology (AIST) # Registration Number H13PRO009 diff -r 91bd7fa2c2e8 -r ce88a631c161 admin/charsets/compact.awk --- a/admin/charsets/compact.awk Thu Jan 08 04:13:28 2009 +0000 +++ b/admin/charsets/compact.awk Thu Jan 08 04:24:42 2009 +0000 @@ -1,5 +1,5 @@ # compact.awk -- Make charset map compact. -# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 +# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 # National Institute of Advanced Industrial Science and Technology (AIST) # Registration Number H13PRO009 diff -r 91bd7fa2c2e8 -r ce88a631c161 admin/charsets/cp51932.awk --- a/admin/charsets/cp51932.awk Thu Jan 08 04:13:28 2009 +0000 +++ b/admin/charsets/cp51932.awk Thu Jan 08 04:24:42 2009 +0000 @@ -1,5 +1,5 @@ # cp51932.awk -- Generate a translation table for CP51932. -# Copyright (C) 2004, 2005, 2006, 2007, 2008 +# Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 # National Institute of Advanced Industrial Science and Technology (AIST) # Registration Number H13PRO009 diff -r 91bd7fa2c2e8 -r ce88a631c161 admin/charsets/cp932.awk --- a/admin/charsets/cp932.awk Thu Jan 08 04:13:28 2009 +0000 +++ b/admin/charsets/cp932.awk Thu Jan 08 04:24:42 2009 +0000 @@ -1,5 +1,5 @@ # cp932.awk -- Add sort keys and append user defined area to CP932-2BYTE.map. -# Copyright (C) 2004, 2005, 2006, 2007, 2008 +# Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 # National Institute of Advanced Industrial Science and Technology (AIST) # Registration Number H13PRO009 diff -r 91bd7fa2c2e8 -r ce88a631c161 admin/charsets/eucjp-ms.awk --- a/admin/charsets/eucjp-ms.awk Thu Jan 08 04:13:28 2009 +0000 +++ b/admin/charsets/eucjp-ms.awk Thu Jan 08 04:24:42 2009 +0000 @@ -1,5 +1,5 @@ # eucjp-ms.awk -- Generate a translation table for eucJP-ms. -# Copyright (C) 2004, 2005, 2006, 2007, 2008 +# Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 # National Institute of Advanced Industrial Science and Technology (AIST) # Registration Number H13PRO009 diff -r 91bd7fa2c2e8 -r ce88a631c161 admin/charsets/gb180302.awk --- a/admin/charsets/gb180302.awk Thu Jan 08 04:13:28 2009 +0000 +++ b/admin/charsets/gb180302.awk Thu Jan 08 04:24:42 2009 +0000 @@ -1,4 +1,4 @@ -# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 +# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 # National Institute of Advanced Industrial Science and Technology (AIST) # Registration Number H13PRO009 diff -r 91bd7fa2c2e8 -r ce88a631c161 admin/charsets/gb180304.awk --- a/admin/charsets/gb180304.awk Thu Jan 08 04:13:28 2009 +0000 +++ b/admin/charsets/gb180304.awk Thu Jan 08 04:24:42 2009 +0000 @@ -1,4 +1,4 @@ -# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 +# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 # National Institute of Advanced Industrial Science and Technology (AIST) # Registration Number H13PRO009 diff -r 91bd7fa2c2e8 -r ce88a631c161 admin/charsets/mapconv --- a/admin/charsets/mapconv Thu Jan 08 04:13:28 2009 +0000 +++ b/admin/charsets/mapconv Thu Jan 08 04:24:42 2009 +0000 @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 +# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 # National Institute of Advanced Industrial Science and Technology (AIST) # Registration Number H13PRO009 diff -r 91bd7fa2c2e8 -r ce88a631c161 admin/charsets/mule-charsets.el --- a/admin/charsets/mule-charsets.el Thu Jan 08 04:13:28 2009 +0000 +++ b/admin/charsets/mule-charsets.el Thu Jan 08 04:24:42 2009 +0000 @@ -1,5 +1,5 @@ ;; mule-charsets.el -- Generate Mule-orignal charset maps. -;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 +;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H13PRO009 diff -r 91bd7fa2c2e8 -r ce88a631c161 admin/cus-test.el --- a/admin/cus-test.el Thu Jan 08 04:13:28 2009 +0000 +++ b/admin/cus-test.el Thu Jan 08 04:24:42 2009 +0000 @@ -1,6 +1,6 @@ ;;; cus-test.el --- tests for custom types and load problems -;; Copyright (C) 1998, 2000, 2002, 2003, 2004, 2005, 2006, 2007, 2008 +;; Copyright (C) 1998, 2000, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 ;; Free Software Foundation, Inc. ;; Author: Markus Rost diff -r 91bd7fa2c2e8 -r ce88a631c161 admin/diff-tar-files --- a/admin/diff-tar-files Thu Jan 08 04:13:28 2009 +0000 +++ b/admin/diff-tar-files Thu Jan 08 04:24:42 2009 +0000 @@ -1,6 +1,6 @@ #! /bin/sh -# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 +# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 # Free Software Foundation, Inc. # This file is part of GNU Emacs. diff -r 91bd7fa2c2e8 -r ce88a631c161 admin/make-announcement --- a/admin/make-announcement Thu Jan 08 04:13:28 2009 +0000 +++ b/admin/make-announcement Thu Jan 08 04:24:42 2009 +0000 @@ -1,6 +1,6 @@ #! /bin/bash -## Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 +## Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 ## Free Software Foundation, Inc. ## Author: Francesco Potorti` diff -r 91bd7fa2c2e8 -r ce88a631c161 admin/make-emacs --- a/admin/make-emacs Thu Jan 08 04:13:28 2009 +0000 +++ b/admin/make-emacs Thu Jan 08 04:24:42 2009 +0000 @@ -2,7 +2,7 @@ # Build Emacs with various options for profiling, debugging, # with and without warnings enabled etc. -# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 +# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 # Free Software Foundation, Inc. # This file is part of GNU Emacs. diff -r 91bd7fa2c2e8 -r ce88a631c161 admin/notes/copyright --- a/admin/notes/copyright Thu Jan 08 04:13:28 2009 +0000 +++ b/admin/notes/copyright Thu Jan 08 04:24:42 2009 +0000 @@ -1,4 +1,4 @@ -Copyright (C) 2007, 2008 Free Software Foundation, Inc. +Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc. See the end of the file for license conditions. diff -r 91bd7fa2c2e8 -r ce88a631c161 admin/notes/font-backend --- a/admin/notes/font-backend Thu Jan 08 04:13:28 2009 +0000 +++ b/admin/notes/font-backend Thu Jan 08 04:24:42 2009 +0000 @@ -1,4 +1,4 @@ -Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 +Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. See the end of the file for license conditions. diff -r 91bd7fa2c2e8 -r ce88a631c161 admin/notes/lel-TODO --- a/admin/notes/lel-TODO Thu Jan 08 04:13:28 2009 +0000 +++ b/admin/notes/lel-TODO Thu Jan 08 04:24:42 2009 +0000 @@ -1,6 +1,6 @@ Some lisp/emacs-lisp/ Features and Where They Are Documented -Copyright (C) 2007, 2008 Free Software Foundation, Inc. +Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc. See the end of the file for license conditions. diff -r 91bd7fa2c2e8 -r ce88a631c161 admin/notes/multi-tty --- a/admin/notes/multi-tty Thu Jan 08 04:13:28 2009 +0000 +++ b/admin/notes/multi-tty Thu Jan 08 04:24:42 2009 +0000 @@ -1,6 +1,6 @@ -*- coding: utf-8; mode: text; -*- -Copyright (C) 2007, 2008 Free Software Foundation, Inc. +Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc. See the end of the file for license conditions. From README.multi-tty in the multi-tty branch. diff -r 91bd7fa2c2e8 -r ce88a631c161 admin/notes/unicode --- a/admin/notes/unicode Thu Jan 08 04:13:28 2009 +0000 +++ b/admin/notes/unicode Thu Jan 08 04:24:42 2009 +0000 @@ -1,6 +1,6 @@ -*-mode: text; coding: latin-1;-*- -Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 +Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. See the end of the file for license conditions. diff -r 91bd7fa2c2e8 -r ce88a631c161 admin/nt/README-UNDUMP.W32 --- a/admin/nt/README-UNDUMP.W32 Thu Jan 08 04:13:28 2009 +0000 +++ b/admin/nt/README-UNDUMP.W32 Thu Jan 08 04:24:42 2009 +0000 @@ -1,4 +1,4 @@ -Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 +Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. See the end of the file for license conditions. diff -r 91bd7fa2c2e8 -r ce88a631c161 admin/nt/README-ftp-server --- a/admin/nt/README-ftp-server Thu Jan 08 04:13:28 2009 +0000 +++ b/admin/nt/README-ftp-server Thu Jan 08 04:24:42 2009 +0000 @@ -1,4 +1,4 @@ -Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 +Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. See the end of the file for license conditions. diff -r 91bd7fa2c2e8 -r ce88a631c161 admin/nt/README.W32 --- a/admin/nt/README.W32 Thu Jan 08 04:13:28 2009 +0000 +++ b/admin/nt/README.W32 Thu Jan 08 04:24:42 2009 +0000 @@ -1,4 +1,4 @@ -Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 +Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. See the end of the file for license conditions. diff -r 91bd7fa2c2e8 -r ce88a631c161 admin/nt/makedist.bat --- a/admin/nt/makedist.bat Thu Jan 08 04:13:28 2009 +0000 +++ b/admin/nt/makedist.bat Thu Jan 08 04:24:42 2009 +0000 @@ -1,6 +1,6 @@ @echo off -rem Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 +rem Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 rem Free Software Foundation, Inc. rem Cannot use brackets in andrewi's email below because diff -r 91bd7fa2c2e8 -r ce88a631c161 admin/quick-install-emacs --- a/admin/quick-install-emacs Thu Jan 08 04:13:28 2009 +0000 +++ b/admin/quick-install-emacs Thu Jan 08 04:24:42 2009 +0000 @@ -1,7 +1,7 @@ #!/bin/sh ### quick-install-emacs --- do a halfway-decent job of installing emacs quickly -## Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 +## Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 ## Free Software Foundation, Inc. ## Author: Miles Bader diff -r 91bd7fa2c2e8 -r ce88a631c161 admin/revdiff --- a/admin/revdiff Thu Jan 08 04:13:28 2009 +0000 +++ b/admin/revdiff Thu Jan 08 04:24:42 2009 +0000 @@ -1,6 +1,6 @@ #! /usr/bin/perl -# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 +# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 # Free Software Foundation, Inc. # # This file is part of GNU Emacs. diff -r 91bd7fa2c2e8 -r ce88a631c161 admin/unidata/Makefile.in --- a/admin/unidata/Makefile.in Thu Jan 08 04:13:28 2009 +0000 +++ b/admin/unidata/Makefile.in Thu Jan 08 04:24:42 2009 +0000 @@ -1,5 +1,5 @@ # Makefile -- Makefile to generate character property tables. -# Copyright (C) 2005, 2006, 2007, 2008 +# Copyright (C) 2005, 2006, 2007, 2008, 2009 # National Institute of Advanced Industrial Science and Technology (AIST) # Registration Number H13PRO009 # diff -r 91bd7fa2c2e8 -r ce88a631c161 admin/unidata/makefile.w32-in --- a/admin/unidata/makefile.w32-in Thu Jan 08 04:13:28 2009 +0000 +++ b/admin/unidata/makefile.w32-in Thu Jan 08 04:24:42 2009 +0000 @@ -1,5 +1,5 @@ # makefile.w32-in -- W32 -*- Makefile -*- to generate character property tables. -# Copyright (C) 2005, 2006, 2007, 2008 +# Copyright (C) 2005, 2006, 2007, 2008, 2009 # National Institute of Advanced Industrial Science and Technology (AIST) # Registration Number H13PRO009 # diff -r 91bd7fa2c2e8 -r ce88a631c161 admin/unidata/unidata-gen.el --- a/admin/unidata/unidata-gen.el Thu Jan 08 04:13:28 2009 +0000 +++ b/admin/unidata/unidata-gen.el Thu Jan 08 04:24:42 2009 +0000 @@ -1,5 +1,5 @@ ;; unidata-gen.el -- Create files containing character property data. -;; Copyright (C) 2005, 2006, 2007, 2008 +;; Copyright (C) 2005, 2006, 2007, 2008, 2009 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H13PRO009