mirror of
https://github.com/php/php-src.git
synced 2024-11-23 09:54:15 +08:00
Fix FSF address & update year to 2022
FSF mailing address was changed long time ago. This patch updates that address. Also updated year from 2021 to 2022. Closes GH-8009.
This commit is contained in:
parent
82de4fcfe6
commit
bf2867bc72
2
LICENSE
2
LICENSE
@ -1,6 +1,6 @@
|
||||
--------------------------------------------------------------------
|
||||
The PHP License, version 3.01
|
||||
Copyright (c) 1999 - 2021 The PHP Group. All rights reserved.
|
||||
Copyright (c) 1999 - 2022 The PHP Group. All rights reserved.
|
||||
--------------------------------------------------------------------
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
|
@ -16,8 +16,8 @@ dnl General Public License for more details.
|
||||
dnl
|
||||
dnl You should have received a copy of the GNU General Public License
|
||||
dnl along with this program; if not, write to the Free Software
|
||||
dnl Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
||||
dnl 02111-1307, USA.
|
||||
dnl Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
|
||||
dnl 02110-1301, USA.
|
||||
dnl
|
||||
dnl As a special exception to the GNU General Public License, if you
|
||||
dnl distribute this file as part of a program that contains a
|
||||
|
@ -23,7 +23,7 @@
|
||||
##
|
||||
## You should have received a copy of the GNU General Public License
|
||||
## along with this program; if not, write to the Free Software
|
||||
## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
|
||||
## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
|
||||
## USA, or contact Ralf S. Engelschall <rse@engelschall.com>.
|
||||
##
|
||||
## NOTICE: Given that you include this file verbatim into your own
|
||||
|
@ -1,6 +1,6 @@
|
||||
--------------------------------------------------------------------
|
||||
The PHP License, version 3.01
|
||||
Copyright (c) 1999 - 2021 The PHP Group. All rights reserved.
|
||||
Copyright (c) 1999 - 2022 The PHP Group. All rights reserved.
|
||||
--------------------------------------------------------------------
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
|
@ -1,4 +1,4 @@
|
||||
.TH PHAR 1 "2021" "The PHP Group" "User Commands"
|
||||
.TH PHAR 1 "2022" "The PHP Group" "User Commands"
|
||||
.SH NAME
|
||||
phar, phar.phar \- PHAR (PHP archive) command line tool
|
||||
.SH SYNOPSIS
|
||||
|
@ -1,4 +1,4 @@
|
||||
.TH @program_prefix@php 1 "2021" "The PHP Group" "Scripting Language"
|
||||
.TH @program_prefix@php 1 "2022" "The PHP Group" "Scripting Language"
|
||||
.SH NAME
|
||||
@program_prefix@php \- PHP Command Line Interface 'CLI'
|
||||
.P
|
||||
|
@ -1,4 +1,4 @@
|
||||
.TH PHP-FPM 8 "2021" "The PHP Group" "Scripting Language"
|
||||
.TH PHP-FPM 8 "2022" "The PHP Group" "Scripting Language"
|
||||
.SH NAME
|
||||
.TP 15
|
||||
php-fpm \- PHP FastCGI Process Manager 'PHP-FPM'
|
||||
|
@ -1,4 +1,4 @@
|
||||
.TH @program_prefix@phpdbg 1 "2021" "The PHP Group" "Scripting Language"
|
||||
.TH @program_prefix@phpdbg 1 "2022" "The PHP Group" "Scripting Language"
|
||||
.SH NAME
|
||||
@program_prefix@phpdbg \- The interactive PHP debugger
|
||||
.SH SYNOPSIS
|
||||
|
@ -1,4 +1,4 @@
|
||||
.TH @program_prefix@php\-config 1 "2021" "The PHP Group" "Scripting Language"
|
||||
.TH @program_prefix@php\-config 1 "2022" "The PHP Group" "Scripting Language"
|
||||
.SH NAME
|
||||
@program_prefix@php\-config \- get information about PHP configuration and compile options
|
||||
.SH SYNOPSIS
|
||||
|
@ -1,4 +1,4 @@
|
||||
.TH @program_prefix@phpize 1 "2021" "The PHP Group" "Scripting Language"
|
||||
.TH @program_prefix@phpize 1 "2022" "The PHP Group" "Scripting Language"
|
||||
.SH NAME
|
||||
@program_prefix@phpize \- prepare a PHP extension for compiling
|
||||
.SH SYNOPSIS
|
||||
|
Loading…
Reference in New Issue
Block a user