﻿Invicti Standard IS NOT licensed under the following licences. For Invicti Standard licence refer to  "Licence.rtf" file.

=Used external libraries and license details=
LGPL - Refer to lgpl.txt or http://www.gnu.org/copyleft/lesser.html for details.
     - nClassifier - by Nick Lothian - http://nclassifier.sourceforge.net/ , http://classifier4j.sourceforge.net/
     - ic#code TextEditor - http://www.icsharpcode.net/OpenSource/SD/
     - NHunspell - http://www.crawler-lib.net/nhunspell/

Creative Commons Attribution 3.0 License - Refer to http://creativecommons.org/licenses/by/3.0/ for details.
    - famfam Icons licensed under - http://www.famfamfam.com/lab/icons/silk/
    - farm-fresh web icons - http://www.fatcow.com/free-icons/

BSD - Refer to BSD.txt or http://opensource.org/licenses/BSD-3-Clause for details.
    - ANLTR 4 - http://www.antlr.org/

BSD 2-clause
    - Escape - https://github.com/atifaziz/Escape see BSD2-Escape.txt for details.

MIT - Refer to MIT.txt or http://opensource.org/licenses/MIT for details.
    - Newtonsoft.Json - https://github.com/JamesNK/Newtonsoft.Json
    - Task Scheduler Managed Wrapper - https://taskscheduler.codeplex.com/
    - PublicSuffix - https://github.com/krk/interlinkONE.PublicSuffix
    - Parts of .NET Core Libraries (CoreFX) - https://github.com/dotnet/corefx
    - Parts of .NET Reference Source - https://github.com/microsoft/referencesource
    - DotNetCSS - https://github.com/grapoza/DotNetCSS
    - optimal-select - https://github.com/Autarc/optimal-select
    - JetBrains ReSharper Annotations - https://github.com/JetBrains/ExternalAnnotations
    - Microsoft.IO.RecyclableMemoryStream - https://github.com/Microsoft/Microsoft.IO.RecyclableMemoryStream
    - TestSSLServer - https://www.bolet.org/TestSSLServer/
    - AaltoTLS - https://github.com/juhovh/AaltoTLS
    - AutoRest - https://github.com/Azure/autorest
    - DNS - https://github.com/kapetan/dns
    - Mono.Security - https://www.nuget.org/packages/Mono.Security/
    - Be.HexEditor - https://sourceforge.net/projects/hexbox/
    - Titanium-Web-Proxy - https://github.com/justcoding121/Titanium-Web-Proxy
    - Shaman.ValueString - https://github.com/antiufo/Shaman.ValueString
    - YamlDotNet - https://github.com/aaubry/YamlDotNet
    - HTMLAgilityPack - https://github.com/zzzprojects/html-agility-pack 

Apache 2 - Refer to Apache2.txt or http://www.apache.org/licenses/LICENSE-2.0 for details.
    - Mutation Summary - https://github.com/rafaelw/mutation-summary
    - RazorLight - https://github.com/toddams/RazorLight
    - PeNet - https://github.com/secana/PeNet
    - Pkcs11Interop - https://pkcs11interop.net/
    - RestSharp - http://restsharp.org/
    - code-prettify - https://github.com/google/code-prettify

Public Domain
    - System.Data.SQLite - https://system.data.sqlite.org/index.html/doc/trunk/www/copyright.wiki

FiddlerCore - See FiddlerCore-License.txt for more information

DotNetZip - See DotNetZip-License.txt for more information

MICROSOFT SOFTWARE LICENSE TERMS
    - System.ValueTuple - https://www.microsoft.com/net/dotnet_library_license.htm
    - Microsoft.AspNet.Razor - https://www.microsoft.com/web/webpi/eula/net_library_eula_enu.htm

Some modified code from Webkit is used and distributed in binary form, copyright information for that code:

/*
 * Copyright (C) 2011 Google Inc.  All rights reserved.
 * Copyright (C) 2007, 2008 Apple Inc.  All rights reserved.
 * Copyright (C) 2008 Matt Lilek <webkit@mattlilek.com>
 * Copyright (C) 2009 Joseph Pecoraro
 *
 * Redistribution and use in source and binary forms, with or without
 * modification, are permitted provided that the following conditions
 * are met:
 *
 * 1.  Redistributions of source code must retain the above copyright
 *     notice, this list of conditions and the following disclaimer.
 * 2.  Redistributions in binary form must reproduce the above copyright
 *     notice, this list of conditions and the following disclaimer in the
 *     documentation and/or other materials provided with the distribution.
 * 3.  Neither the name of Apple Computer, Inc. ("Apple") nor the names of
 *     its contributors may be used to endorse or promote products derived
 *     from this software without specific prior written permission.
 *
 * THIS SOFTWARE IS PROVIDED BY APPLE AND ITS CONTRIBUTORS "AS IS" AND ANY
 * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
 * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
 * DISCLAIMED. IN NO EVENT SHALL APPLE OR ITS CONTRIBUTORS BE LIABLE FOR ANY
 * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
 * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
 * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 */
