Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a6a9cf0

Browse files
Edward Thomsoncarlosmn
Edward Thomson
authored andcommitted
COPYING: include winhttp definition copyright
Include the copyright notice from the deps/winhttp/ sources. Move the LGPL to the bottom of the file (since multiple dependencies are LGPL licensed) and include the actual copyright notices from the regex sources.
1 parent 1b00061 commit a6a9cf0

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed

COPYING

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -407,6 +407,52 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
407407
----------------------------------------------------------------------
408408

409409
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+
----------------------------------------------------------------------
410456

411457
GNU LESSER GENERAL PUBLIC LICENSE
412458
Version 2.1, February 1999

0 commit comments

Comments
 (0)