Skip to content

Commit cf9481c

Browse files
committed
Update copyright notation
1 parent 59f0ed3 commit cf9481c

13 files changed

+13
-13
lines changed

README.ja.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ PHP Modeは[GNU General Public License Version 3][gpl-v3] (GPLv3) でライセ
310310
このプロジェクトは2017年まで[Eric James Michael Ritz][@ejmr]によりメンテナンスされていました。現在は[Friends of Emacs-PHP Development][@emacs-php]コミュニティが引き継いで開発しています。
311311

312312
> ```
313-
> Copyright (C) 2022 Friends of Emacs-PHP development
313+
> Copyright (C) 2023 Friends of Emacs-PHP development
314314
> Copyright (C) 1999, 2000, 2001, 2003, 2004 Turadg Aleahmad
315315
> 2008 Aaron S. Hawley
316316
> 2011, 2012, 2013, 2014, 2015, 2016, 2017 Eric James Michael Ritz

lisp/php-align.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
;;; php-align.el --- Alignment configuration for PHP -*- lexical-binding: t; -*-
22

33
;; Copyright (C) 2011 tetsujin (Yusuke Segawa)
4-
;; Copyright (C) 2022 Friends of Emacs-PHP development
4+
;; Copyright (C) 2023 Friends of Emacs-PHP development
55

66
;; Author: tetsujin (Yusuke Segawa) <tetsujin85 (at) gmail.com>
77
;; Maintainer: USAMI Kenta <[email protected]>

lisp/php-complete.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; php-complete.el --- PHP auto-compiletion functions -*- lexical-binding: t; -*-
22

3-
;; Copyright (C) 2022 Friends of Emacs-PHP development
3+
;; Copyright (C) 2023 Friends of Emacs-PHP development
44
;; Copyright (C) 2021, 2022 Free Software Foundation, Inc.
55

66
;; Author: USAMI Kenta <[email protected]>

lisp/php-defs.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; php-defs.el --- Provide PHP keyword definitions -*- lexical-binding: t; -*-
22

3-
;; Copyright (C) 2022 Friends of Emacs-PHP development
3+
;; Copyright (C) 2023 Friends of Emacs-PHP development
44

55
;; Author: USAMI Kenta <[email protected]>
66
;; Created: 5 Mar 2022

lisp/php-face.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; php-face.el --- Face definitions for PHP script -*- lexical-binding: t; -*-
22

3-
;; Copyright (C) 2022 Friends of Emacs-PHP development
3+
;; Copyright (C) 2023 Friends of Emacs-PHP development
44

55
;; Author: USAMI Kenta <[email protected]>
66
;; Created: 5 May 2019

lisp/php-flymake.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; php-flymake.el --- Flymake backend for PHP -*- lexical-binding: t; -*-
22

3-
;; Copyright (C) 2022 Friends of Emacs-PHP development
3+
;; Copyright (C) 2023 Friends of Emacs-PHP development
44

55
;; Author: USAMI Kenta <[email protected]>
66
;; Created: 5 Mar 2022

lisp/php-local-manual.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; php-local-manual.el --- Tools for local PHP manual -*- lexical-binding: t; -*-
22

3-
;; Copyright (C) 2022 Friends of Emacs-PHP development
3+
;; Copyright (C) 2023 Friends of Emacs-PHP development
44

55
;; Author: phil-s
66
;; Maintainer: USAMI Kenta <[email protected]>

lisp/php-mode-debug.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; php-mode-debug.el --- Debug functions for PHP Mode -*- lexical-binding: t; -*-
22

3-
;; Copyright (C) 2022 Friends of Emacs-PHP development
3+
;; Copyright (C) 2023 Friends of Emacs-PHP development
44

55
;; Author: USAMI Kenta <[email protected]>
66
;; URL: https://github.com/emacs-php/php-mode

lisp/php-mode.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; php-mode.el --- Major mode for editing PHP code -*- lexical-binding: t; -*-
22

3-
;; Copyright (C) 2022 Friends of Emacs-PHP development
3+
;; Copyright (C) 2023 Friends of Emacs-PHP development
44
;; Copyright (C) 1999, 2000, 2001, 2003, 2004 Turadg Aleahmad
55
;; 2008 Aaron S. Hawley
66
;; 2011, 2012, 2013, 2014, 2015, 2016, 2017 Eric James Michael Ritz

lisp/php-project.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; php-project.el --- Project support for PHP application -*- lexical-binding: t; -*-
22

3-
;; Copyright (C) 2022 Friends of Emacs-PHP development
3+
;; Copyright (C) 2023 Friends of Emacs-PHP development
44

55
;; Author: USAMI Kenta <[email protected]>
66
;; Keywords: tools, files

lisp/php.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; php.el --- PHP support for friends -*- lexical-binding: t; -*-
22

3-
;; Copyright (C) 2022 Friends of Emacs-PHP development
3+
;; Copyright (C) 2023 Friends of Emacs-PHP development
44
;; Copyright (C) 1985, 1987, 1992-2022 Free Software Foundation, Inc.
55

66
;; Author: USAMI Kenta <[email protected]>

script/data/module_id_prefixes.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* Classify function modules by function-id
55
*
6-
* @copyright 2022 Friends of Emacs-PHP development
6+
* @copyright 2023 Friends of Emacs-PHP development
77
* @author USAMI Kenta <[email protected]>
88
* @license FSFAP https://spdx.org/licenses/FSFAP.html
99
*/

script/extract_functions.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
/**
55
* Extract PHP Functions
66
*
7-
* @copyright 2022 Friends of Emacs-PHP development
7+
* @copyright 2023 Friends of Emacs-PHP development
88
* @author USAMI Kenta <[email protected]>
99
* @license FSFAP https://spdx.org/licenses/FSFAP.html
1010
*/

0 commit comments

Comments
 (0)