diff --git a/src/AllClasses.Desktop.cs b/src/AllClasses.Desktop.cs index 19cf07f..6fb5ccd 100644 --- a/src/AllClasses.Desktop.cs +++ b/src/AllClasses.Desktop.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. See License.txt in the project root for license information. + using System; using System.Collections.Generic; diff --git a/src/AllClasses.cs b/src/AllClasses.cs index c8d5533..13dfead 100644 --- a/src/AllClasses.cs +++ b/src/AllClasses.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. See License.txt in the project root for license information. + using System; using System.Collections.Generic; diff --git a/src/Exceptions/DuplicateTypeMappingException.cs b/src/Exceptions/DuplicateTypeMappingException.cs index 6476b0a..4bf9342 100644 --- a/src/Exceptions/DuplicateTypeMappingException.cs +++ b/src/Exceptions/DuplicateTypeMappingException.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. See License.txt in the project root for license information. + using System; using System.Globalization; diff --git a/src/RegistrationByConventionExtensions.cs b/src/RegistrationByConventionExtensions.cs index 1dde722..b2de8a6 100644 --- a/src/RegistrationByConventionExtensions.cs +++ b/src/RegistrationByConventionExtensions.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. See License.txt in the project root for license information. + using System; using System.Collections.Generic; diff --git a/src/RegistrationConvention.cs b/src/RegistrationConvention.cs index 25b83ef..0343da0 100644 --- a/src/RegistrationConvention.cs +++ b/src/RegistrationConvention.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. See License.txt in the project root for license information. + using System; using System.Collections.Generic; diff --git a/src/WithLifetime.Desktop.cs b/src/WithLifetime.Desktop.cs index b1e9e25..abc25c1 100644 --- a/src/WithLifetime.Desktop.cs +++ b/src/WithLifetime.Desktop.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. See License.txt in the project root for license information. + using System; using Unity.Lifetime; diff --git a/src/WithLifetime.cs b/src/WithLifetime.cs index 96fb7ae..e6c5dd9 100644 --- a/src/WithLifetime.cs +++ b/src/WithLifetime.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. See License.txt in the project root for license information. + using System; using Unity.Lifetime; diff --git a/src/WithMappings.cs b/src/WithMappings.cs index ec0f4cd..30c9fd9 100644 --- a/src/WithMappings.cs +++ b/src/WithMappings.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. See License.txt in the project root for license information. + using System; using System.Collections.Generic; diff --git a/src/WithName.cs b/src/WithName.cs index c571c93..b546bcd 100644 --- a/src/WithName.cs +++ b/src/WithName.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. See License.txt in the project root for license information. + using System; diff --git a/tests/RegistrationByConventionFixture.cs b/tests/RegistrationByConventionFixture.cs index c97eed6..603a8c0 100644 --- a/tests/RegistrationByConventionFixture.cs +++ b/tests/RegistrationByConventionFixture.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. See License.txt in the project root for license information. + using System; using System.Collections.Generic; diff --git a/tests/RegistrationByConventionHelpersFixture.cs b/tests/RegistrationByConventionHelpersFixture.cs index 99cd1ec..035ef93 100644 --- a/tests/RegistrationByConventionHelpersFixture.cs +++ b/tests/RegistrationByConventionHelpersFixture.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. See License.txt in the project root for license information. + using System; using System.Collections; diff --git a/tests/TestSupport/AssertExtensions.cs b/tests/TestSupport/AssertExtensions.cs index 8dc3368..e00aee6 100644 --- a/tests/TestSupport/AssertExtensions.cs +++ b/tests/TestSupport/AssertExtensions.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. See License.txt in the project root for license information. + using System; using System.Reflection; diff --git a/tests/TestSupport/CollectionAssertExtensions.cs b/tests/TestSupport/CollectionAssertExtensions.cs index e813ec2..8d7db3f 100644 --- a/tests/TestSupport/CollectionAssertExtensions.cs +++ b/tests/TestSupport/CollectionAssertExtensions.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. See License.txt in the project root for license information. + using System.Collections; using System.Globalization; diff --git a/tests/TestSupport/EnumerableAssertionExtensions.cs b/tests/TestSupport/EnumerableAssertionExtensions.cs index da14ec5..87f50ae 100644 --- a/tests/TestSupport/EnumerableAssertionExtensions.cs +++ b/tests/TestSupport/EnumerableAssertionExtensions.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. See License.txt in the project root for license information. + using System; using System.Collections.Generic; diff --git a/tests/TestSupport/ILogger.cs b/tests/TestSupport/ILogger.cs index d41e768..8c4595b 100644 --- a/tests/TestSupport/ILogger.cs +++ b/tests/TestSupport/ILogger.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. See License.txt in the project root for license information. + namespace Microsoft.Practices.Unity.TestSupport { diff --git a/tests/TestSupport/MockLogger.cs b/tests/TestSupport/MockLogger.cs index e682194..5d63814 100644 --- a/tests/TestSupport/MockLogger.cs +++ b/tests/TestSupport/MockLogger.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. See License.txt in the project root for license information. + namespace Microsoft.Practices.Unity.TestSupport { diff --git a/tests/TestSupport/SpecialLogger.cs b/tests/TestSupport/SpecialLogger.cs index 83d7e1f..e0c2cb1 100644 --- a/tests/TestSupport/SpecialLogger.cs +++ b/tests/TestSupport/SpecialLogger.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. See License.txt in the project root for license information. + namespace Microsoft.Practices.Unity.TestSupport {