diff options
| author | Paul Eggert | 2019-01-01 01:02:40 +0000 |
|---|---|---|
| committer | Paul Eggert | 2019-01-01 01:02:40 +0000 |
| commit | 2fcf2dff00a55ece17f4342a934cb1d69ae1a743 (patch) | |
| tree | ac508cb36e2e0b480c2b921146fff5cc701bf77f /lisp | |
| parent | 26bed8ba10eeaf0a340a8d0d760c5578dddec867 (diff) | |
| download | emacs-2fcf2dff00a55ece17f4342a934cb1d69ae1a743.tar.gz emacs-2fcf2dff00a55ece17f4342a934cb1d69ae1a743.zip | |
Fix copyright years by hand
These are dates that admin/update-copyright did not update, or
updated incorrectly.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/emacs-lisp/cl-preloaded.el | 2 | ||||
| -rw-r--r-- | lisp/net/tramp-sh.el | 4 | ||||
| -rw-r--r-- | lisp/org/ox-html.el | 6 |
3 files changed, 6 insertions, 6 deletions
diff --git a/lisp/emacs-lisp/cl-preloaded.el b/lisp/emacs-lisp/cl-preloaded.el index 4e73a4a31b7..e3de8e16ae2 100644 --- a/lisp/emacs-lisp/cl-preloaded.el +++ b/lisp/emacs-lisp/cl-preloaded.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; cl-preloaded.el --- Preloaded part of the CL library -*- lexical-binding: t; -*- | 1 | ;;; cl-preloaded.el --- Preloaded part of the CL library -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2015-2018 Free Software Foundation, Inc | 3 | ;; Copyright (C) 2015-2019 Free Software Foundation, Inc |
| 4 | 4 | ||
| 5 | ;; Author: Stefan Monnier <monnier@iro.umontreal.ca> | 5 | ;; Author: Stefan Monnier <monnier@iro.umontreal.ca> |
| 6 | ;; Package: emacs | 6 | ;; Package: emacs |
diff --git a/lisp/net/tramp-sh.el b/lisp/net/tramp-sh.el index 4ad34055277..6e868aa1fc6 100644 --- a/lisp/net/tramp-sh.el +++ b/lisp/net/tramp-sh.el | |||
| @@ -790,7 +790,7 @@ on the remote host.") | |||
| 790 | (defconst tramp-perl-encode | 790 | (defconst tramp-perl-encode |
| 791 | "%s -e ' | 791 | "%s -e ' |
| 792 | # This script contributed by Juanma Barranquero <lektu@terra.es>. | 792 | # This script contributed by Juanma Barranquero <lektu@terra.es>. |
| 793 | # Copyright (C) 2002-2018 Free Software Foundation, Inc. | 793 | # Copyright (C) 2002-2019 Free Software Foundation, Inc. |
| 794 | use strict; | 794 | use strict; |
| 795 | 795 | ||
| 796 | my %%trans = do { | 796 | my %%trans = do { |
| @@ -828,7 +828,7 @@ This string is passed to `format', so percent characters need to be doubled.") | |||
| 828 | (defconst tramp-perl-decode | 828 | (defconst tramp-perl-decode |
| 829 | "%s -e ' | 829 | "%s -e ' |
| 830 | # This script contributed by Juanma Barranquero <lektu@terra.es>. | 830 | # This script contributed by Juanma Barranquero <lektu@terra.es>. |
| 831 | # Copyright (C) 2002-2018 Free Software Foundation, Inc. | 831 | # Copyright (C) 2002-2019 Free Software Foundation, Inc. |
| 832 | use strict; | 832 | use strict; |
| 833 | 833 | ||
| 834 | my %%trans = do { | 834 | my %%trans = do { |
diff --git a/lisp/org/ox-html.el b/lisp/org/ox-html.el index d8afd37bb51..b547c2181a5 100644 --- a/lisp/org/ox-html.el +++ b/lisp/org/ox-html.el | |||
| @@ -234,7 +234,7 @@ property on the headline itself.") | |||
| 234 | @licstart The following is the entire license notice for the | 234 | @licstart The following is the entire license notice for the |
| 235 | JavaScript code in this tag. | 235 | JavaScript code in this tag. |
| 236 | 236 | ||
| 237 | Copyright (C) 2012-2018 Free Software Foundation, Inc. | 237 | Copyright (C) 2012-2019 Free Software Foundation, Inc. |
| 238 | 238 | ||
| 239 | The JavaScript code in this tag is free software: you can | 239 | The JavaScript code in this tag is free software: you can |
| 240 | redistribute it and/or modify it under the terms of the GNU | 240 | redistribute it and/or modify it under the terms of the GNU |
| @@ -524,7 +524,7 @@ means to use the maximum value consistent with other options." | |||
| 524 | * @licstart The following is the entire license notice for the | 524 | * @licstart The following is the entire license notice for the |
| 525 | * JavaScript code in %SCRIPT_PATH. | 525 | * JavaScript code in %SCRIPT_PATH. |
| 526 | * | 526 | * |
| 527 | * Copyright (C) 2012-2018 Free Software Foundation, Inc. | 527 | * Copyright (C) 2012-2019 Free Software Foundation, Inc. |
| 528 | * | 528 | * |
| 529 | * | 529 | * |
| 530 | * The JavaScript code in this tag is free software: you can | 530 | * The JavaScript code in this tag is free software: you can |
| @@ -553,7 +553,7 @@ means to use the maximum value consistent with other options." | |||
| 553 | @licstart The following is the entire license notice for the | 553 | @licstart The following is the entire license notice for the |
| 554 | JavaScript code in this tag. | 554 | JavaScript code in this tag. |
| 555 | 555 | ||
| 556 | Copyright (C) 2012-2018 Free Software Foundation, Inc. | 556 | Copyright (C) 2012-2019 Free Software Foundation, Inc. |
| 557 | 557 | ||
| 558 | The JavaScript code in this tag is free software: you can | 558 | The JavaScript code in this tag is free software: you can |
| 559 | redistribute it and/or modify it under the terms of the GNU | 559 | redistribute it and/or modify it under the terms of the GNU |