diff options
| author | Stefan Kangas | 2020-08-27 02:42:36 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2020-08-27 02:53:25 +0200 |
| commit | e24a93d1000b713067fae7049de3a7e66ebbfe3f (patch) | |
| tree | d22b62404b228bccdbb61868c4a91545a07333c8 /test/src/cmds-tests.el | |
| parent | a6539d81da910b4a0406207f21725bc96b156136 (diff) | |
| download | emacs-e24a93d1000b713067fae7049de3a7e66ebbfe3f.tar.gz emacs-e24a93d1000b713067fae7049de3a7e66ebbfe3f.zip | |
; Fix license statements.
Diffstat (limited to 'test/src/cmds-tests.el')
| -rw-r--r-- | test/src/cmds-tests.el | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/test/src/cmds-tests.el b/test/src/cmds-tests.el index e98e5784609..302b00c6760 100644 --- a/test/src/cmds-tests.el +++ b/test/src/cmds-tests.el | |||
| @@ -5,18 +5,20 @@ | |||
| 5 | ;; Author: Nicolas Richard <youngfrog@members.fsf.org> | 5 | ;; Author: Nicolas Richard <youngfrog@members.fsf.org> |
| 6 | ;; Keywords: | 6 | ;; Keywords: |
| 7 | 7 | ||
| 8 | ;; This program is free software; you can redistribute it and/or modify | 8 | ;; This file is part of GNU Emacs. |
| 9 | |||
| 10 | ;; GNU Emacs is free software: you can redistribute it and/or modify | ||
| 9 | ;; it under the terms of the GNU General Public License as published by | 11 | ;; it under the terms of the GNU General Public License as published by |
| 10 | ;; the Free Software Foundation, either version 3 of the License, or | 12 | ;; the Free Software Foundation, either version 3 of the License, or |
| 11 | ;; (at your option) any later version. | 13 | ;; (at your option) any later version. |
| 12 | 14 | ||
| 13 | ;; This program is distributed in the hope that it will be useful, | 15 | ;; GNU Emacs is distributed in the hope that it will be useful, |
| 14 | ;; but WITHOUT ANY WARRANTY; without even the implied warranty of | 16 | ;; but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 15 | ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 17 | ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 16 | ;; GNU General Public License for more details. | 18 | ;; GNU General Public License for more details. |
| 17 | 19 | ||
| 18 | ;; You should have received a copy of the GNU General Public License | 20 | ;; You should have received a copy of the GNU General Public License |
| 19 | ;; along with this program. If not, see <https://www.gnu.org/licenses/>. | 21 | ;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. |
| 20 | 22 | ||
| 21 | ;;; Commentary: | 23 | ;;; Commentary: |
| 22 | 24 | ||