@@ -12,7 +12,7 @@ https://github.com/libssh2/libssh2/
12
12
13
13
No changes were made to its original source code.
14
14
15
- Copyright notice (https://raw.githubusercontent.com/libssh2/libssh2/main /COPYING ):
15
+ Copyright notice (https://raw.githubusercontent.com/libssh2/libssh2/master /COPYING ):
16
16
17
17
/
* Copyright (c) 2004-2007 Sara Golemon
< [email protected] >
18
18
* Copyright (c) 2005,2006 Mikhail Gusarov
< [email protected] >
@@ -477,30 +477,35 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
477
477
478
478
----------------------------------------------------------------------
479
479
480
- The regex library (deps/regex /) is licensed under the GNU LGPL
481
- (available at the end of this file) .
480
+ The bundled PCRE implementation (deps/pcre /) is licensed under the BSD
481
+ license .
482
482
483
- Definitions for data structures and routines for the regular
484
- expression library.
483
+ Redistribution and use in source and binary forms, with or without
484
+ modification, are permitted provided that the following conditions are met:
485
485
486
- Copyright (C) 1985,1989-93,1995-98,2000,2001,2002,2003,2005,2006,2008
487
- Free Software Foundation, Inc.
488
- This file is part of the GNU C Library.
486
+ * Redistributions of source code must retain the above copyright notice,
487
+ this list of conditions and the following disclaimer.
489
488
490
- The GNU C Library is free software; you can redistribute it and/or
491
- modify it under the terms of the GNU Lesser General Public
492
- License as published by the Free Software Foundation; either
493
- version 2.1 of the License, or (at your option) any later version.
489
+ * Redistributions in binary form must reproduce the above copyright
490
+ notice, this list of conditions and the following disclaimer in the
491
+ documentation and/or other materials provided with the distribution.
494
492
495
- The GNU C Library is distributed in the hope that it will be useful,
496
- but WITHOUT ANY WARRANTY; without even the implied warranty of
497
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
498
- Lesser General Public License for more details .
493
+ * Neither the name of the University of Cambridge nor the name of Google
494
+ Inc. nor the names of their contributors may be used to endorse or
495
+ promote products derived from this software without specific prior
496
+ written permission .
499
497
500
- You should have received a copy of the GNU Lesser General Public
501
- License along with the GNU C Library; if not, write to the Free
502
- Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
503
- 02110-1301 USA.
498
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
499
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
500
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
501
+ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
502
+ LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
503
+ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
504
+ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
505
+ INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
506
+ CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
507
+ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
508
+ POSSIBILITY OF SUCH DAMAGE.
504
509
505
510
----------------------------------------------------------------------
506
511
0 commit comments