Skip to content

Commit 2cc54e9

Browse files
authored
add 3rd party aseembly and update changelogs (Azure#25298)
1 parent 24de1a3 commit 2cc54e9

File tree

3 files changed

+67
-0
lines changed

3 files changed

+67
-0
lines changed

LICENSE.txt

+65
Original file line numberDiff line numberDiff line change
@@ -335,5 +335,70 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
335335
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
336336
SOFTWARE.
337337

338+
339+
***************
340+
341+
BSD 3-Clause License
342+
343+
Copyright (c) 2015-2023, App vNext
344+
345+
Redistribution and use in source and binary forms, with or without
346+
modification, are permitted provided that the following conditions are met:
347+
348+
1. Redistributions of source code must retain the above copyright notice, this
349+
list of conditions and the following disclaimer.
350+
351+
2. Redistributions in binary form must reproduce the above copyright notice,
352+
this list of conditions and the following disclaimer in the documentation
353+
and/or other materials provided with the distribution.
354+
355+
3. Neither the name of the copyright holder nor the names of its
356+
contributors may be used to endorse or promote products derived from
357+
this software without specific prior written permission.
358+
359+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
360+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
361+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
362+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
363+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
364+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
365+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
366+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
367+
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
368+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
369+
370+
***************
371+
372+
Copyright (c) 2004-2021 Jaroslaw Kowalski <[email protected]>, Kim Christensen, Julian Verdurmen
373+
374+
All rights reserved.
375+
376+
Redistribution and use in source and binary forms, with or without
377+
modification, are permitted provided that the following conditions
378+
are met:
379+
380+
* Redistributions of source code must retain the above copyright notice,
381+
this list of conditions and the following disclaimer.
382+
383+
* Redistributions in binary form must reproduce the above copyright notice,
384+
this list of conditions and the following disclaimer in the documentation
385+
and/or other materials provided with the distribution.
386+
387+
* Neither the name of Jaroslaw Kowalski nor the names of its
388+
contributors may be used to endorse or promote products derived from this
389+
software without specific prior written permission.
390+
391+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
392+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
393+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
394+
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
395+
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
396+
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
397+
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
398+
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
399+
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
400+
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
401+
THE POSSIBILITY OF SUCH DAMAGE.
402+
338403
-------------END OF THIRD PARTY NOTICE----------------------------------------
339404

src/CodeSigning/CodeSigning/ChangeLog.md

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21+
* Updated signed 3rd party assembly Polly.dll to PSGallery
2122

2223
## Version 0.1.1
2324
* Upgraded Azure.Core to 1.37.0.

src/DataLakeStore/DataLakeStore/ChangeLog.md

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21+
* Updated signed 3rd party assembly NLog.dll to PSGallery
2122

2223
## Version 1.3.1
2324
* Removed the outdated deps.json file.

0 commit comments

Comments
 (0)