Skip to content

Commit 0ea4fbb

Browse files
committed
Modify copyright and license notation
1 parent 1756d81 commit 0ea4fbb

File tree

2 files changed

+15
-16
lines changed

2 files changed

+15
-16
lines changed

Diff for: php-mode-test.el

+9-8
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,28 @@
11
;;; php-mode-test.el --- Tests for php-mode
22

3+
;; Copyright (C) 2018-2019 Friends of Emacs-PHP development
34
;; Copyright (C) 2013 Daniel Hackney
45
;; 2014, 2015 Eric James Michael Ritz
56

67
;; Author: Daniel Hackney <[email protected]>
8+
;; Maintainer: USAMI Kenta <[email protected]>
79
;; URL: https://github.com/emacs-php/php-mode
10+
;; License: GPL-3.0-or-later
811

912
;;; License
1013

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.
1518

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,
1720
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
1821
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1922
;; GNU General Public License for more details.
2023

2124
;; 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/>.
2526

2627
;;; Commentary:
2728

Diff for: php-mode.el

+6-8
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,18 @@
1919
(defconst php-mode-modified "2019-04-01"
2020
"PHP Mode build date.")
2121

22-
;; This file is free software; you can redistribute it and/or
23-
;; modify it under the terms of the GNU General Public License
24-
;; as published by the Free Software Foundation; either version 3
25-
;; of the License, or (at your option) any later version.
22+
;; This program is free software; you can redistribute it and/or modify
23+
;; it under the terms of the GNU General Public License as published by
24+
;; the Free Software Foundation, either version 3 of the License, or
25+
;; (at your option) any later version.
2626

27-
;; This file is distributed in the hope that it will be useful,
27+
;; This program is distributed in the hope that it will be useful,
2828
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
2929
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
3030
;; GNU General Public License for more details.
3131

3232
;; You should have received a copy of the GNU General Public License
33-
;; along with this file; if not, write to the Free Software
34-
;; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
35-
;; 02110-1301, USA.
33+
;; along with this program. If not, see <https://www.gnu.org/licenses/>.
3634

3735
;;; Commentary:
3836

0 commit comments

Comments
 (0)