Merge pull request #3562 from ericstj/lzmaNoticesCopyright

Add LZMA to THIRD-PARTY-NOTICES + (c) header
This commit is contained in:
Eric StJohn 2016-06-14 16:21:01 -07:00 committed by GitHub
commit 0589496b98
15 changed files with 49 additions and 0 deletions

View file

@ -11,6 +11,13 @@ bring it to our attention. Post an issue or email us:
The attached notices are provided for information only.
License notice for LZMA SDK
---------------------------
http://www.7-zip.org/sdk.html
LZMA is placed in the public domain.
License notice for RFC 3492
---------------------------

View file

@ -1,3 +1,6 @@
// Copyright (c) .NET Foundation and contributors. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
// Common/CRC.cs
namespace SevenZip

View file

@ -1,3 +1,6 @@
// Copyright (c) .NET Foundation and contributors. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
// InBuffer.cs
namespace SevenZip.Buffer

View file

@ -1,3 +1,6 @@
// Copyright (c) .NET Foundation and contributors. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
// OutBuffer.cs
namespace SevenZip.Buffer

View file

@ -1,3 +1,6 @@
// Copyright (c) .NET Foundation and contributors. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
// IMatchFinder.cs
using System;

View file

@ -1,3 +1,6 @@
// Copyright (c) .NET Foundation and contributors. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
// LzBinTree.cs
using System;

View file

@ -1,3 +1,6 @@
// Copyright (c) .NET Foundation and contributors. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
// LzInWindow.cs
using System;

View file

@ -1,3 +1,6 @@
// Copyright (c) .NET Foundation and contributors. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
// LzOutWindow.cs
namespace SevenZip.Compression.LZ

View file

@ -1,3 +1,6 @@
// Copyright (c) .NET Foundation and contributors. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
// LzmaBase.cs
namespace SevenZip.Compression.LZMA

View file

@ -1,3 +1,6 @@
// Copyright (c) .NET Foundation and contributors. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
// LzmaDecoder.cs
using System;

View file

@ -1,3 +1,6 @@
// Copyright (c) .NET Foundation and contributors. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
// LzmaEncoder.cs
using System;

View file

@ -1,3 +1,6 @@
// Copyright (c) .NET Foundation and contributors. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System;
namespace SevenZip.Compression.RangeCoder

View file

@ -1,3 +1,6 @@
// Copyright (c) .NET Foundation and contributors. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System;
namespace SevenZip.Compression.RangeCoder

View file

@ -1,3 +1,6 @@
// Copyright (c) .NET Foundation and contributors. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System;
namespace SevenZip.Compression.RangeCoder

View file

@ -1,3 +1,6 @@
// Copyright (c) .NET Foundation and contributors. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
// ICoder.h
using System;