Skip to content

Commit a8c97f0

Browse files
committed
Fix #78349: Bundled pcre2 library missing LICENCE file
Most bundled libraries in PHP code already include license information in the dedicated README.REDIST.BINS file. Instead of complicating documentation files more this patch only updates the PCRE license info in the readme file.
1 parent 279f745 commit a8c97f0

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.REDIST.BINS

+10-10
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ PCRE2 LICENCE
2626
PCRE2 is a library of functions to support regular expressions whose syntax
2727
and semantics are as close as possible to those of the Perl 5 language.
2828

29-
Release 10 of PCRE2 is distributed under the terms of the "BSD" licence, as
30-
specified below, with one exemption for certain binary redistributions. The
31-
documentation for PCRE2, supplied in the "doc" directory, is distributed under
32-
the same terms as the software itself. The data in the testdata directory is
33-
not copyrighted and is in the public domain.
29+
Releases 10.00 and above of PCRE2 are distributed under the terms of the "BSD"
30+
licence, as specified below, with one exemption for certain binary
31+
redistributions. The documentation for PCRE2, supplied in the "doc" directory,
32+
is distributed under the same terms as the software itself. The data in the
33+
testdata directory is not copyrighted and is in the public domain.
3434

3535
The basic library functions are written in C and are freestanding. Also
3636
included in the distribution is a just-in-time compiler that can be used to
@@ -48,7 +48,7 @@ Email domain: cam.ac.uk
4848
University of Cambridge Computing Service,
4949
Cambridge, England.
5050

51-
Copyright (c) 1997-2018 University of Cambridge
51+
Copyright (c) 1997-2019 University of Cambridge
5252
All rights reserved.
5353

5454

@@ -57,9 +57,9 @@ PCRE2 JUST-IN-TIME COMPILATION SUPPORT
5757

5858
Written by: Zoltan Herczeg
5959
Email local part: hzmester
60-
Emain domain: freemail.hu
60+
Email domain: freemail.hu
6161

62-
Copyright(c) 2010-2018 Zoltan Herczeg
62+
Copyright(c) 2010-2019 Zoltan Herczeg
6363
All rights reserved.
6464

6565

@@ -68,9 +68,9 @@ STACK-LESS JUST-IN-TIME COMPILER
6868

6969
Written by: Zoltan Herczeg
7070
Email local part: hzmester
71-
Emain domain: freemail.hu
71+
Email domain: freemail.hu
7272

73-
Copyright(c) 2009-2018 Zoltan Herczeg
73+
Copyright(c) 2009-2019 Zoltan Herczeg
7474
All rights reserved.
7575

7676

0 commit comments

Comments
 (0)