diff options
author | Rémi Verschelde <remi@verschelde.fr> | 2022-05-17 23:00:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-17 23:00:21 +0200 |
commit | 311de59e3cfb303f3b8c8bfc484ce94145a2ddda (patch) | |
tree | b922e1876b2e38b987aed9a2a9319ce42002176b /thirdparty/pcre2/src/pcre2_string_utils.c | |
parent | d5c1de784ccd622ce9d62613eaf604a8b163d592 (diff) | |
parent | fd6eb2c2d273450d2d67142554ee64bf63730956 (diff) |
Merge pull request #61122 from akien-mga/pcre2-10.40
Diffstat (limited to 'thirdparty/pcre2/src/pcre2_string_utils.c')
-rw-r--r-- | thirdparty/pcre2/src/pcre2_string_utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/thirdparty/pcre2/src/pcre2_string_utils.c b/thirdparty/pcre2/src/pcre2_string_utils.c index d6be01acf5..ebfa9434e3 100644 --- a/thirdparty/pcre2/src/pcre2_string_utils.c +++ b/thirdparty/pcre2/src/pcre2_string_utils.c @@ -7,7 +7,7 @@ and semantics are as close as possible to those of the Perl 5 language. Written by Philip Hazel Original API code Copyright (c) 1997-2012 University of Cambridge - New API code Copyright (c) 2018 University of Cambridge + New API code Copyright (c) 2018-2021 University of Cambridge ----------------------------------------------------------------------------- Redistribution and use in source and binary forms, with or without |