Add readme.md + license from mock4net (#444)

* add readme.md + license from mock4net

* common

* add license info
This commit is contained in:
Stef Heyenrath
2020-04-05 18:42:22 +02:00
committed by GitHub
parent 1ddd8ff58f
commit a9974a4874
19 changed files with 295 additions and 113 deletions

View File

@@ -1,11 +1,13 @@
using JetBrains.Annotations;
using Newtonsoft.Json;
// This source file is based on mock4net by Alexandre Victoor which is licensed under the Apache 2.0 License.
// For more details see 'mock4net/LICENSE.txt' and 'mock4net/readme.md' in this project root.
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading;
using JetBrains.Annotations;
using Newtonsoft.Json;
using WireMock.Admin.Mappings;
using WireMock.Exceptions;
using WireMock.Handlers;
@@ -17,7 +19,6 @@ using WireMock.RequestBuilders;
using WireMock.ResponseProviders;
using WireMock.Serialization;
using WireMock.Settings;
using WireMock.Util;
using WireMock.Validation;
namespace WireMock.Server