diff options
| author | Glenn Morris | 2017-10-09 07:44:37 -0400 |
|---|---|---|
| committer | Glenn Morris | 2017-10-09 07:44:37 -0400 |
| commit | 5b81f65ad0050a4bbd79c9aed3648fba4f19af27 (patch) | |
| tree | 3bccd5015e9e844b2d4c3fbdac241b708e931f0c | |
| parent | 11b37b4a9f3a032f307ff644ed76b31c3133f718 (diff) | |
| download | emacs-5b81f65ad0050a4bbd79c9aed3648fba4f19af27.tar.gz emacs-5b81f65ad0050a4bbd79c9aed3648fba4f19af27.zip | |
; * lisp/emacs-lisp/rmc.el: Minor fix for copyright and license.
| -rw-r--r-- | lisp/emacs-lisp/rmc.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/rmc.el b/lisp/emacs-lisp/rmc.el index 417301cde06..57bc6d9b591 100644 --- a/lisp/emacs-lisp/rmc.el +++ b/lisp/emacs-lisp/rmc.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; rmc.el --- read from a multiple choice question -*- lexical-binding: t -*- | 1 | ;;; rmc.el --- read from a multiple choice question -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2017 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2016-2017 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: emacs-devel@gnu.org | 5 | ;; Maintainer: emacs-devel@gnu.org |
| 6 | 6 | ||
| @@ -17,7 +17,7 @@ | |||
| 17 | ;; GNU General Public License for more details. | 17 | ;; GNU General Public License for more details. |
| 18 | 18 | ||
| 19 | ;; You should have received a copy of the GNU General Public License | 19 | ;; You should have received a copy of the GNU General Public License |
| 20 | ;; along with this program. If not, see <http://www.gnu.org/licenses/>. | 20 | ;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. |
| 21 | 21 | ||
| 22 | ;;; Commentary: | 22 | ;;; Commentary: |
| 23 | 23 | ||