@@ -407,6 +407,52 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
407
407
----------------------------------------------------------------------
408
408
409
409
The regex library (deps/regex/) is licensed under the GNU LGPL
410
+ (available at the end of this file).
411
+
412
+ Definitions for data structures and routines for the regular
413
+ expression library.
414
+
415
+ Copyright (C) 1985,1989-93,1995-98,2000,2001,2002,2003,2005,2006,2008
416
+ Free Software Foundation, Inc.
417
+ This file is part of the GNU C Library.
418
+
419
+ The GNU C Library is free software; you can redistribute it and/or
420
+ modify it under the terms of the GNU Lesser General Public
421
+ License as published by the Free Software Foundation; either
422
+ version 2.1 of the License, or (at your option) any later version.
423
+
424
+ The GNU C Library is distributed in the hope that it will be useful,
425
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
426
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
427
+ Lesser General Public License for more details.
428
+
429
+ You should have received a copy of the GNU Lesser General Public
430
+ License along with the GNU C Library; if not, write to the Free
431
+ Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
432
+ 02110-1301 USA.
433
+
434
+ ----------------------------------------------------------------------
435
+
436
+ The bundled winhttp definition files (deps/winhttp/) are licensed under
437
+ the GNU LGPL (available at the end of this file).
438
+
439
+ Copyright (C) 2007 Francois Gouget
440
+
441
+ This library is free software; you can redistribute it and/or
442
+ modify it under the terms of the GNU Lesser General Public
443
+ License as published by the Free Software Foundation; either
444
+ version 2.1 of the License, or (at your option) any later version.
445
+
446
+ This library is distributed in the hope that it will be useful,
447
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
448
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
449
+ Lesser General Public License for more details.
450
+
451
+ You should have received a copy of the GNU Lesser General Public
452
+ License along with this library; if not, write to the Free Software
453
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
454
+
455
+ ----------------------------------------------------------------------
410
456
411
457
GNU LESSER GENERAL PUBLIC LICENSE
412
458
Version 2.1, February 1999
0 commit comments