diff options
| author | Paul Eggert | 2015-01-01 09:18:06 -0800 |
|---|---|---|
| committer | Paul Eggert | 2015-01-01 09:18:06 -0800 |
| commit | 732fd4c7e11debd61c97eaaba3038d61e6ec7024 (patch) | |
| tree | 2f06329713fc44450cd66b07367863609780141a /lisp/vc | |
| parent | a5f90a37622e9d0cb066da413846c1c3f6900b51 (diff) | |
| download | emacs-732fd4c7e11debd61c97eaaba3038d61e6ec7024.tar.gz emacs-732fd4c7e11debd61c97eaaba3038d61e6ec7024.zip | |
Update copyright year to 2015
Run admin/update-copyright.
Diffstat (limited to 'lisp/vc')
39 files changed, 39 insertions, 39 deletions
diff --git a/lisp/vc/add-log.el b/lisp/vc/add-log.el index 8e44c024dc4..84ae389697c 100644 --- a/lisp/vc/add-log.el +++ b/lisp/vc/add-log.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; add-log.el --- change log maintenance commands for Emacs | 1 | ;;; add-log.el --- change log maintenance commands for Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985-1986, 1988, 1993-1994, 1997-1998, 2000-2014 Free | 3 | ;; Copyright (C) 1985-1986, 1988, 1993-1994, 1997-1998, 2000-2015 Free |
| 4 | ;; Software Foundation, Inc. | 4 | ;; Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: emacs-devel@gnu.org | 6 | ;; Maintainer: emacs-devel@gnu.org |
diff --git a/lisp/vc/compare-w.el b/lisp/vc/compare-w.el index 25d4cf77f53..2ba142933f3 100644 --- a/lisp/vc/compare-w.el +++ b/lisp/vc/compare-w.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; compare-w.el --- compare text between windows for Emacs | 1 | ;;; compare-w.el --- compare text between windows for Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1986, 1989, 1993, 1997, 2001-2014 Free Software | 3 | ;; Copyright (C) 1986, 1989, 1993, 1997, 2001-2015 Free Software |
| 4 | ;; Foundation, Inc. | 4 | ;; Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: emacs-devel@gnu.org | 6 | ;; Maintainer: emacs-devel@gnu.org |
diff --git a/lisp/vc/cvs-status.el b/lisp/vc/cvs-status.el index 10cff7b0403..dc43094796e 100644 --- a/lisp/vc/cvs-status.el +++ b/lisp/vc/cvs-status.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; cvs-status.el --- major mode for browsing `cvs status' output -*- coding: utf-8; lexical-binding: t -*- | 1 | ;;; cvs-status.el --- major mode for browsing `cvs status' output -*- coding: utf-8; lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1999-2015 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Stefan Monnier <monnier@iro.umontreal.ca> | 5 | ;; Author: Stefan Monnier <monnier@iro.umontreal.ca> |
| 6 | ;; Keywords: pcl-cvs cvs status tree vc tools | 6 | ;; Keywords: pcl-cvs cvs status tree vc tools |
diff --git a/lisp/vc/diff-mode.el b/lisp/vc/diff-mode.el index 3d985d9ca4d..2bf04fc131d 100644 --- a/lisp/vc/diff-mode.el +++ b/lisp/vc/diff-mode.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; diff-mode.el --- a mode for viewing/editing context diffs -*- lexical-binding: t -*- | 1 | ;;; diff-mode.el --- a mode for viewing/editing context diffs -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1998-2015 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Stefan Monnier <monnier@iro.umontreal.ca> | 5 | ;; Author: Stefan Monnier <monnier@iro.umontreal.ca> |
| 6 | ;; Keywords: convenience patch diff vc | 6 | ;; Keywords: convenience patch diff vc |
diff --git a/lisp/vc/diff.el b/lisp/vc/diff.el index b789b80df8e..062248c8f14 100644 --- a/lisp/vc/diff.el +++ b/lisp/vc/diff.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; diff.el --- run `diff' -*- lexical-binding: t -*- | 1 | ;;; diff.el --- run `diff' -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1992, 1994, 1996, 2001-2014 Free Software Foundation, | 3 | ;; Copyright (C) 1992, 1994, 1996, 2001-2015 Free Software Foundation, |
| 4 | ;; Inc. | 4 | ;; Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Frank Bresz | 6 | ;; Author: Frank Bresz |
diff --git a/lisp/vc/ediff-diff.el b/lisp/vc/ediff-diff.el index d21b4cc6d0b..d0c0f7b3e83 100644 --- a/lisp/vc/ediff-diff.el +++ b/lisp/vc/ediff-diff.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ediff-diff.el --- diff-related utilities | 1 | ;;; ediff-diff.el --- diff-related utilities |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1994-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1994-2015 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> | 5 | ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> |
| 6 | ;; Package: ediff | 6 | ;; Package: ediff |
diff --git a/lisp/vc/ediff-help.el b/lisp/vc/ediff-help.el index 020a1c33cf1..c981d89f50a 100644 --- a/lisp/vc/ediff-help.el +++ b/lisp/vc/ediff-help.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ediff-help.el --- Code related to the contents of Ediff help buffers | 1 | ;;; ediff-help.el --- Code related to the contents of Ediff help buffers |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1996-2015 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> | 5 | ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> |
| 6 | ;; Package: ediff | 6 | ;; Package: ediff |
diff --git a/lisp/vc/ediff-hook.el b/lisp/vc/ediff-hook.el index c87d52f6856..89796872a44 100644 --- a/lisp/vc/ediff-hook.el +++ b/lisp/vc/ediff-hook.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ediff-hook.el --- setup for Ediff's menus and autoloads | 1 | ;;; ediff-hook.el --- setup for Ediff's menus and autoloads |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1995-2015 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> | 5 | ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> |
| 6 | ;; Package: ediff | 6 | ;; Package: ediff |
diff --git a/lisp/vc/ediff-init.el b/lisp/vc/ediff-init.el index dd0d76485bf..a0507851501 100644 --- a/lisp/vc/ediff-init.el +++ b/lisp/vc/ediff-init.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ediff-init.el --- Macros, variables, and defsubsts used by Ediff | 1 | ;;; ediff-init.el --- Macros, variables, and defsubsts used by Ediff |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1994-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1994-2015 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> | 5 | ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> |
| 6 | ;; Package: ediff | 6 | ;; Package: ediff |
diff --git a/lisp/vc/ediff-merg.el b/lisp/vc/ediff-merg.el index 0f7d0628a1d..72dfc0861f5 100644 --- a/lisp/vc/ediff-merg.el +++ b/lisp/vc/ediff-merg.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ediff-merg.el --- merging utilities | 1 | ;;; ediff-merg.el --- merging utilities |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1994-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1994-2015 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> | 5 | ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> |
| 6 | ;; Package: ediff | 6 | ;; Package: ediff |
diff --git a/lisp/vc/ediff-mult.el b/lisp/vc/ediff-mult.el index 56ff13fbbb6..c81afce016d 100644 --- a/lisp/vc/ediff-mult.el +++ b/lisp/vc/ediff-mult.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ediff-mult.el --- support for multi-file/multi-buffer processing in Ediff | 1 | ;;; ediff-mult.el --- support for multi-file/multi-buffer processing in Ediff |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1995-2015 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> | 5 | ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> |
| 6 | ;; Package: ediff | 6 | ;; Package: ediff |
diff --git a/lisp/vc/ediff-ptch.el b/lisp/vc/ediff-ptch.el index bb6ab1062c1..80990feac35 100644 --- a/lisp/vc/ediff-ptch.el +++ b/lisp/vc/ediff-ptch.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ediff-ptch.el --- Ediff's patch support | 1 | ;;; ediff-ptch.el --- Ediff's patch support |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1996-2015 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> | 5 | ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> |
| 6 | ;; Package: ediff | 6 | ;; Package: ediff |
diff --git a/lisp/vc/ediff-util.el b/lisp/vc/ediff-util.el index dbf52479527..e15f4c88271 100644 --- a/lisp/vc/ediff-util.el +++ b/lisp/vc/ediff-util.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ediff-util.el --- the core commands and utilities of ediff | 1 | ;;; ediff-util.el --- the core commands and utilities of ediff |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1994-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1994-2015 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> | 5 | ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> |
| 6 | ;; Package: ediff | 6 | ;; Package: ediff |
diff --git a/lisp/vc/ediff-vers.el b/lisp/vc/ediff-vers.el index 83dbf84347c..5e745875c70 100644 --- a/lisp/vc/ediff-vers.el +++ b/lisp/vc/ediff-vers.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ediff-vers.el --- version control interface to Ediff | 1 | ;;; ediff-vers.el --- version control interface to Ediff |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995-1997, 2001-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1995-1997, 2001-2015 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> | 5 | ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> |
| 6 | ;; Package: ediff | 6 | ;; Package: ediff |
diff --git a/lisp/vc/ediff-wind.el b/lisp/vc/ediff-wind.el index 48cca4d1b6c..c31df824996 100644 --- a/lisp/vc/ediff-wind.el +++ b/lisp/vc/ediff-wind.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ediff-wind.el --- window manipulation utilities | 1 | ;;; ediff-wind.el --- window manipulation utilities |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1994-1997, 2000-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1994-1997, 2000-2015 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> | 5 | ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> |
| 6 | ;; Package: ediff | 6 | ;; Package: ediff |
diff --git a/lisp/vc/ediff.el b/lisp/vc/ediff.el index 5418039143f..837940c7763 100644 --- a/lisp/vc/ediff.el +++ b/lisp/vc/ediff.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ediff.el --- a comprehensive visual interface to diff & patch | 1 | ;;; ediff.el --- a comprehensive visual interface to diff & patch |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1994-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1994-2015 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> | 5 | ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> |
| 6 | ;; Created: February 2, 1994 | 6 | ;; Created: February 2, 1994 |
diff --git a/lisp/vc/log-edit.el b/lisp/vc/log-edit.el index 3b03ee14c0b..ae8d275411b 100644 --- a/lisp/vc/log-edit.el +++ b/lisp/vc/log-edit.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; log-edit.el --- Major mode for editing CVS commit messages -*- lexical-binding: t -*- | 1 | ;;; log-edit.el --- Major mode for editing CVS commit messages -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1999-2015 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Stefan Monnier <monnier@iro.umontreal.ca> | 5 | ;; Author: Stefan Monnier <monnier@iro.umontreal.ca> |
| 6 | ;; Keywords: pcl-cvs cvs commit log vc | 6 | ;; Keywords: pcl-cvs cvs commit log vc |
diff --git a/lisp/vc/log-view.el b/lisp/vc/log-view.el index 484e40f7ac0..98e93572206 100644 --- a/lisp/vc/log-view.el +++ b/lisp/vc/log-view.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; log-view.el --- Major mode for browsing revision log histories -*- lexical-binding: t -*- | 1 | ;;; log-view.el --- Major mode for browsing revision log histories -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1999-2015 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Stefan Monnier <monnier@iro.umontreal.ca> | 5 | ;; Author: Stefan Monnier <monnier@iro.umontreal.ca> |
| 6 | ;; Keywords: tools, vc | 6 | ;; Keywords: tools, vc |
diff --git a/lisp/vc/pcvs-defs.el b/lisp/vc/pcvs-defs.el index b89c4df5818..61eac52845c 100644 --- a/lisp/vc/pcvs-defs.el +++ b/lisp/vc/pcvs-defs.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; pcvs-defs.el --- variable definitions for PCL-CVS | 1 | ;;; pcvs-defs.el --- variable definitions for PCL-CVS |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1991-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1991-2015 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Stefan Monnier <monnier@iro.umontreal.ca> | 5 | ;; Author: Stefan Monnier <monnier@iro.umontreal.ca> |
| 6 | ;; Keywords: pcl-cvs | 6 | ;; Keywords: pcl-cvs |
diff --git a/lisp/vc/pcvs-info.el b/lisp/vc/pcvs-info.el index 202f7ddfd2c..4af1e73a358 100644 --- a/lisp/vc/pcvs-info.el +++ b/lisp/vc/pcvs-info.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; pcvs-info.el --- internal representation of a fileinfo entry | 1 | ;;; pcvs-info.el --- internal representation of a fileinfo entry |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1991-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1991-2015 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Stefan Monnier <monnier@iro.umontreal.ca> | 5 | ;; Author: Stefan Monnier <monnier@iro.umontreal.ca> |
| 6 | ;; Keywords: pcl-cvs | 6 | ;; Keywords: pcl-cvs |
diff --git a/lisp/vc/pcvs-parse.el b/lisp/vc/pcvs-parse.el index 366e90d5c9c..5dcb4c55b01 100644 --- a/lisp/vc/pcvs-parse.el +++ b/lisp/vc/pcvs-parse.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; pcvs-parse.el --- the CVS output parser | 1 | ;;; pcvs-parse.el --- the CVS output parser |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1991-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1991-2015 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Stefan Monnier <monnier@iro.umontreal.ca> | 5 | ;; Author: Stefan Monnier <monnier@iro.umontreal.ca> |
| 6 | ;; Keywords: pcl-cvs | 6 | ;; Keywords: pcl-cvs |
diff --git a/lisp/vc/pcvs-util.el b/lisp/vc/pcvs-util.el index 97ab7dfef77..d3cc3c5da33 100644 --- a/lisp/vc/pcvs-util.el +++ b/lisp/vc/pcvs-util.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; pcvs-util.el --- utility functions for PCL-CVS -*- byte-compile-dynamic: t -*- | 1 | ;;; pcvs-util.el --- utility functions for PCL-CVS -*- byte-compile-dynamic: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1991-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1991-2015 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Stefan Monnier <monnier@iro.umontreal.ca> | 5 | ;; Author: Stefan Monnier <monnier@iro.umontreal.ca> |
| 6 | ;; Keywords: pcl-cvs | 6 | ;; Keywords: pcl-cvs |
diff --git a/lisp/vc/pcvs.el b/lisp/vc/pcvs.el index e0f514406ed..6d8e5374145 100644 --- a/lisp/vc/pcvs.el +++ b/lisp/vc/pcvs.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; pcvs.el --- a front-end to CVS -*- lexical-binding:t -*- | 1 | ;;; pcvs.el --- a front-end to CVS -*- lexical-binding:t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1991-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1991-2015 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: (The PCL-CVS Trust) pcl-cvs@cyclic.com | 5 | ;; Author: (The PCL-CVS Trust) pcl-cvs@cyclic.com |
| 6 | ;; (Per Cederqvist) ceder@lysator.liu.se | 6 | ;; (Per Cederqvist) ceder@lysator.liu.se |
diff --git a/lisp/vc/smerge-mode.el b/lisp/vc/smerge-mode.el index 771281555ab..55476566849 100644 --- a/lisp/vc/smerge-mode.el +++ b/lisp/vc/smerge-mode.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; smerge-mode.el --- Minor mode to resolve diff3 conflicts -*- lexical-binding: t -*- | 1 | ;;; smerge-mode.el --- Minor mode to resolve diff3 conflicts -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1999-2015 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Stefan Monnier <monnier@iro.umontreal.ca> | 5 | ;; Author: Stefan Monnier <monnier@iro.umontreal.ca> |
| 6 | ;; Keywords: vc, tools, revision control, merge, diff3, cvs, conflict | 6 | ;; Keywords: vc, tools, revision control, merge, diff3, cvs, conflict |
diff --git a/lisp/vc/vc-annotate.el b/lisp/vc/vc-annotate.el index 424b48a4ffa..0eefaaf9e66 100644 --- a/lisp/vc/vc-annotate.el +++ b/lisp/vc/vc-annotate.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; vc-annotate.el --- VC Annotate Support -*- lexical-binding: t -*- | 1 | ;;; vc-annotate.el --- VC Annotate Support -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997-1998, 2000-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1997-1998, 2000-2015 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Martin Lorentzson <emwson@emw.ericsson.se> | 5 | ;; Author: Martin Lorentzson <emwson@emw.ericsson.se> |
| 6 | ;; Maintainer: emacs-devel@gnu.org | 6 | ;; Maintainer: emacs-devel@gnu.org |
diff --git a/lisp/vc/vc-arch.el b/lisp/vc/vc-arch.el index 2bc8b7b4339..c7c1eb51596 100644 --- a/lisp/vc/vc-arch.el +++ b/lisp/vc/vc-arch.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; vc-arch.el --- VC backend for the Arch version-control system -*- lexical-binding: t -*- | 1 | ;;; vc-arch.el --- VC backend for the Arch version-control system -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2004-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2004-2015 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: FSF (see vc.el for full credits) | 5 | ;; Author: FSF (see vc.el for full credits) |
| 6 | ;; Maintainer: Stefan Monnier <monnier@gnu.org> | 6 | ;; Maintainer: Stefan Monnier <monnier@gnu.org> |
diff --git a/lisp/vc/vc-bzr.el b/lisp/vc/vc-bzr.el index 66c7ac4a349..2d902da2937 100644 --- a/lisp/vc/vc-bzr.el +++ b/lisp/vc/vc-bzr.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; vc-bzr.el --- VC backend for the bzr revision control system -*- lexical-binding: t -*- | 1 | ;;; vc-bzr.el --- VC backend for the bzr revision control system -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2006-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2006-2015 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Dave Love <fx@gnu.org> | 5 | ;; Author: Dave Love <fx@gnu.org> |
| 6 | ;; Riccardo Murri <riccardo.murri@gmail.com> | 6 | ;; Riccardo Murri <riccardo.murri@gmail.com> |
diff --git a/lisp/vc/vc-cvs.el b/lisp/vc/vc-cvs.el index f7684a3b82c..81409585990 100644 --- a/lisp/vc/vc-cvs.el +++ b/lisp/vc/vc-cvs.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; vc-cvs.el --- non-resident support for CVS version-control -*- lexical-binding: t -*- | 1 | ;;; vc-cvs.el --- non-resident support for CVS version-control -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995, 1998-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1995, 1998-2015 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: FSF (see vc.el for full credits) | 5 | ;; Author: FSF (see vc.el for full credits) |
| 6 | ;; Maintainer: Andre Spiegel <spiegel@gnu.org> | 6 | ;; Maintainer: Andre Spiegel <spiegel@gnu.org> |
diff --git a/lisp/vc/vc-dav.el b/lisp/vc/vc-dav.el index 9b67d74c779..a20886b0246 100644 --- a/lisp/vc/vc-dav.el +++ b/lisp/vc/vc-dav.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; vc-dav.el --- vc.el support for WebDAV | 1 | ;;; vc-dav.el --- vc.el support for WebDAV |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2001, 2004-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2001, 2004-2015 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Bill Perry <wmperry@gnu.org> | 5 | ;; Author: Bill Perry <wmperry@gnu.org> |
| 6 | ;; Maintainer: Bill Perry <wmperry@gnu.org> | 6 | ;; Maintainer: Bill Perry <wmperry@gnu.org> |
diff --git a/lisp/vc/vc-dir.el b/lisp/vc/vc-dir.el index be3b1fa94b5..942032260f7 100644 --- a/lisp/vc/vc-dir.el +++ b/lisp/vc/vc-dir.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; vc-dir.el --- Directory status display under VC -*- lexical-binding: t -*- | 1 | ;;; vc-dir.el --- Directory status display under VC -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2007-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2007-2015 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Dan Nicolaescu <dann@ics.uci.edu> | 5 | ;; Author: Dan Nicolaescu <dann@ics.uci.edu> |
| 6 | ;; Keywords: vc tools | 6 | ;; Keywords: vc tools |
diff --git a/lisp/vc/vc-dispatcher.el b/lisp/vc/vc-dispatcher.el index 4fd9691d2a2..a462870a4e2 100644 --- a/lisp/vc/vc-dispatcher.el +++ b/lisp/vc/vc-dispatcher.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; vc-dispatcher.el -- generic command-dispatcher facility. -*- lexical-binding: t -*- | 1 | ;;; vc-dispatcher.el -- generic command-dispatcher facility. -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2008-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2008-2015 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: FSF (see below for full credits) | 5 | ;; Author: FSF (see below for full credits) |
| 6 | ;; Maintainer: Eric S. Raymond <esr@thyrsus.com> | 6 | ;; Maintainer: Eric S. Raymond <esr@thyrsus.com> |
diff --git a/lisp/vc/vc-git.el b/lisp/vc/vc-git.el index 4c64d8374cb..ee8b9cd1663 100644 --- a/lisp/vc/vc-git.el +++ b/lisp/vc/vc-git.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; vc-git.el --- VC backend for the git version control system -*- lexical-binding: t -*- | 1 | ;;; vc-git.el --- VC backend for the git version control system -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2006-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2006-2015 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Alexandre Julliard <julliard@winehq.org> | 5 | ;; Author: Alexandre Julliard <julliard@winehq.org> |
| 6 | ;; Keywords: vc tools | 6 | ;; Keywords: vc tools |
diff --git a/lisp/vc/vc-hg.el b/lisp/vc/vc-hg.el index c8b811feecc..03aaa08ea6d 100644 --- a/lisp/vc/vc-hg.el +++ b/lisp/vc/vc-hg.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; vc-hg.el --- VC backend for the mercurial version control system -*- lexical-binding: t -*- | 1 | ;;; vc-hg.el --- VC backend for the mercurial version control system -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2006-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2006-2015 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Ivan Kanis | 5 | ;; Author: Ivan Kanis |
| 6 | ;; Maintainer: emacs-devel@gnu.org | 6 | ;; Maintainer: emacs-devel@gnu.org |
diff --git a/lisp/vc/vc-hooks.el b/lisp/vc/vc-hooks.el index fb10edca06d..f3891fc6a29 100644 --- a/lisp/vc/vc-hooks.el +++ b/lisp/vc/vc-hooks.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; vc-hooks.el --- resident support for version-control | 1 | ;;; vc-hooks.el --- resident support for version-control |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1992-1996, 1998-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1992-1996, 1998-2015 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: FSF (see vc.el for full credits) | 5 | ;; Author: FSF (see vc.el for full credits) |
| 6 | ;; Maintainer: Andre Spiegel <spiegel@gnu.org> | 6 | ;; Maintainer: Andre Spiegel <spiegel@gnu.org> |
diff --git a/lisp/vc/vc-mtn.el b/lisp/vc/vc-mtn.el index ea071c8586a..aafd580a82e 100644 --- a/lisp/vc/vc-mtn.el +++ b/lisp/vc/vc-mtn.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; vc-mtn.el --- VC backend for Monotone -*- lexical-binding: t -*- | 1 | ;;; vc-mtn.el --- VC backend for Monotone -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2007-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2007-2015 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Stefan Monnier <monnier@iro.umontreal.ca> | 5 | ;; Author: Stefan Monnier <monnier@iro.umontreal.ca> |
| 6 | ;; Keywords: vc | 6 | ;; Keywords: vc |
diff --git a/lisp/vc/vc-rcs.el b/lisp/vc/vc-rcs.el index 6b064260f95..9bcd178cb28 100644 --- a/lisp/vc/vc-rcs.el +++ b/lisp/vc/vc-rcs.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; vc-rcs.el --- support for RCS version-control -*- lexical-binding:t -*- | 1 | ;;; vc-rcs.el --- support for RCS version-control -*- lexical-binding:t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1992-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1992-2015 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: FSF (see vc.el for full credits) | 5 | ;; Author: FSF (see vc.el for full credits) |
| 6 | ;; Maintainer: Andre Spiegel <spiegel@gnu.org> | 6 | ;; Maintainer: Andre Spiegel <spiegel@gnu.org> |
diff --git a/lisp/vc/vc-sccs.el b/lisp/vc/vc-sccs.el index fb7d9596822..60fa9c1c29f 100644 --- a/lisp/vc/vc-sccs.el +++ b/lisp/vc/vc-sccs.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; vc-sccs.el --- support for SCCS version-control -*- lexical-binding:t -*- | 1 | ;;; vc-sccs.el --- support for SCCS version-control -*- lexical-binding:t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1992-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1992-2015 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: FSF (see vc.el for full credits) | 5 | ;; Author: FSF (see vc.el for full credits) |
| 6 | ;; Maintainer: Andre Spiegel <spiegel@gnu.org> | 6 | ;; Maintainer: Andre Spiegel <spiegel@gnu.org> |
diff --git a/lisp/vc/vc-svn.el b/lisp/vc/vc-svn.el index c7568e456f5..bed2727ab6c 100644 --- a/lisp/vc/vc-svn.el +++ b/lisp/vc/vc-svn.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; vc-svn.el --- non-resident support for Subversion version-control -*- lexical-binding:t -*- | 1 | ;;; vc-svn.el --- non-resident support for Subversion version-control -*- lexical-binding:t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2003-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2003-2015 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: FSF (see vc.el for full credits) | 5 | ;; Author: FSF (see vc.el for full credits) |
| 6 | ;; Maintainer: Stefan Monnier <monnier@gnu.org> | 6 | ;; Maintainer: Stefan Monnier <monnier@gnu.org> |
diff --git a/lisp/vc/vc.el b/lisp/vc/vc.el index 0f4d7893b5f..c8b23092749 100644 --- a/lisp/vc/vc.el +++ b/lisp/vc/vc.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; vc.el --- drive a version-control system from within Emacs -*- lexical-binding: t -*- | 1 | ;;; vc.el --- drive a version-control system from within Emacs -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1992-1998, 2000-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1992-1998, 2000-2015 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: FSF (see below for full credits) | 5 | ;; Author: FSF (see below for full credits) |
| 6 | ;; Maintainer: Andre Spiegel <spiegel@gnu.org> | 6 | ;; Maintainer: Andre Spiegel <spiegel@gnu.org> |