diff options
| author | Phillip Lord | 2015-12-02 12:05:09 +0000 |
|---|---|---|
| committer | Phillip Lord | 2015-12-02 12:05:09 +0000 |
| commit | 5874cd46e9cd8b20c61190ad56055d73816c2303 (patch) | |
| tree | 29abf561aea82ef6098449ece8319afa91f52d4a /test | |
| parent | 3ab26227cf1ff7eda1847a6c1c581a0bb1031b4f (diff) | |
| parent | 098738ff1a193ff6e6af71071461f75635d1b790 (diff) | |
| download | emacs-5874cd46e9cd8b20c61190ad56055d73816c2303.tar.gz emacs-5874cd46e9cd8b20c61190ad56055d73816c2303.zip | |
Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs
Diffstat (limited to 'test')
| -rw-r--r-- | test/make-test-deps.emacs-lisp | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/test/make-test-deps.emacs-lisp b/test/make-test-deps.emacs-lisp index 7831da31061..3af068569de 100644 --- a/test/make-test-deps.emacs-lisp +++ b/test/make-test-deps.emacs-lisp | |||
| @@ -1,21 +1,21 @@ | |||
| 1 | ;; -*- emacs-lisp -*- | 1 | ;; -*- emacs-lisp -*- |
| 2 | 2 | ||
| 3 | ;; The contents of this file are subject to the GPL License, Version 3.0. | 3 | ;; Copyright (C) 2015 Free Software Foundation, Inc. |
| 4 | ;; | 4 | |
| 5 | ;; Copyright (C) 2015, Free Software Foundation | 5 | ;; This file is part of GNU Emacs. |
| 6 | ;; | 6 | |
| 7 | ;; This program is free software: you can redistribute it and/or modify | 7 | ;; GNU Emacs is free software: you can redistribute it and/or modify |
| 8 | ;; it under the terms of the GNU General Public License as published by | 8 | ;; it under the terms of the GNU General Public License as published by |
| 9 | ;; the Free Software Foundation, either version 3 of the License, or | 9 | ;; the Free Software Foundation, either version 3 of the License, or |
| 10 | ;; (at your option) any later version. | 10 | ;; (at your option) any later version. |
| 11 | ;; | 11 | |
| 12 | ;; This program is distributed in the hope that it will be useful, | 12 | ;; GNU Emacs is distributed in the hope that it will be useful, |
| 13 | ;; but WITHOUT ANY WARRANTY; without even the implied warranty of | 13 | ;; but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 14 | ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 14 | ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 15 | ;; GNU General Public License for more details. | 15 | ;; GNU General Public License for more details. |
| 16 | ;; | 16 | |
| 17 | ;; You should have received a copy of the GNU General Public License | 17 | ;; You should have received a copy of the GNU General Public License |
| 18 | ;; along with this program. If not, see <http://www.gnu.org/licenses/>. | 18 | ;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. |
| 19 | 19 | ||
| 20 | ;;; Commentary: | 20 | ;;; Commentary: |
| 21 | 21 | ||