diff options
| author | Glenn Morris | 2018-01-28 18:07:03 -0800 |
|---|---|---|
| committer | Glenn Morris | 2018-01-28 18:07:03 -0800 |
| commit | 17bf85938c2835f371dd44b4d9f6c9f741c2b054 (patch) | |
| tree | 7aca7027da8832b721fc298c274342ceafb109dd /test | |
| parent | 61b9721c1c1a6315a4ec1a695a75e99eb4848e4b (diff) | |
| download | emacs-17bf85938c2835f371dd44b4d9f6c9f741c2b054.tar.gz emacs-17bf85938c2835f371dd44b4d9f6c9f741c2b054.zip | |
; * test/lisp/emacs-lisp/cl-preloaded-tests.el: Fix copyright notice.
Diffstat (limited to 'test')
| -rw-r--r-- | test/lisp/emacs-lisp/cl-preloaded-tests.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/lisp/emacs-lisp/cl-preloaded-tests.el b/test/lisp/emacs-lisp/cl-preloaded-tests.el index 008a6e629f5..9d5feee396a 100644 --- a/test/lisp/emacs-lisp/cl-preloaded-tests.el +++ b/test/lisp/emacs-lisp/cl-preloaded-tests.el | |||
| @@ -1,16 +1,16 @@ | |||
| 1 | ;;; cl-preloaded-tests.el --- unit tests for cl-preloaded.el -*- lexical-binding: t; -*- | 1 | ;;; cl-preloaded-tests.el --- unit tests for cl-preloaded.el -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2017 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2017-2018 Free Software Foundation, Inc. |
| 4 | ;; Author: Philipp Stephani <phst@google.com> | 4 | ;; Author: Philipp Stephani <phst@google.com> |
| 5 | 5 | ||
| 6 | ;; This file is part of GNU Emacs. | 6 | ;; This file is part of GNU Emacs. |
| 7 | 7 | ||
| 8 | ;; This program is free software; you can redistribute it and/or modify | 8 | ;; 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 | 9 | ;; 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 | 10 | ;; the Free Software Foundation, either version 3 of the License, or |
| 11 | ;; (at your option) any later version. | 11 | ;; (at your option) any later version. |
| 12 | 12 | ||
| 13 | ;; This program is distributed in the hope that it will be useful, | 13 | ;; GNU Emacs is distributed in the hope that it will be useful, |
| 14 | ;; but WITHOUT ANY WARRANTY; without even the implied warranty of | 14 | ;; but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 15 | ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 15 | ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 16 | ;; GNU General Public License for more details. | 16 | ;; GNU General Public License for more details. |