|
1 | 1 | ;;; php-mode-test.el --- Tests for php-mode
|
2 | 2 |
|
| 3 | +;; Copyright (C) 2018-2019 Friends of Emacs-PHP development |
3 | 4 | ;; Copyright (C) 2013 Daniel Hackney
|
4 | 5 | ;; 2014, 2015 Eric James Michael Ritz
|
5 | 6 |
|
6 | 7 | ;; Author: Daniel Hackney <[email protected]>
|
| 8 | +;; Maintainer: USAMI Kenta <[email protected]> |
7 | 9 | ;; URL: https://github.com/emacs-php/php-mode
|
| 10 | +;; License: GPL-3.0-or-later |
8 | 11 |
|
9 | 12 | ;;; License
|
10 | 13 |
|
11 |
| -;; This file is free software; you can redistribute it and/or |
12 |
| -;; modify it under the terms of the GNU General Public License |
13 |
| -;; as published by the Free Software Foundation; either version 3 |
14 |
| -;; of the License, or (at your option) any later version. |
| 14 | +;; This program is free software; you can redistribute it and/or modify |
| 15 | +;; it under the terms of the GNU General Public License as published by |
| 16 | +;; the Free Software Foundation, either version 3 of the License, or |
| 17 | +;; (at your option) any later version. |
15 | 18 |
|
16 |
| -;; This file is distributed in the hope that it will be useful, |
| 19 | +;; This program is distributed in the hope that it will be useful, |
17 | 20 | ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
|
18 | 21 | ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
19 | 22 | ;; GNU General Public License for more details.
|
20 | 23 |
|
21 | 24 | ;; You should have received a copy of the GNU General Public License
|
22 |
| -;; along with this file; if not, write to the Free Software |
23 |
| -;; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA |
24 |
| -;; 02110-1301, USA. |
| 25 | +;; along with this program. If not, see <https://www.gnu.org/licenses/>. |
25 | 26 |
|
26 | 27 | ;;; Commentary:
|
27 | 28 |
|
|
0 commit comments