branch: externals/wcheck-mode commit b2549ead9d44cca3d4f356b3225ebe8d2e624410 Author: Teemu Likonen <tliko...@iki.fi> Commit: Teemu Likonen <tliko...@iki.fi>
Use the same copyright and version header as in the GNU Elpa repository --- README.md | 6 +----- wcheck-mode.el | 3 ++- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 4a70e9b..dc21707 100644 --- a/README.md +++ b/README.md @@ -389,9 +389,7 @@ branches and possibly merged to _master_ when they are ready. Copyright and license --------------------- -Copyright (C) 2009-2019 Teemu Likonen <<tliko...@iki.fi>> - -OpenPGP key: [4E10 55DC 84E9 DFF6 13D7 8557 719D 69D3 2453 9450][PGP] +Copyright (C) 2009-2020 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the @@ -404,5 +402,3 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. The license text: <http://www.gnu.org/licenses/gpl-3.0.html> - -[PGP]: http://www.iki.fi/tlikonen/pgp-key.asc diff --git a/wcheck-mode.el b/wcheck-mode.el index 1230427..9dc0e2e 100644 --- a/wcheck-mode.el +++ b/wcheck-mode.el @@ -1,12 +1,13 @@ ;;; wcheck-mode.el --- General interface for text checkers -*- lexical-binding: t -*- -;; Copyright (C) 2009-2019 Teemu Likonen <tliko...@iki.fi> +;; Copyright (C) 2009-2020 Free Software Foundation, Inc. ;; Author: Teemu Likonen <tliko...@iki.fi> ;; Maintainer: Teemu Likonen <tliko...@iki.fi> ;; Created: 2009-07-04 ;; URL: https://github.com/tlikonen/wcheck-mode ;; Keywords: text spell check languages ispell +;; Version: 2019.6.17 ;; This program is free software: you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by