Skip to content

Commit

Permalink
Header fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
tillig committed Sep 24, 2020
1 parent 4ad7121 commit d20dc41
Show file tree
Hide file tree
Showing 464 changed files with 1,210 additions and 2,083 deletions.
1 change: 1 addition & 0 deletions Autofac.sln
Expand Up @@ -30,6 +30,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{F65B03DB
build\Autofac.Build.psm1 = build\Autofac.Build.psm1
build\Documentation.proj = build\Documentation.proj
build\Documentation.shfbproj = build\Documentation.shfbproj
build\stylecop.json = build\stylecop.json
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "bench", "bench", "{48F40A36-C829-4895-99B3-1634CC6594E0}"
Expand Down
2 changes: 1 addition & 1 deletion build/stylecop.json
Expand Up @@ -3,7 +3,7 @@
"settings": {
"documentationRules": {
"companyName": "Autofac Project",
"copyrightText": "Copyright (c) {companyName}. All rights reserved.\nLicensed under the {licenseName} license. See {licenseFile} in the project root for license information.",
"copyrightText": "Copyright (c) {companyName}. All rights reserved.\nLicensed under the {licenseName} License. See {licenseFile} in the project root for license information.",
"variables": {
"licenseFile": "LICENSE",
"licenseName": "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/Autofac/Builder/BuildCallbackManager.cs
@@ -1,5 +1,5 @@
// Copyright (c) Autofac Project. All rights reserved.
// Licensed under the MIT license. See LICENSE in the project root for license information.
// Licensed under the MIT License. See LICENSE in the project root for license information.

using System.Linq;
using Autofac.Core;
Expand Down
2 changes: 1 addition & 1 deletion src/Autofac/Builder/BuildCallbackService.cs
@@ -1,5 +1,5 @@
// Copyright (c) Autofac Project. All rights reserved.
// Licensed under the MIT license. See LICENSE in the project root for license information.
// Licensed under the MIT License. See LICENSE in the project root for license information.

using System;
using System.Collections.Generic;
Expand Down
2 changes: 1 addition & 1 deletion src/Autofac/Builder/ConcreteReflectionActivatorData.cs
@@ -1,5 +1,5 @@
// Copyright (c) Autofac Project. All rights reserved.
// Licensed under the MIT license. See LICENSE in the project root for license information.
// Licensed under the MIT License. See LICENSE in the project root for license information.

using System;
using Autofac.Core;
Expand Down
2 changes: 1 addition & 1 deletion src/Autofac/Builder/ContainerBuildOptions.cs
@@ -1,5 +1,5 @@
// Copyright (c) Autofac Project. All rights reserved.
// Licensed under the MIT license. See LICENSE in the project root for license information.
// Licensed under the MIT License. See LICENSE in the project root for license information.

using System;
using System.Collections.Generic;
Expand Down
2 changes: 1 addition & 1 deletion src/Autofac/Builder/DeferredCallback.cs
@@ -1,5 +1,5 @@
// Copyright (c) Autofac Project. All rights reserved.
// Licensed under the MIT license. See LICENSE in the project root for license information.
// Licensed under the MIT License. See LICENSE in the project root for license information.

using System;
using Autofac.Core.Registration;
Expand Down
2 changes: 1 addition & 1 deletion src/Autofac/Builder/DynamicRegistrationStyle.cs
@@ -1,5 +1,5 @@
// Copyright (c) Autofac Project. All rights reserved.
// Licensed under the MIT license. See LICENSE in the project root for license information.
// Licensed under the MIT License. See LICENSE in the project root for license information.

namespace Autofac.Builder
{
Expand Down
2 changes: 1 addition & 1 deletion src/Autofac/Builder/IConcreteActivatorData.cs
@@ -1,5 +1,5 @@
// Copyright (c) Autofac Project. All rights reserved.
// Licensed under the MIT license. See LICENSE in the project root for license information.
// Licensed under the MIT License. See LICENSE in the project root for license information.

using Autofac.Core;

Expand Down
2 changes: 1 addition & 1 deletion src/Autofac/Builder/IHideObjectMembers.cs
@@ -1,5 +1,5 @@
// Copyright (c) Autofac Project. All rights reserved.
// Licensed under the MIT license. See LICENSE in the project root for license information.
// Licensed under the MIT License. See LICENSE in the project root for license information.

using System;
using System.ComponentModel;
Expand Down
2 changes: 1 addition & 1 deletion src/Autofac/Builder/IRegistrationBuilder.cs
@@ -1,5 +1,5 @@
// Copyright (c) Autofac Project. All rights reserved.
// Licensed under the MIT license. See LICENSE in the project root for license information.
// Licensed under the MIT License. See LICENSE in the project root for license information.

using System;
using System.Collections.Generic;
Expand Down
2 changes: 1 addition & 1 deletion src/Autofac/Builder/MetadataConfiguration.cs
@@ -1,5 +1,5 @@
// Copyright (c) Autofac Project. All rights reserved.
// Licensed under the MIT license. See LICENSE in the project root for license information.
// Licensed under the MIT License. See LICENSE in the project root for license information.

using System;
using System.Collections.Generic;
Expand Down
2 changes: 1 addition & 1 deletion src/Autofac/Builder/MetadataKeys.cs
@@ -1,5 +1,5 @@
// Copyright (c) Autofac Project. All rights reserved.
// Licensed under the MIT license. See LICENSE in the project root for license information.
// Licensed under the MIT License. See LICENSE in the project root for license information.

namespace Autofac.Builder
{
Expand Down
2 changes: 1 addition & 1 deletion src/Autofac/Builder/ReflectionActivatorData.cs
@@ -1,5 +1,5 @@
// Copyright (c) Autofac Project. All rights reserved.
// Licensed under the MIT license. See LICENSE in the project root for license information.
// Licensed under the MIT License. See LICENSE in the project root for license information.

using System;
using System.Collections.Generic;
Expand Down
2 changes: 1 addition & 1 deletion src/Autofac/Builder/RegistrationBuilder.cs
@@ -1,5 +1,5 @@
// Copyright (c) Autofac Project. All rights reserved.
// Licensed under the MIT license. See LICENSE in the project root for license information.
// Licensed under the MIT License. See LICENSE in the project root for license information.

using System;
using System.Collections.Generic;
Expand Down
@@ -1,5 +1,5 @@
// Copyright (c) Autofac Project. All rights reserved.
// Licensed under the MIT license. See LICENSE in the project root for license information.
// Licensed under the MIT License. See LICENSE in the project root for license information.

using System;
using System.Collections.Generic;
Expand Down
2 changes: 1 addition & 1 deletion src/Autofac/Builder/RegistrationData.cs
@@ -1,5 +1,5 @@
// Copyright (c) Autofac Project. All rights reserved.
// Licensed under the MIT license. See LICENSE in the project root for license information.
// Licensed under the MIT License. See LICENSE in the project root for license information.

using System;
using System.Collections.Generic;
Expand Down
2 changes: 1 addition & 1 deletion src/Autofac/Builder/RegistrationExtensions.cs
@@ -1,5 +1,5 @@
// Copyright (c) Autofac Project. All rights reserved.
// Licensed under the MIT license. See LICENSE in the project root for license information.
// Licensed under the MIT License. See LICENSE in the project root for license information.

using System;
using Autofac.Core;
Expand Down
2 changes: 1 addition & 1 deletion src/Autofac/Builder/RegistrationOrderExtensions.cs
@@ -1,5 +1,5 @@
// Copyright (c) Autofac Project. All rights reserved.
// Licensed under the MIT license. See LICENSE in the project root for license information.
// Licensed under the MIT License. See LICENSE in the project root for license information.

using Autofac.Core;

Expand Down
2 changes: 1 addition & 1 deletion src/Autofac/Builder/SimpleActivatorData.cs
@@ -1,5 +1,5 @@
// Copyright (c) Autofac Project. All rights reserved.
// Licensed under the MIT license. See LICENSE in the project root for license information.
// Licensed under the MIT License. See LICENSE in the project root for license information.

using System;
using Autofac.Core;
Expand Down
2 changes: 1 addition & 1 deletion src/Autofac/Builder/SingleRegistrationStyle.cs
@@ -1,5 +1,5 @@
// Copyright (c) Autofac Project. All rights reserved.
// Licensed under the MIT license. See LICENSE in the project root for license information.
// Licensed under the MIT License. See LICENSE in the project root for license information.

using System;
using System.Collections.Generic;
Expand Down
2 changes: 1 addition & 1 deletion src/Autofac/Builder/StartableManager.cs
@@ -1,5 +1,5 @@
// Copyright (c) Autofac Project. All rights reserved.
// Licensed under the MIT license. See LICENSE in the project root for license information.
// Licensed under the MIT License. See LICENSE in the project root for license information.

using System.Collections.Generic;
using System.Globalization;
Expand Down
2 changes: 1 addition & 1 deletion src/Autofac/ContainerBuilder.cs
@@ -1,5 +1,5 @@
// Copyright (c) Autofac Project. All rights reserved.
// Licensed under the MIT license. See LICENSE in the project root for license information.
// Licensed under the MIT License. See LICENSE in the project root for license information.

using System;
using System.Collections.Generic;
Expand Down
2 changes: 1 addition & 1 deletion src/Autofac/ContainerExtensions.cs
@@ -1,5 +1,5 @@
// Copyright (c) Autofac Project. All rights reserved.
// Licensed under the MIT license. See LICENSE in the project root for license information.
// Licensed under the MIT License. See LICENSE in the project root for license information.

using System;
using System.Diagnostics;
Expand Down
2 changes: 1 addition & 1 deletion src/Autofac/Core/ActivatedEventArgs.cs
@@ -1,5 +1,5 @@
// Copyright (c) Autofac Project. All rights reserved.
// Licensed under the MIT license. See LICENSE in the project root for license information.
// Licensed under the MIT License. See LICENSE in the project root for license information.

using System;
using System.Collections.Generic;
Expand Down
2 changes: 1 addition & 1 deletion src/Autofac/Core/ActivatingEventArgs.cs
@@ -1,5 +1,5 @@
// Copyright (c) Autofac Project. All rights reserved.
// Licensed under the MIT license. See LICENSE in the project root for license information.
// Licensed under the MIT License. See LICENSE in the project root for license information.

using System;
using System.Collections.Generic;
Expand Down
2 changes: 1 addition & 1 deletion src/Autofac/Core/Activators/DefaultPropertySelector.cs
@@ -1,5 +1,5 @@
// Copyright (c) Autofac Project. All rights reserved.
// Licensed under the MIT license. See LICENSE in the project root for license information.
// Licensed under the MIT License. See LICENSE in the project root for license information.

using System.Diagnostics.CodeAnalysis;
using System.Reflection;
Expand Down
2 changes: 1 addition & 1 deletion src/Autofac/Core/Activators/Delegate/DelegateActivator.cs
@@ -1,5 +1,5 @@
// Copyright (c) Autofac Project. All rights reserved.
// Licensed under the MIT license. See LICENSE in the project root for license information.
// Licensed under the MIT License. See LICENSE in the project root for license information.

using System;
using System.Collections.Generic;
Expand Down
2 changes: 1 addition & 1 deletion src/Autofac/Core/Activators/DelegatePropertySelector.cs
@@ -1,5 +1,5 @@
// Copyright (c) Autofac Project. All rights reserved.
// Licensed under the MIT license. See LICENSE in the project root for license information.
// Licensed under the MIT License. See LICENSE in the project root for license information.

using System;
using System.Reflection;
Expand Down
2 changes: 1 addition & 1 deletion src/Autofac/Core/Activators/IPropertySelector.cs
@@ -1,5 +1,5 @@
// Copyright (c) Autofac Project. All rights reserved.
// Licensed under the MIT license. See LICENSE in the project root for license information.
// Licensed under the MIT License. See LICENSE in the project root for license information.

using System.Reflection;

Expand Down
2 changes: 1 addition & 1 deletion src/Autofac/Core/Activators/InstanceActivator.cs
@@ -1,5 +1,5 @@
// Copyright (c) Autofac Project. All rights reserved.
// Licensed under the MIT license. See LICENSE in the project root for license information.
// Licensed under the MIT License. See LICENSE in the project root for license information.

using System;
using System.Runtime.CompilerServices;
Expand Down
@@ -1,5 +1,5 @@
// Copyright (c) Autofac Project. All rights reserved.
// Licensed under the MIT license. See LICENSE in the project root for license information.
// Licensed under the MIT License. See LICENSE in the project root for license information.

using System;
using System.Diagnostics.CodeAnalysis;
Expand Down
@@ -1,5 +1,5 @@
// Copyright (c) Autofac Project. All rights reserved.
// Licensed under the MIT license. See LICENSE in the project root for license information.
// Licensed under the MIT License. See LICENSE in the project root for license information.

using System;
using System.Diagnostics.CodeAnalysis;
Expand Down
@@ -1,5 +1,5 @@
// Copyright (c) Autofac Project. All rights reserved.
// Licensed under the MIT license. See LICENSE in the project root for license information.
// Licensed under the MIT License. See LICENSE in the project root for license information.

using System;
using System.Collections.Concurrent;
Expand Down
2 changes: 1 addition & 1 deletion src/Autofac/Core/Activators/Reflection/BoundConstructor.cs
@@ -1,5 +1,5 @@
// Copyright (c) Autofac Project. All rights reserved.
// Licensed under the MIT license. See LICENSE in the project root for license information.
// Licensed under the MIT License. See LICENSE in the project root for license information.

using System;
using System.Diagnostics.CodeAnalysis;
Expand Down
@@ -1,5 +1,5 @@
// Copyright (c) Autofac Project. All rights reserved.
// Licensed under the MIT license. See LICENSE in the project root for license information.
// Licensed under the MIT License. See LICENSE in the project root for license information.

using System;
using System.Collections.Concurrent;
Expand Down
@@ -1,5 +1,5 @@
// Copyright (c) Autofac Project. All rights reserved.
// Licensed under the MIT license. See LICENSE in the project root for license information.
// Licensed under the MIT License. See LICENSE in the project root for license information.

using System;
using System.Collections.Concurrent;
Expand Down
@@ -1,5 +1,5 @@
// Copyright (c) Autofac Project. All rights reserved.
// Licensed under the MIT license. See LICENSE in the project root for license information.
// Licensed under the MIT License. See LICENSE in the project root for license information.

using System;
using System.Diagnostics.CodeAnalysis;
Expand Down
@@ -1,5 +1,5 @@
// Copyright (c) Autofac Project. All rights reserved.
// Licensed under the MIT license. See LICENSE in the project root for license information.
// Licensed under the MIT License. See LICENSE in the project root for license information.

using System;
using System.Reflection;
Expand Down
@@ -1,5 +1,5 @@
// Copyright (c) Autofac Project. All rights reserved.
// Licensed under the MIT license. See LICENSE in the project root for license information.
// Licensed under the MIT License. See LICENSE in the project root for license information.

using System.Collections.Generic;

Expand Down
@@ -1,5 +1,5 @@
// Copyright (c) Autofac Project. All rights reserved.
// Licensed under the MIT license. See LICENSE in the project root for license information.
// Licensed under the MIT License. See LICENSE in the project root for license information.

using System;
using System.Collections.Generic;
Expand Down
@@ -1,5 +1,5 @@
// Copyright (c) Autofac Project. All rights reserved.
// Licensed under the MIT license. See LICENSE in the project root for license information.
// Licensed under the MIT License. See LICENSE in the project root for license information.

using System;
using System.Collections.Generic;
Expand Down
@@ -1,5 +1,5 @@
// Copyright (c) Autofac Project. All rights reserved.
// Licensed under the MIT license. See LICENSE in the project root for license information.
// Licensed under the MIT License. See LICENSE in the project root for license information.

using System;
using System.Globalization;
Expand Down
@@ -1,5 +1,5 @@
// Copyright (c) Autofac Project. All rights reserved.
// Licensed under the MIT license. See LICENSE in the project root for license information.
// Licensed under the MIT License. See LICENSE in the project root for license information.

using System;
using System.Collections.Generic;
Expand Down
2 changes: 1 addition & 1 deletion src/Autofac/Core/AutoActivateService.cs
@@ -1,5 +1,5 @@
// Copyright (c) Autofac Project. All rights reserved.
// Licensed under the MIT license. See LICENSE in the project root for license information.
// Licensed under the MIT License. See LICENSE in the project root for license information.

using System;

Expand Down
2 changes: 1 addition & 1 deletion src/Autofac/Core/ComponentRegisteredEventArgs.cs
@@ -1,5 +1,5 @@
// Copyright (c) Autofac Project. All rights reserved.
// Licensed under the MIT license. See LICENSE in the project root for license information.
// Licensed under the MIT License. See LICENSE in the project root for license information.

using System;

Expand Down
2 changes: 1 addition & 1 deletion src/Autofac/Core/ComponentRegistrationExtensions.cs
@@ -1,5 +1,5 @@
// Copyright (c) Autofac Project. All rights reserved.
// Licensed under the MIT license. See LICENSE in the project root for license information.
// Licensed under the MIT License. See LICENSE in the project root for license information.

using System;
using System.Collections.Generic;
Expand Down
2 changes: 1 addition & 1 deletion src/Autofac/Core/ConstantParameter.cs
@@ -1,5 +1,5 @@
// Copyright (c) Autofac Project. All rights reserved.
// Licensed under the MIT license. See LICENSE in the project root for license information.
// Licensed under the MIT License. See LICENSE in the project root for license information.

using System;
using System.Diagnostics.CodeAnalysis;
Expand Down
2 changes: 1 addition & 1 deletion src/Autofac/Core/Container.cs
@@ -1,5 +1,5 @@
// Copyright (c) Autofac Project. All rights reserved.
// Licensed under the MIT license. See LICENSE in the project root for license information.
// Licensed under the MIT License. See LICENSE in the project root for license information.

using System;
using System.Diagnostics;
Expand Down
2 changes: 1 addition & 1 deletion src/Autofac/Core/DependencyResolutionException.cs
@@ -1,5 +1,5 @@
// Copyright (c) Autofac Project. All rights reserved.
// Licensed under the MIT license. See LICENSE in the project root for license information.
// Licensed under the MIT License. See LICENSE in the project root for license information.

using System;
using System.Runtime.Serialization;
Expand Down
2 changes: 1 addition & 1 deletion src/Autofac/Core/Disposer.cs
@@ -1,5 +1,5 @@
// Copyright (c) Autofac Project. All rights reserved.
// Licensed under the MIT license. See LICENSE in the project root for license information.
// Licensed under the MIT License. See LICENSE in the project root for license information.

using System;
using System.Collections.Generic;
Expand Down
2 changes: 1 addition & 1 deletion src/Autofac/Core/IActivatedEventArgs.cs
@@ -1,5 +1,5 @@
// Copyright (c) Autofac Project. All rights reserved.
// Licensed under the MIT license. See LICENSE in the project root for license information.
// Licensed under the MIT License. See LICENSE in the project root for license information.

using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
Expand Down
2 changes: 1 addition & 1 deletion src/Autofac/Core/IActivatingEventArgs.cs
@@ -1,5 +1,5 @@
// Copyright (c) Autofac Project. All rights reserved.
// Licensed under the MIT license. See LICENSE in the project root for license information.
// Licensed under the MIT License. See LICENSE in the project root for license information.

using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
Expand Down
2 changes: 1 addition & 1 deletion src/Autofac/Core/IComponentLifetime.cs
@@ -1,5 +1,5 @@
// Copyright (c) Autofac Project. All rights reserved.
// Licensed under the MIT license. See LICENSE in the project root for license information.
// Licensed under the MIT License. See LICENSE in the project root for license information.

namespace Autofac.Core
{
Expand Down
2 changes: 1 addition & 1 deletion src/Autofac/Core/IComponentRegistration.cs
@@ -1,5 +1,5 @@
// Copyright (c) Autofac Project. All rights reserved.
// Licensed under the MIT license. See LICENSE in the project root for license information.
// Licensed under the MIT License. See LICENSE in the project root for license information.

using System;
using System.Collections.Generic;
Expand Down
2 changes: 1 addition & 1 deletion src/Autofac/Core/IComponentRegistry.cs
@@ -1,5 +1,5 @@
// Copyright (c) Autofac Project. All rights reserved.
// Licensed under the MIT license. See LICENSE in the project root for license information.
// Licensed under the MIT License. See LICENSE in the project root for license information.

using System;
using System.Collections.Generic;
Expand Down

0 comments on commit d20dc41

Please sign in to comment.