From 945938d33cc22cd95c4f4a72526a6a851b8a8908 Mon Sep 17 00:00:00 2001 From: Lior Kaplan Date: Tue, 17 Jun 2014 23:56:46 +0300 Subject: [PATCH 1/2] Update copyright year to 2014 --- sapi/cli/php.1.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sapi/cli/php.1.in b/sapi/cli/php.1.in index 8672b3ba334..fff4363321b 100644 --- a/sapi/cli/php.1.in +++ b/sapi/cli/php.1.in @@ -1,4 +1,4 @@ -.TH PHP 1 "2013" "The PHP Group" "Scripting Language" +.TH PHP 1 "2014" "The PHP Group" "Scripting Language" .SH NAME php \- PHP Command Line Interface 'CLI' .P From 4106d48d1c3e0800fe8610bee1f4462afd3d3955 Mon Sep 17 00:00:00 2001 From: Lior Kaplan Date: Tue, 17 Jun 2014 23:57:20 +0300 Subject: [PATCH 2/2] Update copyright year to 2014 --- win32/build/template.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win32/build/template.rc b/win32/build/template.rc index 13e92e9a3bd..f36f2c041c8 100644 --- a/win32/build/template.rc +++ b/win32/build/template.rc @@ -65,7 +65,7 @@ BEGIN #endif VALUE "FileVersion", EXT_VERSION VALUE "InternalName", INTERNAL_NAME - VALUE "LegalCopyright", "Copyright © 1997-2013 The PHP Group" + VALUE "LegalCopyright", "Copyright © 1997-2014 The PHP Group" VALUE "LegalTrademarks", "PHP" VALUE "OriginalFilename", FILE_NAME VALUE "ProductName", "PHP"