aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/repeat.el
diff options
context:
space:
mode:
authorGerd Moellmann2001-07-13 12:59:13 +0000
committerGerd Moellmann2001-07-13 12:59:13 +0000
commit2be7dabcae8e648818cd772eb7a56581e8837866 (patch)
treef3ec33c49510543ccafe0bcb7c7c73b1774cda53 /lisp/repeat.el
parenta3a56285dfd3d3bc892eaf19567c7e829b77bfd7 (diff)
downloademacs-2be7dabcae8e648818cd772eb7a56581e8837866.tar.gz
emacs-2be7dabcae8e648818cd772eb7a56581e8837866.zip
Fix license commentary.
Diffstat (limited to 'lisp/repeat.el')
-rw-r--r--lisp/repeat.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/repeat.el b/lisp/repeat.el
index d11da6aa498..667303076dd 100644
--- a/lisp/repeat.el
+++ b/lisp/repeat.el
@@ -9,12 +9,12 @@
9 9
10;; This file is part of GNU Emacs. 10;; This file is part of GNU Emacs.
11 11
12;; This program is free software; you can redistribute it and/or modify 12;; GNU Emacs is free software; you can redistribute it and/or modify
13;; it under the terms of the GNU General Public License as published by 13;; it under the terms of the GNU General Public License as published by
14;; the Free Software Foundation; either version 2, or (at your option) 14;; the Free Software Foundation; either version 2, or (at your option)
15;; any later version. 15;; any later version.
16 16
17;; This program is distributed in the hope that it will be useful, 17;; GNU Emacs is distributed in the hope that it will be useful,
18;; but WITHOUT ANY WARRANTY; without even the implied warranty of 18;; but WITHOUT ANY WARRANTY; without even the implied warranty of
19;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20;; GNU General Public License for more details. 20;; GNU General Public License for more details.