diff options
author | Rudi Heitbaum <rudi@heitbaum.com> | 2024-07-14 09:24:49 +0000 |
---|---|---|
committer | Rudi Heitbaum <rudi@heitbaum.com> | 2024-07-14 09:44:16 +0000 |
commit | 2a6a783f378930b885d0ada95f0828e3c2385a4b (patch) | |
tree | 54d4a28a2aef021c7266aadbe5da6fe21d4bc405 | |
parent | 060417ccfa5b21939669d404b9a223c3004ba132 (diff) |
cmake: copyright: update PCRE2 license
-rw-r--r-- | cmake/cpack/deb/copyright | 26 |
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 -- |