# HG changeset patch # User Thien-Thi Nguyen <ttn@gnuvola.org> # Date 1124188491 0 # Node ID 3861ff8f4bf1c3ce9f1c4cdb842a6f7565b855b0 # Parent e1cdc6178b3e6c0fcc93c852a03811c36f0216b9 Update years in copyright notice; nfc. diff -r e1cdc6178b3e -r 3861ff8f4bf1 lispintro/ChangeLog --- a/lispintro/ChangeLog Tue Aug 16 09:32:11 2005 +0000 +++ b/lispintro/ChangeLog Tue Aug 16 10:34:51 2005 +0000 @@ -53,7 +53,7 @@ ;; coding: iso-2022-7bit ;; End: - Copyright (C) 2001 + Copyright (C) 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted provided the copyright notice and this notice are preserved. diff -r e1cdc6178b3e -r 3861ff8f4bf1 lispintro/Makefile.in --- a/lispintro/Makefile.in Tue Aug 16 09:32:11 2005 +0000 +++ b/lispintro/Makefile.in Tue Aug 16 10:34:51 2005 +0000 @@ -1,6 +1,7 @@ #### Makefile for the Emacs Lisp Introduction manual -# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc. +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002, +# 2003, 2004, 2005 Free Software Foundation, Inc. # This file is part of GNU Emacs. diff -r e1cdc6178b3e -r 3861ff8f4bf1 lispintro/aclocal.m4 --- a/lispintro/aclocal.m4 Tue Aug 16 09:32:11 2005 +0000 +++ b/lispintro/aclocal.m4 Tue Aug 16 10:34:51 2005 +0000 @@ -1,6 +1,7 @@ dnl aclocal.m4 generated automatically by aclocal 1.4-p4 -dnl Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. +dnl Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2002, 2003, +dnl 2004, 2005 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. diff -r e1cdc6178b3e -r 3861ff8f4bf1 lispintro/emacs-lisp-intro.texi --- a/lispintro/emacs-lisp-intro.texi Tue Aug 16 09:32:11 2005 +0000 +++ b/lispintro/emacs-lisp-intro.texi Tue Aug 16 10:34:51 2005 +0000 @@ -183,7 +183,7 @@ Edition @value{edition-number}, @value{update-date} @sp 1 Copyright @copyright{} 1990, 1991, 1992, 1993, 1994, 1995, 1997, 2001, -2002, 2003, 2004 Free Software Foundation, Inc. + 2002, 2003, 2004, 2005 Free Software Foundation, Inc. @sp 1 @iftex diff -r e1cdc6178b3e -r 3861ff8f4bf1 lispintro/makefile.w32-in --- a/lispintro/makefile.w32-in Tue Aug 16 09:32:11 2005 +0000 +++ b/lispintro/makefile.w32-in Tue Aug 16 10:34:51 2005 +0000 @@ -1,6 +1,6 @@ #### -*- Makefile -*- for the Emacs Lisp Introduction manual. -# Copyright (C) 2003, 2004 Free Software Foundation, Inc. +# Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc. # This file is part of GNU Emacs. diff -r e1cdc6178b3e -r 3861ff8f4bf1 oldXMenu/Activate.c --- a/oldXMenu/Activate.c Tue Aug 16 09:32:11 2005 +0000 +++ b/oldXMenu/Activate.c Tue Aug 16 10:34:51 2005 +0000 @@ -1,4 +1,5 @@ /* Copyright Massachusetts Institute of Technology 1985 */ +/* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */ #include "copyright.h" diff -r e1cdc6178b3e -r 3861ff8f4bf1 oldXMenu/AddPane.c --- a/oldXMenu/AddPane.c Tue Aug 16 09:32:11 2005 +0000 +++ b/oldXMenu/AddPane.c Tue Aug 16 10:34:51 2005 +0000 @@ -1,6 +1,7 @@ #include "copyright.h" /* Copyright Massachusetts Institute of Technology 1985 */ +/* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */ /* * XMenu: MIT Project Athena, X Window system menu package diff -r e1cdc6178b3e -r 3861ff8f4bf1 oldXMenu/AddSel.c --- a/oldXMenu/AddSel.c Tue Aug 16 09:32:11 2005 +0000 +++ b/oldXMenu/AddSel.c Tue Aug 16 10:34:51 2005 +0000 @@ -1,6 +1,7 @@ #include "copyright.h" /* Copyright Massachusetts Institute of Technology 1985 */ +/* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */ /* * XMenu: MIT Project Athena, X Window system menu package diff -r e1cdc6178b3e -r 3861ff8f4bf1 oldXMenu/ChangeLog --- a/oldXMenu/ChangeLog Tue Aug 16 09:32:11 2005 +0000 +++ b/oldXMenu/ChangeLog Tue Aug 16 10:34:51 2005 +0000 @@ -443,8 +443,8 @@ ;; coding: iso-2022-7bit-unix ;; End: - Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001 - Free Software Foundation, Inc. + Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, + 2002, 2003, 2004, 2005 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted provided the copyright notice and this notice are preserved. diff -r e1cdc6178b3e -r 3861ff8f4bf1 oldXMenu/ChgPane.c --- a/oldXMenu/ChgPane.c Tue Aug 16 09:32:11 2005 +0000 +++ b/oldXMenu/ChgPane.c Tue Aug 16 10:34:51 2005 +0000 @@ -1,6 +1,7 @@ #include "copyright.h" /* Copyright Massachusetts Institute of Technology 1985 */ +/* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */ /* * XMenu: MIT Project Athena, X Window system menu package diff -r e1cdc6178b3e -r 3861ff8f4bf1 oldXMenu/ChgSel.c --- a/oldXMenu/ChgSel.c Tue Aug 16 09:32:11 2005 +0000 +++ b/oldXMenu/ChgSel.c Tue Aug 16 10:34:51 2005 +0000 @@ -1,6 +1,7 @@ #include "copyright.h" /* Copyright Massachusetts Institute of Technology 1985 */ +/* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */ /* * XMenu: MIT Project Athena, X Window system menu package diff -r e1cdc6178b3e -r 3861ff8f4bf1 oldXMenu/Create.c --- a/oldXMenu/Create.c Tue Aug 16 09:32:11 2005 +0000 +++ b/oldXMenu/Create.c Tue Aug 16 10:34:51 2005 +0000 @@ -1,4 +1,5 @@ /* Copyright Massachusetts Institute of Technology 1985 */ +/* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */ #include "copyright.h" diff -r e1cdc6178b3e -r 3861ff8f4bf1 oldXMenu/DelPane.c --- a/oldXMenu/DelPane.c Tue Aug 16 09:32:11 2005 +0000 +++ b/oldXMenu/DelPane.c Tue Aug 16 10:34:51 2005 +0000 @@ -1,6 +1,7 @@ #include "copyright.h" /* Copyright Massachusetts Institute of Technology 1985 */ +/* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */ /* * XMenu: MIT Project Athena, X Window system menu package diff -r e1cdc6178b3e -r 3861ff8f4bf1 oldXMenu/DelSel.c --- a/oldXMenu/DelSel.c Tue Aug 16 09:32:11 2005 +0000 +++ b/oldXMenu/DelSel.c Tue Aug 16 10:34:51 2005 +0000 @@ -1,6 +1,7 @@ #include "copyright.h" /* Copyright Massachusetts Institute of Technology 1985 */ +/* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */ /* * XMenu: MIT Project Athena, X Window system menu package diff -r e1cdc6178b3e -r 3861ff8f4bf1 oldXMenu/Destroy.c --- a/oldXMenu/Destroy.c Tue Aug 16 09:32:11 2005 +0000 +++ b/oldXMenu/Destroy.c Tue Aug 16 10:34:51 2005 +0000 @@ -1,6 +1,7 @@ #include "copyright.h" /* Copyright Massachusetts Institute of Technology 1985 */ +/* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */ /* * XMenu: MIT Project Athena, X Window system menu package diff -r e1cdc6178b3e -r 3861ff8f4bf1 oldXMenu/Error.c --- a/oldXMenu/Error.c Tue Aug 16 09:32:11 2005 +0000 +++ b/oldXMenu/Error.c Tue Aug 16 10:34:51 2005 +0000 @@ -1,6 +1,7 @@ #include "copyright.h" /* Copyright Massachusetts Institute of Technology 1985 */ +/* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */ /* * XMenu: MIT Project Athena, X Window system menu package diff -r e1cdc6178b3e -r 3861ff8f4bf1 oldXMenu/EvHand.c --- a/oldXMenu/EvHand.c Tue Aug 16 09:32:11 2005 +0000 +++ b/oldXMenu/EvHand.c Tue Aug 16 10:34:51 2005 +0000 @@ -1,6 +1,7 @@ #include "copyright.h" /* Copyright Massachusetts Institute of Technology 1985 */ +/* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */ /* * XMenu: MIT Project Athena, X Window system menu package diff -r e1cdc6178b3e -r 3861ff8f4bf1 oldXMenu/FindPane.c --- a/oldXMenu/FindPane.c Tue Aug 16 09:32:11 2005 +0000 +++ b/oldXMenu/FindPane.c Tue Aug 16 10:34:51 2005 +0000 @@ -1,6 +1,7 @@ #include "copyright.h" /* Copyright Massachusetts Institute of Technology 1985 */ +/* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */ /* * XMenu: MIT Project Athena, X Window system menu package diff -r e1cdc6178b3e -r 3861ff8f4bf1 oldXMenu/FindSel.c --- a/oldXMenu/FindSel.c Tue Aug 16 09:32:11 2005 +0000 +++ b/oldXMenu/FindSel.c Tue Aug 16 10:34:51 2005 +0000 @@ -1,6 +1,7 @@ #include "copyright.h" /* Copyright Massachusetts Institute of Technology 1985 */ +/* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */ /* * XMenu: MIT Project Athena, X Window system menu package diff -r e1cdc6178b3e -r 3861ff8f4bf1 oldXMenu/InsPane.c --- a/oldXMenu/InsPane.c Tue Aug 16 09:32:11 2005 +0000 +++ b/oldXMenu/InsPane.c Tue Aug 16 10:34:51 2005 +0000 @@ -1,6 +1,7 @@ #include "copyright.h" /* Copyright Massachusetts Institute of Technology 1985 */ +/* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */ /* * XMenu: MIT Project Athena, X Window system menu package diff -r e1cdc6178b3e -r 3861ff8f4bf1 oldXMenu/InsSel.c --- a/oldXMenu/InsSel.c Tue Aug 16 09:32:11 2005 +0000 +++ b/oldXMenu/InsSel.c Tue Aug 16 10:34:51 2005 +0000 @@ -1,6 +1,7 @@ #include "copyright.h" /* Copyright Massachusetts Institute of Technology 1985 */ +/* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */ /* * XMenu: MIT Project Athena, X Window system menu package diff -r e1cdc6178b3e -r 3861ff8f4bf1 oldXMenu/Internal.c --- a/oldXMenu/Internal.c Tue Aug 16 09:32:11 2005 +0000 +++ b/oldXMenu/Internal.c Tue Aug 16 10:34:51 2005 +0000 @@ -1,6 +1,7 @@ #include "copyright.h" /* Copyright Massachusetts Institute of Technology 1985 */ +/* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */ /* * XMenu: MIT Project Athena, X Window system menu package diff -r e1cdc6178b3e -r 3861ff8f4bf1 oldXMenu/Locate.c --- a/oldXMenu/Locate.c Tue Aug 16 09:32:11 2005 +0000 +++ b/oldXMenu/Locate.c Tue Aug 16 10:34:51 2005 +0000 @@ -1,6 +1,7 @@ #include "copyright.h" /* Copyright Massachusetts Institute of Technology 1985 */ +/* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */ /* * XMenu: MIT Project Athena, X Window system menu package diff -r e1cdc6178b3e -r 3861ff8f4bf1 oldXMenu/Post.c --- a/oldXMenu/Post.c Tue Aug 16 09:32:11 2005 +0000 +++ b/oldXMenu/Post.c Tue Aug 16 10:34:51 2005 +0000 @@ -1,6 +1,7 @@ #include "copyright.h" /* Copyright Massachusetts Institute of Technology 1985 */ +/* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */ /* * XMenu: MIT Project Athena, X Window system menu package diff -r e1cdc6178b3e -r 3861ff8f4bf1 oldXMenu/Recomp.c --- a/oldXMenu/Recomp.c Tue Aug 16 09:32:11 2005 +0000 +++ b/oldXMenu/Recomp.c Tue Aug 16 10:34:51 2005 +0000 @@ -1,6 +1,7 @@ #include "copyright.h" /* Copyright Massachusetts Institute of Technology 1985 */ +/* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */ /* * XMenu: MIT Project Athena, X Window system menu package diff -r e1cdc6178b3e -r 3861ff8f4bf1 oldXMenu/SetAEQ.c --- a/oldXMenu/SetAEQ.c Tue Aug 16 09:32:11 2005 +0000 +++ b/oldXMenu/SetAEQ.c Tue Aug 16 10:34:51 2005 +0000 @@ -1,6 +1,7 @@ #include "copyright.h" /* Copyright Massachusetts Institute of Technology 1985 */ +/* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */ /* * XMenu: MIT Project Athena, X Window system menu package diff -r e1cdc6178b3e -r 3861ff8f4bf1 oldXMenu/SetFrz.c --- a/oldXMenu/SetFrz.c Tue Aug 16 09:32:11 2005 +0000 +++ b/oldXMenu/SetFrz.c Tue Aug 16 10:34:51 2005 +0000 @@ -1,6 +1,7 @@ #include "copyright.h" /* Copyright Massachusetts Institute of Technology 1985 */ +/* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */ /* * XMenu: MIT Project Athena, X Window system menu package diff -r e1cdc6178b3e -r 3861ff8f4bf1 oldXMenu/SetPane.c --- a/oldXMenu/SetPane.c Tue Aug 16 09:32:11 2005 +0000 +++ b/oldXMenu/SetPane.c Tue Aug 16 10:34:51 2005 +0000 @@ -1,6 +1,7 @@ #include "copyright.h" /* Copyright Massachusetts Institute of Technology 1985 */ +/* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */ /* * XMenu: MIT Project Athena, X Window system menu package diff -r e1cdc6178b3e -r 3861ff8f4bf1 oldXMenu/SetSel.c --- a/oldXMenu/SetSel.c Tue Aug 16 09:32:11 2005 +0000 +++ b/oldXMenu/SetSel.c Tue Aug 16 10:34:51 2005 +0000 @@ -1,6 +1,7 @@ #include "copyright.h" /* Copyright Massachusetts Institute of Technology 1985 */ +/* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */ /* * XMenu: MIT Project Athena, X Window system menu package diff -r e1cdc6178b3e -r 3861ff8f4bf1 oldXMenu/X10.h --- a/oldXMenu/X10.h Tue Aug 16 09:32:11 2005 +0000 +++ b/oldXMenu/X10.h Tue Aug 16 10:34:51 2005 +0000 @@ -15,6 +15,7 @@ * */ +/* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */ /* * X10.h - Header definition and support file for the C subroutine diff -r e1cdc6178b3e -r 3861ff8f4bf1 oldXMenu/XCrAssoc.c --- a/oldXMenu/XCrAssoc.c Tue Aug 16 09:32:11 2005 +0000 +++ b/oldXMenu/XCrAssoc.c Tue Aug 16 10:34:51 2005 +0000 @@ -1,4 +1,5 @@ /* Copyright Massachusetts Institute of Technology 1985 */ +/* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */ /* Permission to use, copy, modify, distribute, and sell this software and its diff -r e1cdc6178b3e -r 3861ff8f4bf1 oldXMenu/XDelAssoc.c --- a/oldXMenu/XDelAssoc.c Tue Aug 16 09:32:11 2005 +0000 +++ b/oldXMenu/XDelAssoc.c Tue Aug 16 10:34:51 2005 +0000 @@ -1,4 +1,5 @@ /* Copyright Massachusetts Institute of Technology 1985 */ +/* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */ /* Permission to use, copy, modify, distribute, and sell this software and its diff -r e1cdc6178b3e -r 3861ff8f4bf1 oldXMenu/XDestAssoc.c --- a/oldXMenu/XDestAssoc.c Tue Aug 16 09:32:11 2005 +0000 +++ b/oldXMenu/XDestAssoc.c Tue Aug 16 10:34:51 2005 +0000 @@ -1,4 +1,5 @@ /* Copyright Massachusetts Institute of Technology 1985 */ +/* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */ /* Permission to use, copy, modify, distribute, and sell this software and its diff -r e1cdc6178b3e -r 3861ff8f4bf1 oldXMenu/XLookAssoc.c --- a/oldXMenu/XLookAssoc.c Tue Aug 16 09:32:11 2005 +0000 +++ b/oldXMenu/XLookAssoc.c Tue Aug 16 10:34:51 2005 +0000 @@ -1,4 +1,5 @@ /* Copyright Massachusetts Institute of Technology 1985 */ +/* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */ /* Permission to use, copy, modify, distribute, and sell this software and its diff -r e1cdc6178b3e -r 3861ff8f4bf1 oldXMenu/XMakeAssoc.c --- a/oldXMenu/XMakeAssoc.c Tue Aug 16 09:32:11 2005 +0000 +++ b/oldXMenu/XMakeAssoc.c Tue Aug 16 10:34:51 2005 +0000 @@ -1,4 +1,5 @@ /* Copyright Massachusetts Institute of Technology 1985 */ +/* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */ /* Permission to use, copy, modify, distribute, and sell this software and its diff -r e1cdc6178b3e -r 3861ff8f4bf1 oldXMenu/XMenu.h --- a/oldXMenu/XMenu.h Tue Aug 16 09:32:11 2005 +0000 +++ b/oldXMenu/XMenu.h Tue Aug 16 10:34:51 2005 +0000 @@ -1,6 +1,7 @@ #include "copyright.h" /* Copyright Massachusetts Institute of Technology 1985 */ +/* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */ /* * XMenu: MIT Project Athena, X Window system menu package diff -r e1cdc6178b3e -r 3861ff8f4bf1 oldXMenu/XMenuInt.h --- a/oldXMenu/XMenuInt.h Tue Aug 16 09:32:11 2005 +0000 +++ b/oldXMenu/XMenuInt.h Tue Aug 16 10:34:51 2005 +0000 @@ -1,5 +1,6 @@ /* Copyright Massachusetts Institute of Technology 1985 */ +/* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */ /* * XMenu: MIT Project Athena, X Window system menu package diff -r e1cdc6178b3e -r 3861ff8f4bf1 oldXMenu/copyright.h --- a/oldXMenu/copyright.h Tue Aug 16 09:32:11 2005 +0000 +++ b/oldXMenu/copyright.h Tue Aug 16 10:34:51 2005 +0000 @@ -16,5 +16,7 @@ */ +/* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */ + /* arch-tag: c689b1bc-a3ba-41a1-baa0-a3622b5445b2 (do not change this comment) */ diff -r e1cdc6178b3e -r 3861ff8f4bf1 oldXMenu/insque.c --- a/oldXMenu/insque.c Tue Aug 16 09:32:11 2005 +0000 +++ b/oldXMenu/insque.c Tue Aug 16 10:34:51 2005 +0000 @@ -1,3 +1,5 @@ +/* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */ + /* This file implements the emacs_insque and emacs_remque functions, copies of the insque and remque functions of BSD. They and all their callers have been renamed to emacs_mumble to allow us to