diff options
author | Peter Kokot <peterkokot@gmail.com> | 2019-02-03 22:47:49 +0100 |
---|---|---|
committer | Peter Kokot <peterkokot@gmail.com> | 2019-02-08 23:14:29 +0100 |
commit | c245898bfaf47353a748ca6f2d37cd669e697ae4 (patch) | |
tree | 89f49e6a27aad852878c869a15ec509f62097eec /win32/build | |
parent | c0ce258b539af2fb75517373e5c297fb84b80daa (diff) | |
download | php-git-c245898bfaf47353a748ca6f2d37cd669e697ae4.tar.gz |
Update and fix remaining year ranges (2019)
This patch follows previous license year ranges updates. With new
approach source code files now have simplified headers with license
information without year ranges.
Diffstat (limited to 'win32/build')
-rw-r--r-- | win32/build/template.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/build/template.rc b/win32/build/template.rc index f26c98009d..15813d4ab9 100644 --- a/win32/build/template.rc +++ b/win32/build/template.rc @@ -64,7 +64,7 @@ BEGIN #endif VALUE "FileVersion", EXT_VERSION VALUE "InternalName", INTERNAL_NAME - VALUE "LegalCopyright", "Copyright © 1997-2018 The PHP Group" + VALUE "LegalCopyright", "Copyright © The PHP Group" VALUE "LegalTrademarks", "PHP" VALUE "OriginalFilename", FILE_NAME VALUE "ProductName", "PHP" |