diff --git a/src/Kestrel/ServerFactory.cs b/src/Kestrel/ServerFactory.cs index 4c8997519d..ca56d63653 100644 --- a/src/Kestrel/ServerFactory.cs +++ b/src/Kestrel/ServerFactory.cs @@ -4,7 +4,6 @@ using System; using System.Collections.Generic; using System.Threading.Tasks; -using Microsoft.AspNet.Builder; using Microsoft.AspNet.FeatureModel; using Microsoft.AspNet.Hosting.Server; using Microsoft.AspNet.Server.Kestrel; diff --git a/src/Kestrel/ServerInformation.cs b/src/Kestrel/ServerInformation.cs index dc0dbc4399..852ec6a4c4 100644 --- a/src/Kestrel/ServerInformation.cs +++ b/src/Kestrel/ServerInformation.cs @@ -1,8 +1,11 @@ +// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. +// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. + using System; -using Microsoft.AspNet.Builder; -using Microsoft.Framework.ConfigurationModel; -using System.Globalization; using System.Collections.Generic; +using System.Globalization; +using Microsoft.AspNet.Hosting.Server; +using Microsoft.Framework.ConfigurationModel; namespace Kestrel {