Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
d59c3137
Commit
d59c3137
authored
Dec 07, 2006
by
Glenn Morris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update copyright years.
parent
12f7728e
Changes
48
Hide whitespace changes
Inline
Side-by-side
Showing
48 changed files
with
51 additions
and
50 deletions
+51
-50
lisp/emacs-lisp/advice.el
lisp/emacs-lisp/advice.el
+1
-1
lisp/emacs-lisp/assoc.el
lisp/emacs-lisp/assoc.el
+1
-1
lisp/emacs-lisp/authors.el
lisp/emacs-lisp/authors.el
+1
-1
lisp/emacs-lisp/byte-run.el
lisp/emacs-lisp/byte-run.el
+1
-1
lisp/emacs-lisp/cl-compat.el
lisp/emacs-lisp/cl-compat.el
+1
-1
lisp/emacs-lisp/cl-extra.el
lisp/emacs-lisp/cl-extra.el
+1
-1
lisp/emacs-lisp/cl-macs.el
lisp/emacs-lisp/cl-macs.el
+2
-1
lisp/emacs-lisp/cl-seq.el
lisp/emacs-lisp/cl-seq.el
+1
-1
lisp/emacs-lisp/cl-specs.el
lisp/emacs-lisp/cl-specs.el
+1
-1
lisp/emacs-lisp/cl.el
lisp/emacs-lisp/cl.el
+1
-1
lisp/emacs-lisp/crm.el
lisp/emacs-lisp/crm.el
+1
-1
lisp/emacs-lisp/cust-print.el
lisp/emacs-lisp/cust-print.el
+1
-1
lisp/emacs-lisp/derived.el
lisp/emacs-lisp/derived.el
+1
-1
lisp/emacs-lisp/easymenu.el
lisp/emacs-lisp/easymenu.el
+2
-2
lisp/emacs-lisp/eldoc.el
lisp/emacs-lisp/eldoc.el
+1
-1
lisp/emacs-lisp/elint.el
lisp/emacs-lisp/elint.el
+1
-1
lisp/emacs-lisp/ewoc.el
lisp/emacs-lisp/ewoc.el
+1
-1
lisp/emacs-lisp/find-gc.el
lisp/emacs-lisp/find-gc.el
+1
-1
lisp/emacs-lisp/float-sup.el
lisp/emacs-lisp/float-sup.el
+1
-1
lisp/emacs-lisp/generic.el
lisp/emacs-lisp/generic.el
+1
-1
lisp/emacs-lisp/gulp.el
lisp/emacs-lisp/gulp.el
+1
-1
lisp/emacs-lisp/helper.el
lisp/emacs-lisp/helper.el
+1
-1
lisp/emacs-lisp/lisp.el
lisp/emacs-lisp/lisp.el
+1
-1
lisp/emacs-lisp/lmenu.el
lisp/emacs-lisp/lmenu.el
+1
-1
lisp/emacs-lisp/lselect.el
lisp/emacs-lisp/lselect.el
+1
-1
lisp/emacs-lisp/map-ynp.el
lisp/emacs-lisp/map-ynp.el
+1
-1
lisp/emacs-lisp/regexp-opt.el
lisp/emacs-lisp/regexp-opt.el
+1
-1
lisp/emacs-lisp/regi.el
lisp/emacs-lisp/regi.el
+1
-1
lisp/emacs-lisp/ring.el
lisp/emacs-lisp/ring.el
+1
-1
lisp/emacs-lisp/shadow.el
lisp/emacs-lisp/shadow.el
+1
-1
lisp/emacs-lisp/sregex.el
lisp/emacs-lisp/sregex.el
+1
-1
lisp/emacs-lisp/timer.el
lisp/emacs-lisp/timer.el
+1
-1
lisp/emacs-lisp/tq.el
lisp/emacs-lisp/tq.el
+1
-1
lisp/emacs-lisp/trace.el
lisp/emacs-lisp/trace.el
+1
-1
lisp/emulation/crisp.el
lisp/emulation/crisp.el
+1
-1
lisp/emulation/edt-lk201.el
lisp/emulation/edt-lk201.el
+1
-1
lisp/emulation/edt-pc.el
lisp/emulation/edt-pc.el
+1
-1
lisp/emulation/pc-mode.el
lisp/emulation/pc-mode.el
+1
-1
lisp/emulation/tpu-edt.el
lisp/emulation/tpu-edt.el
+1
-1
lisp/emulation/tpu-extras.el
lisp/emulation/tpu-extras.el
+1
-1
lisp/emulation/tpu-mapper.el
lisp/emulation/tpu-mapper.el
+1
-1
lisp/emulation/vip.el
lisp/emulation/vip.el
+2
-2
lisp/emulation/ws-mode.el
lisp/emulation/ws-mode.el
+1
-1
lisp/erc/ChangeLog.01
lisp/erc/ChangeLog.01
+1
-1
lisp/erc/ChangeLog.02
lisp/erc/ChangeLog.02
+1
-1
lisp/erc/ChangeLog.03
lisp/erc/ChangeLog.03
+1
-1
lisp/erc/ChangeLog.04
lisp/erc/ChangeLog.04
+1
-1
lisp/erc/ChangeLog.05
lisp/erc/ChangeLog.05
+1
-1
No files found.
lisp/emacs-lisp/advice.el
View file @
d59c3137
;;; advice.el --- an overloading mechanism for Emacs Lisp functions
;; Copyright (C) 1993, 1994, 2000, 2001, 2004,
;; Copyright (C) 1993, 1994, 2000, 2001,
2002, 2003,
2004,
;; 2005, 2006 Free Software Foundation, Inc.
;; Author: Hans Chalupsky <hans@cs.buffalo.edu>
...
...
lisp/emacs-lisp/assoc.el
View file @
d59c3137
;;; assoc.el --- insert/delete/sort functions on association lists
;; Copyright (C) 1996, 2002, 2003, 2004, 2005,
;; Copyright (C) 1996,
2001,
2002, 2003, 2004, 2005,
;; 2006 Free Software Foundation, Inc.
;; Author: Barry A. Warsaw <bwarsaw@cen.com>
...
...
lisp/emacs-lisp/authors.el
View file @
d59c3137
;;; authors.el --- utility for maintaining Emacs' AUTHORS file -*-coding: iso-2022-7bit;-*-
;; Copyright (C) 2000, 2002, 2003, 2004, 2005,
;; Copyright (C) 2000,
2001,
2002, 2003, 2004, 2005,
;; 2006 Free Software Foundation, Inc.
;; Author: Gerd Moellmann <gerd@gnu.org>
...
...
lisp/emacs-lisp/byte-run.el
View file @
d59c3137
;;; byte-run.el --- byte-compiler support for inlining
;; Copyright (C) 1992, 2002, 2003, 2004, 2005,
;; Copyright (C) 1992,
2001,
2002, 2003, 2004, 2005,
;; 2006 Free Software Foundation, Inc.
;; Author: Jamie Zawinski <jwz@lucid.com>
...
...
lisp/emacs-lisp/cl-compat.el
View file @
d59c3137
;;; cl-compat.el --- Common Lisp extensions for GNU Emacs Lisp (compatibility)
;; Copyright (C) 1993, 2002, 2003, 2004, 2005,
;; Copyright (C) 1993,
2001,
2002, 2003, 2004, 2005,
;; 2006 Free Software Foundation, Inc.
;; Author: Dave Gillespie <daveg@synaptics.com>
...
...
lisp/emacs-lisp/cl-extra.el
View file @
d59c3137
;;; cl-extra.el --- Common Lisp features, part 2 -*-byte-compile-dynamic: t;-*-
;; Copyright (C) 1993, 2000, 2002, 2003, 2004,
;; Copyright (C) 1993, 2000,
2001,
2002, 2003, 2004,
;; 2005, 2006 Free Software Foundation, Inc.
;; Author: Dave Gillespie <daveg@synaptics.com>
...
...
lisp/emacs-lisp/cl-macs.el
View file @
d59c3137
;;; cl-macs.el --- Common Lisp macros -*-byte-compile-dynamic: t;-*-
;; Copyright (C) 1993, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
;; Copyright (C) 1993, 2001, 2002, 2003, 2004, 2005, 2006
;; Free Software Foundation, Inc.
;; Author: Dave Gillespie <daveg@synaptics.com>
;; Version: 2.02
...
...
lisp/emacs-lisp/cl-seq.el
View file @
d59c3137
;;; cl-seq.el --- Common Lisp features, part 3 -*-byte-compile-dynamic: t;-*-
;; Copyright (C) 1993, 2002, 2003, 2004, 2005,
;; Copyright (C) 1993,
2001,
2002, 2003, 2004, 2005,
;; 2006 Free Software Foundation, Inc.
;; Author: Dave Gillespie <daveg@synaptics.com>
...
...
lisp/emacs-lisp/cl-specs.el
View file @
d59c3137
;;; cl-specs.el --- Edebug specs for cl.el -*- no-byte-compile: t -*-
;; Copyright (C) 1993, 2002, 2003, 2004, 2005,
;; Copyright (C) 1993,
2001,
2002, 2003, 2004, 2005,
;; 2006 Free Software Foundation, Inc.
;; Author: Daniel LaLiberte <liberte@holonexus.org>
;; Keywords: lisp, tools, maint
...
...
lisp/emacs-lisp/cl.el
View file @
d59c3137
;;; cl.el --- Common Lisp extensions for Emacs -*-byte-compile-dynamic: t;-*-
;; Copyright (C) 1993, 2002, 2003, 2004, 2005,
;; Copyright (C) 1993,
2001,
2002, 2003, 2004, 2005,
;; 2006 Free Software Foundation, Inc.
;; Author: Dave Gillespie <daveg@synaptics.com>
...
...
lisp/emacs-lisp/crm.el
View file @
d59c3137
;;; crm.el --- read multiple strings with completion
;; Copyright (C) 1985, 1986, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
;; 2000, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
;; 2000,
2001,
2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
;; Author: Sen Nagata <sen@eccosys.com>
;; Keywords: completion, minibuffer, multiple elements
...
...
lisp/emacs-lisp/cust-print.el
View file @
d59c3137
;;; cust-print.el --- handles print-level and print-circle
;; Copyright (C) 1992, 2002, 2003, 2004, 2005,
;; Copyright (C) 1992,
2001,
2002, 2003, 2004, 2005,
;; 2006 Free Software Foundation, Inc.
;; Author: Daniel LaLiberte <liberte@holonexus.org>
...
...
lisp/emacs-lisp/derived.el
View file @
d59c3137
;;; derived.el --- allow inheritance of major modes
;; (formerly mode-clone.el)
;; Copyright (C) 1993, 1994, 1999, 2002, 2003, 2004,
;; Copyright (C) 1993, 1994, 1999,
2001,
2002, 2003, 2004,
;; 2005, 2006 Free Software Foundation, Inc.
;; Author: David Megginson (dmeggins@aix1.uottawa.ca)
...
...
lisp/emacs-lisp/easymenu.el
View file @
d59c3137
;;; easymenu.el --- support the easymenu interface for defining a menu
;; Copyright (C) 1994, 1996, 1998, 1999, 2000, 2002, 2003,
2004,
;; 2005, 2006 Free Software Foundation, Inc.
;; Copyright (C) 1994, 1996, 1998, 1999, 2000,
2001,
2002, 2003,
;;
2004,
2005, 2006 Free Software Foundation, Inc.
;; Keywords: emulations
;; Author: Richard Stallman <rms@gnu.org>
...
...
lisp/emacs-lisp/eldoc.el
View file @
d59c3137
;;; eldoc.el --- show function arglist or variable docstring in echo area
;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2002, 2003, 2004,
;; Copyright (C) 1996, 1997, 1998, 1999, 2000,
2001,
2002, 2003, 2004,
;; 2005, 2006 Free Software Foundation, Inc.
;; Author: Noah Friedman <friedman@splode.com>
...
...
lisp/emacs-lisp/elint.el
View file @
d59c3137
;;; elint.el --- Lint Emacs Lisp
;; Copyright (C) 1997, 2002, 2003, 2004, 2005,
;; Copyright (C) 1997,
2001,
2002, 2003, 2004, 2005,
;; 2006 Free Software Foundation, Inc.
;; Author: Peter Liljenberg <petli@lysator.liu.se>
...
...
lisp/emacs-lisp/ewoc.el
View file @
d59c3137
;;; ewoc.el --- utility to maintain a view of a list of objects in a buffer
;; Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
;; 2000, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
;; 2000,
2001,
2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
;; Author: Per Cederqvist <ceder@lysator.liu.se>
;; Inge Wallin <inge@lysator.liu.se>
...
...
lisp/emacs-lisp/find-gc.el
View file @
d59c3137
;;; find-gc.el --- detect functions that call the garbage collector
;; Copyright (C) 1992, 2002, 2003, 2004, 2005,
;; Copyright (C) 1992,
2001,
2002, 2003, 2004, 2005,
;; 2006 Free Software Foundation, Inc.
;; Maintainer: FSF
...
...
lisp/emacs-lisp/float-sup.el
View file @
d59c3137
;;; float-sup.el --- define some constants useful for floating point numbers.
;; Copyright (C) 1985, 1986, 1987, 2002, 2003, 2004,
;; Copyright (C) 1985, 1986, 1987,
2001,
2002, 2003, 2004,
;; 2005, 2006 Free Software Foundation, Inc.
;; Maintainer: FSF
...
...
lisp/emacs-lisp/generic.el
View file @
d59c3137
;;; generic.el --- defining simple major modes with comment and font-lock
;;
;; Copyright (C) 1997, 1999, 2002, 2003, 2004,
;; Copyright (C) 1997, 1999,
2001,
2002, 2003, 2004,
;; 2005, 2006 Free Software Foundation, Inc.
;;
;; Author: Peter Breton <pbreton@cs.umb.edu>
...
...
lisp/emacs-lisp/gulp.el
View file @
d59c3137
;;; gulp.el --- ask for updates for Lisp packages
;; Copyright (C) 1996, 2002, 2003, 2004, 2005,
;; Copyright (C) 1996,
2001,
2002, 2003, 2004, 2005,
;; 2006 Free Software Foundation, Inc.
;; Author: Sam Shteingold <shteingd@math.ucla.edu>
...
...
lisp/emacs-lisp/helper.el
View file @
d59c3137
;;; helper.el --- utility help package supporting help in electric modes
;; Copyright (C) 1985, 2002, 2003, 2004, 2005,
;; Copyright (C) 1985,
2001,
2002, 2003, 2004, 2005,
;; 2006 Free Software Foundation, Inc.
;; Author: K. Shane Hartman
...
...
lisp/emacs-lisp/lisp.el
View file @
d59c3137
;;; lisp.el --- Lisp editing commands for Emacs
;; Copyright (C) 1985, 1986, 1994, 2000, 2002, 2003, 2004,
;; Copyright (C) 1985, 1986, 1994, 2000,
2001,
2002, 2003, 2004,
;; 2005, 2006 Free Software Foundation, Inc.
;; Maintainer: FSF
...
...
lisp/emacs-lisp/lmenu.el
View file @
d59c3137
;;; lmenu.el --- emulate Lucid's menubar support
;; Copyright (C) 1992, 1993, 1994, 1997, 2002, 2003, 2004,
;; Copyright (C) 1992, 1993, 1994, 1997,
2001,
2002, 2003, 2004,
;; 2005, 2006 Free Software Foundation, Inc.
;; Keywords: emulations obsolete
...
...
lisp/emacs-lisp/lselect.el
View file @
d59c3137
;;; lselect.el --- Lucid interface to X Selections
;; Copyright (C) 1990, 1993, 2002, 2003, 2004,
;; Copyright (C) 1990, 1993,
2001,
2002, 2003, 2004,
;; 2005, 2006 Free Software Foundation, Inc.
;; Maintainer: FSF
...
...
lisp/emacs-lisp/map-ynp.el
View file @
d59c3137
;;; map-ynp.el --- general-purpose boolean question-asker
;; Copyright (C) 1991, 1992, 1993, 1994, 1995, 2000, 2002, 2003,
;; Copyright (C) 1991, 1992, 1993, 1994, 1995, 2000,
2001,
2002, 2003,
;; 2004, 2005, 2006 Free Software Foundation, Inc.
;; Author: Roland McGrath <roland@gnu.org>
...
...
lisp/emacs-lisp/regexp-opt.el
View file @
d59c3137
;;; regexp-opt.el --- generate efficient regexps to match strings
;; Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2002,
;; Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000,
2001,
2002,
;; 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
;; Author: Simon Marshall <simon@gnu.org>
...
...
lisp/emacs-lisp/regi.el
View file @
d59c3137
;;; regi.el --- REGular expression Interpreting engine
;; Copyright (C) 1993, 2002, 2003, 2004, 2005,
;; Copyright (C) 1993,
2001,
2002, 2003, 2004, 2005,
;; 2006 Free Software Foundation, Inc.
;; Author: 1993 Barry A. Warsaw, Century Computing, Inc. <bwarsaw@cen.com>
...
...
lisp/emacs-lisp/ring.el
View file @
d59c3137
;;; ring.el --- handle rings of items
;; Copyright (C) 1992, 2002, 2003, 2004, 2005,
;; Copyright (C) 1992,
2001,
2002, 2003, 2004, 2005,
;; 2006 Free Software Foundation, Inc.
;; Maintainer: FSF
...
...
lisp/emacs-lisp/shadow.el
View file @
d59c3137
;;; shadow.el --- locate Emacs Lisp file shadowings
;; Copyright (C) 1995, 2002, 2003, 2004, 2005,
;; Copyright (C) 1995,
2001,
2002, 2003, 2004, 2005,
;; 2006 Free Software Foundation, Inc.
;; Author: Terry Jones <terry@santafe.edu>
...
...
lisp/emacs-lisp/sregex.el
View file @
d59c3137
;;; sregex.el --- symbolic regular expressions
;; Copyright (C) 1997, 1998, 2000, 2002, 2003, 2004,
;; Copyright (C) 1997, 1998, 2000,
2001,
2002, 2003, 2004,
;; 2005, 2006 Free Software Foundation, Inc.
;; Author: Bob Glickstein <bobg+sregex@zanshin.com>
...
...
lisp/emacs-lisp/timer.el
View file @
d59c3137
;;; timer.el --- run a function with args at some time in future
;; Copyright (C) 1996, 2002, 2003, 2004, 2005,
;; Copyright (C) 1996,
2001,
2002, 2003, 2004, 2005,
;; 2006 Free Software Foundation, Inc.
;; Maintainer: FSF
...
...
lisp/emacs-lisp/tq.el
View file @
d59c3137
;;; tq.el --- utility to maintain a transaction queue
;; Copyright (C) 1985, 1986, 1987, 1992, 2002, 2003, 2004,
;; Copyright (C) 1985, 1986, 1987, 1992,
2001,
2002, 2003, 2004,
;; 2005, 2006 Free Software Foundation, Inc.
;; Author: Scott Draves <spot@cs.cmu.edu>
...
...
lisp/emacs-lisp/trace.el
View file @
d59c3137
;;; trace.el --- tracing facility for Emacs Lisp functions
;; Copyright (C) 1993, 1998, 2000, 2002, 2003, 2004,
;; Copyright (C) 1993, 1998, 2000,
2001,
2002, 2003, 2004,
;; 2005, 2006 Free Software Foundation, Inc.
;; Author: Hans Chalupsky <hans@cs.buffalo.edu>
...
...
lisp/emulation/crisp.el
View file @
d59c3137
;;; crisp.el --- CRiSP/Brief Emacs emulator
;; Copyright (C) 1997, 1998, 1999, 2002, 2003, 2004,
;; Copyright (C) 1997, 1998, 1999,
2001,
2002, 2003, 2004,
;; 2005, 2006 Free Software Foundation, Inc.
;; Author: Gary D. Foster <Gary.Foster@Corp.Sun.COM>
...
...
lisp/emulation/edt-lk201.el
View file @
d59c3137
;;; edt-lk201.el --- enhanced EDT keypad mode emulation for LK-201 keyboards
;; Copyright (C) 1986, 1992, 1993, 1995, 2002, 2003, 2004,
;; Copyright (C) 1986, 1992, 1993, 1995,
2001,
2002, 2003, 2004,
;; 2005, 2006 Free Software Foundation, Inc.
;; Author: Kevin Gallagher <kevingal@onramp.net>
...
...
lisp/emulation/edt-pc.el
View file @
d59c3137
;;; edt-pc.el --- enhanced EDT keypad mode emulation for PC 101 keyboards
;; Copyright (C) 1986, 1994, 1995, 2002, 2003, 2004,
;; Copyright (C) 1986, 1994, 1995,
2001,
2002, 2003, 2004,
;; 2005, 2006 Free Software Foundation, Inc.
;; Author: Kevin Gallagher <kevingal@onramp.net>
...
...
lisp/emulation/pc-mode.el
View file @
d59c3137
;;; pc-mode.el --- emulate certain key bindings used on PCs
;; Copyright (C) 1995, 2002, 2003, 2004, 2005,
;; Copyright (C) 1995,
2001,
2002, 2003, 2004, 2005,
;; 2006 Free Software Foundation, Inc.
;; Maintainer: FSF
...
...
lisp/emulation/tpu-edt.el
View file @
d59c3137
;;; tpu-edt.el --- Emacs emulating TPU emulating EDT
;; Copyright (C) 1993, 1994, 1995, 2000, 2002, 2003, 2004,
;; Copyright (C) 1993, 1994, 1995, 2000,
2001,
2002, 2003, 2004,
;; 2005, 2006 Free Software Foundation, Inc.
;; Author: Rob Riepel <riepel@networking.stanford.edu>
...
...
lisp/emulation/tpu-extras.el
View file @
d59c3137
;;; tpu-extras.el --- scroll margins and free cursor mode for TPU-edt
;; Copyright (C) 1993, 1994, 1995, 2000, 2002, 2003, 2004,
;; Copyright (C) 1993, 1994, 1995, 2000,
2001,
2002, 2003, 2004,
;; 2005, 2006 Free Software Foundation, Inc.
;; Author: Rob Riepel <riepel@networking.stanford.edu>
...
...
lisp/emulation/tpu-mapper.el
View file @
d59c3137
;;; tpu-mapper.el --- create a TPU-edt X-windows keymap file
;; Copyright (C) 1993, 1994, 1995, 2002, 2003, 2004,
;; Copyright (C) 1993, 1994, 1995,
2001,
2002, 2003, 2004,
;; 2005, 2006 Free Software Foundation, Inc.
;; Author: Rob Riepel <riepel@networking.stanford.edu>
...
...
lisp/emulation/vip.el
View file @
d59c3137
;;; vip.el --- a VI Package for GNU Emacs
;; Copyright (C) 1986, 1987, 1988, 1992, 1993, 1998, 2002, 2003,
2004,
;; 2005, 2006 Free Software Foundation, Inc.
;; Copyright (C) 1986, 1987, 1988, 1992, 1993, 1998,
2001,
2002, 2003,
;;
2004,
2005, 2006 Free Software Foundation, Inc.
;; Author: Masahiko Sato <ms@sail.stanford.edu>
;; Keywords: emulations
...
...
lisp/emulation/ws-mode.el
View file @
d59c3137
;;; ws-mode.el --- WordStar emulation mode for GNU Emacs
;; Copyright (C) 1991, 2002, 2003, 2004, 2005,
;; Copyright (C) 1991,
2001,
2002, 2003, 2004, 2005,
;; 2006 Free Software Foundation, Inc.
;; Author: Juergen Nickelsen <nickel@cs.tu-berlin.de>
...
...
lisp/erc/ChangeLog.01
View file @
d59c3137
...
...
@@ -1035,7 +1035,7 @@
* erc-speak.el, erc.el: New file.
Copyright (C) 2001 Free Software Foundation, Inc.
Copyright (C) 2001
, 2006
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.
...
...
lisp/erc/ChangeLog.02
View file @
d59c3137
...
...
@@ -2596,7 +2596,7 @@
See ChangeLog.01 for earlier changes.
Copyright (C) 2002 Free Software Foundation, Inc.
Copyright (C) 2002
, 2006
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.
...
...
lisp/erc/ChangeLog.03
View file @
d59c3137
...
...
@@ -2140,7 +2140,7 @@
See ChangeLog.02 for earlier changes.
Copyright (C) 2003 Free Software Foundation, Inc.
Copyright (C) 2003
, 2006
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.
...
...
lisp/erc/ChangeLog.04
View file @
d59c3137
...
...
@@ -2069,7 +2069,7 @@
See ChangeLog.03 for earlier changes.
Copyright (C) 2004 Free Software Foundation, Inc.
Copyright (C) 2004
, 2006
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.
...
...
lisp/erc/ChangeLog.05
View file @
d59c3137
...
...
@@ -1217,7 +1217,7 @@
See ChangeLog.04 for earlier changes.
Copyright (C) 2005 Free Software Foundation, Inc.
Copyright (C) 2005
, 2006
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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment