aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfuzzard <fuzzard@users.noreply.github.com>2024-07-15 12:24:26 +1000
committerGitHub <noreply@github.com>2024-07-15 12:24:26 +1000
commita1d942b950b3226499d971dc12c9b782a2ce1454 (patch)
tree11d490c2d9c6d3dba45e49cc5530fdf6bb853bff
parent93a0e4e55d43dc7c4e5d2f11a0d11433df236cdc (diff)
parent2a6a783f378930b885d0ada95f0828e3c2385a4b (diff)
Merge pull request #25491 from heitbaum/pcre2
cmake: copyright: update PCRE2 license
-rw-r--r--cmake/cpack/deb/copyright26
1 files changed, 18 insertions, 8 deletions
diff --git a/cmake/cpack/deb/copyright b/cmake/cpack/deb/copyright
index 3a3916cd94..c82d5a5ac8 100644
--- a/cmake/cpack/deb/copyright
+++ b/cmake/cpack/deb/copyright
@@ -1209,24 +1209,24 @@ Samba - Opening Windows to a Wider World
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
-PCRE - Perl Compatible Regular Expressions
+PCRE2 - Perl Compatible Regular Expressions
<http://www.pcre.org/>
- Copyright © 1997-2007 University of Cambridge
+ Copyright © 1997-2024 University of Cambridge
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
- * Redistributions of source code must retain the above copyright notice,
+ * Redistributions of source code must retain the above copyright notices,
this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
- notice, this list of conditions and the following disclaimer in the
+ notices, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
- * Neither the name of the University of Cambridge nor the names of its
- contributors may be used to endorse or promote products derived from
- this software without specific prior written permission.
+ * Neither the name of the University of Cambridge nor the names of any
+ contributors may be used to endorse or promote products derived from this
+ software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
@@ -1240,6 +1240,16 @@ PCRE - Perl Compatible Regular Expressions
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
+
+ EXEMPTION FOR BINARY LIBRARY-LIKE PACKAGES
+ ------------------------------------------
+
+ The second condition in the BSD licence (covering binary redistributions) does
+ not apply all the way down a chain of software. If binary package A includes
+ PCRE2, it must respect the condition, but if package B is software that
+ includes package A, the condition is not imposed on package B unless it uses
+ PCRE2 independently.
+
HDHomeRun - Networked Digital Tuner
<http://www.silicondust.com/>
@@ -3044,4 +3054,4 @@ License: Alliance for Open Media Patent License 1.0
the Alliance for Open Media as a Final Deliverable for which this
License was issued.
--- End of Alliance for Open Media Patent License 1.0 License -- \ No newline at end of file
+-- End of Alliance for Open Media Patent License 1.0 License --