Skip to content
This repository was archived by the owner on Feb 2, 2023. It is now read-only.

Commit 767beac

Browse files
committed
Update LICENSE-3RD-PARTY
1 parent 1199deb commit 767beac

File tree

1 file changed

+73
-50
lines changed

1 file changed

+73
-50
lines changed

LICENSE-3RD-PARTY

+73-50
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,18 @@
1-
This file includes the License text for this project ("Toastify") and the
2-
binary libraries distributed with this project. The licenses appear in
3-
this order and are copies from the individual project's websites taken on
4-
August 8, 2011, the same date as the binaries.
1+
This file includes the license text for this project ("Toastify") and
2+
for the libraries distributed with this project. The licenses appear in
3+
this order and are verbatim copies of each project's license text.
54

65
- Toastify (http://toastify.codeplex.com)
76
- SpotifyAPI-NET (https://johnnycrazy.github.io/SpotifyAPI-NET/)
87
- Extended WPF Toolkit (https://github.com/xceedsoftware/wpftoolkit)
98
- Castle Windsor (http://www.castleproject.org/)
10-
119
- NSISpcre (NSIS plug-in) (http://nsis.sourceforge.net/NSISpcre_plug-in)
1210
- ShellLink (NSIS plug-in) (http://nsis.sourceforge.net/ShellLink_plug-in)
1311

1412

1513

16-
Toastify License - GNU General Public License version 2 (GPLv2)
17-
===============================================================
14+
Toastify - GNU General Public License version 2 (GPLv2)
15+
=======================================================
1816

1917
Copyright (C) 1989, 1991 Free Software Foundation, Inc.
2018
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
@@ -280,28 +278,43 @@ Library.
280278
Extended WPF Toolkit - MS-PL
281279
============================
282280

283-
1. Definitions
284-
The terms "reproduce," "reproduction," "derivative works," and "distribution" have the
285-
same meaning here as under U.S. copyright law.
281+
# Microsoft Public License (Ms-PL)
282+
283+
This license governs use of the accompanying software. If you use the software, you accept this license. If you do not accept the license, do not use the software.
284+
285+
## 1. Definitions
286+
287+
The terms "reproduce," "reproduction," "derivative works," and "distribution" have the same meaning here as under U.S. copyright law.
288+
286289
A "contribution" is the original software, or any additions or changes to the software.
290+
287291
A "contributor" is any person that distributes its contribution under this license.
292+
288293
"Licensed patents" are a contributor's patent claims that read directly on its contribution.
289294

290-
2. Grant of Rights
295+
## 2. Grant of Rights
296+
291297
(A) Copyright Grant- Subject to the terms of this license, including the license conditions and limitations in section 3, each contributor grants you a non-exclusive, worldwide, royalty-free copyright license to reproduce its contribution, prepare derivative works of its contribution, and distribute its contribution or any derivative works that you create.
298+
292299
(B) Patent Grant- Subject to the terms of this license, including the license conditions and limitations in section 3, each contributor grants you a non-exclusive, worldwide, royalty-free license under its licensed patents to make, have made, use, sell, offer for sale, import, and/or otherwise dispose of its contribution in the software or derivative works of the contribution in the software.
293300

294-
3. Conditions and Limitations
301+
## 3. Conditions and Limitations
302+
295303
(A) No Trademark License- This license does not grant you rights to use any contributors' name, logo, or trademarks.
304+
296305
(B) If you bring a patent claim against any contributor over patents that you claim are infringed by the software, your patent license from such contributor to the software ends automatically.
306+
297307
(C) If you distribute any portion of the software, you must retain all copyright, patent, trademark, and attribution notices that are present in the software.
308+
298309
(D) If you distribute any portion of the software in source code form, you may do so only under this license by including a complete copy of this license with your distribution. If you distribute any portion of the software in compiled or object code form, you may only do so under a license that complies with this license.
310+
299311
(E) The software is licensed "as-is." You bear the risk of using it. The contributors give no express warranties, guarantees or conditions. You may have additional consumer rights under your local laws which this license cannot change. To the extent permitted under your local laws, the contributors exclude the implied warranties of merchantability, fitness for a particular purpose and non-infringement.
300312

301313

302314

303-
Castle Windsor
304-
==============
315+
Castle Windsor - Apache License 2.0
316+
===================================
317+
305318
Copyright 2004-2015 Castle Project - http://www.castleproject.org/
306319

307320
Licensed under the Apache License, Version 2.0 (the "License");
@@ -321,48 +334,58 @@ limitations under the License.
321334
NSISpcre (NSIS plug-in)
322335
=======================
323336

324-
Copyright (c) 2007 Computerway Business Solutions Ltd.
325-
Copyright (c) 2005 Google Inc.
326-
Copyright (c) 1997-2006 University of Cambridge
327-
328-
Redistribution and use in source and binary forms, with or without
329-
modification, are permitted provided that the following conditions are met:
330-
331-
* Redistributions of source code must retain the above copyright notice,
332-
this list of conditions and the following disclaimer.
333-
334-
* Redistributions in binary form must reproduce the above copyright
335-
notice, this list of conditions and the following disclaimer in the
336-
documentation and/or other materials provided with the distribution.
337-
338-
* Neither the name of the University of Cambridge nor the name of Google
339-
Inc. nor the name of Computerway Business Solutions Ltd. nor the names
340-
of their contributors may be used to endorse or promote products derived
341-
from this software without specific prior written permission.
342-
343-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
344-
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
345-
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
346-
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
347-
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
348-
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
349-
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
350-
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
351-
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
352-
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
353-
POSSIBILITY OF SUCH DAMAGE.
354-
355-
Core PCRE Library Written by: Philip Hazel, University of Cambridge
356-
C++ Wrapper functions by: Sanjay Ghemawat, Google Inc.
357-
Support for PCRE_XXX modifiers by: Giuseppe Maxia
358-
NSIS integration by: Rob Stocks, Computerway Business Solutions Ltd.
337+
// An NSIS plugin providing Perl compatible regular expression functions.
338+
//
339+
// A simple wrapper around the excellent PCRE library which was written by
340+
// Philip Hazel, University of Cambridge.
341+
//
342+
// For those that require documentation on how to construct regular expressions,
343+
// please see http://www.pcre.org/
344+
//
345+
// _____________________________________________________________________________
346+
//
347+
// Copyright (c) 2007 Computerway Business Solutions Ltd.
348+
// Copyright (c) 2005 Google Inc.
349+
// Copyright (c) 1997-2006 University of Cambridge
350+
//
351+
// Redistribution and use in source and binary forms, with or without
352+
// modification, are permitted provided that the following conditions are met:
353+
//
354+
// * Redistributions of source code must retain the above copyright notice,
355+
// this list of conditions and the following disclaimer.
356+
//
357+
// * Redistributions in binary form must reproduce the above copyright
358+
// notice, this list of conditions and the following disclaimer in the
359+
// documentation and/or other materials provided with the distribution.
360+
//
361+
// * Neither the name of the University of Cambridge nor the name of Google
362+
// Inc. nor the name of Computerway Business Solutions Ltd. nor the names
363+
// of their contributors may be used to endorse or promote products derived
364+
// from this software without specific prior written permission.
365+
//
366+
// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
367+
// AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
368+
// IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
369+
// ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
370+
// LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
371+
// CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
372+
// SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
373+
// INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
374+
// CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
375+
// ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
376+
// POSSIBILITY OF SUCH DAMAGE.
377+
//
378+
// Core PCRE Library Written by: Philip Hazel, University of Cambridge
379+
// C++ Wrapper functions by: Sanjay Ghemawat, Google Inc.
380+
// Support for PCRE_XXX modifiers by: Giuseppe Maxia
381+
// NSIS integration by: Rob Stocks, Computerway Business Solutions Ltd.
359382

360383

361384

362385
ShellLink (NSIS plug-in)
363386
========================
364387

365-
2004 Angelo Mandato
388+
© 2004 Angelo Mandato
366389

367390
This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software.
368391

0 commit comments

Comments
 (0)