Skip to content

Commit 5606be1

Browse files
committed
Added copyright infos.
1 parent dd762aa commit 5606be1

File tree

18 files changed

+57
-18
lines changed

18 files changed

+57
-18
lines changed

DependencyInjection/src/AppCore.Extensions.DependencyInjection.Abstractions/Facilities/FacilityExtensionReflectionBuilder.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
using System;
1+
// Licensed under the MIT License.
2+
// Copyright (c) 2018-2022 the AppCore .NET project.
3+
4+
using System;
25
using System.Collections.Generic;
36
using System.Linq;
47
using AppCore.Diagnostics;

DependencyInjection/src/AppCore.Extensions.DependencyInjection.Abstractions/Facilities/FacilityReflectionBuilder.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Licensed under the MIT License.
2-
// Copyright (c) 2018-2021 the AppCore .NET project.
2+
// Copyright (c) 2018-2022 the AppCore .NET project.
33

44
using System;
55
using System.Collections.Generic;

DependencyInjection/src/AppCore.Extensions.DependencyInjection.Abstractions/Facilities/FacilityServiceCollectionExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Licensed under the MIT License.
2-
// Copyright (c) 2018-2021 the AppCore .NET project.
2+
// Copyright (c) 2018-2022 the AppCore .NET project.
33

44
using System;
55
using System.Collections.Generic;

DependencyInjection/src/AppCore.Extensions.DependencyInjection.Abstractions/Facilities/IFacilityExtensionReflectionBuilder.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
using System;
1+
// Licensed under the MIT License.
2+
// Copyright (c) 2018-2022 the AppCore .NET project.
3+
4+
using System;
25
using System.ComponentModel;
36

47
namespace AppCore.Extensions.DependencyInjection.Facilities;

DependencyInjection/src/AppCore.Extensions.DependencyInjection.Abstractions/Facilities/IFacilityExtensionResolver.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
using System;
1+
// Licensed under the MIT License.
2+
// Copyright (c) 2018-2022 the AppCore .NET project.
3+
4+
using System;
25
using System.Collections.Generic;
36

47
namespace AppCore.Extensions.DependencyInjection.Facilities;

DependencyInjection/src/AppCore.Extensions.DependencyInjection.Abstractions/Facilities/IFacilityReflectionBuilder.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Licensed under the MIT License.
2-
// Copyright (c) 2018-2021 the AppCore .NET project.
2+
// Copyright (c) 2018-2022 the AppCore .NET project.
33

44
using System;
55
using System.ComponentModel;

DependencyInjection/src/AppCore.Extensions.DependencyInjection.Abstractions/Facilities/IFacilityResolver.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Licensed under the MIT License.
2-
// Copyright (c) 2018-2021 the AppCore .NET project.
2+
// Copyright (c) 2018-2022 the AppCore .NET project.
33

44
using System.Collections.Generic;
55

DependencyInjection/test/AppCore.Extensions.DependencyInjection.AssemblyExtensions.Tests/AssemblyResolverTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Licensed under the MIT License.
2-
// Copyright (c) 2018-2021 the AppCore .NET project.
2+
// Copyright (c) 2018-2022 the AppCore .NET project.
33

44
using System;
55
using System.Collections.Generic;

DependencyInjection/test/AppCore.Extensions.DependencyInjection.Tests/Facilities/FacilityBuilderTests.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
using System;
1+
// Licensed under the MIT License.
2+
// Copyright (c) 2018-2022 the AppCore .NET project.
3+
4+
using System;
25
using AppCore.Extensions.DependencyInjection.Activator;
36
using FluentAssertions;
47
using Microsoft.Extensions.DependencyInjection;

DependencyInjection/test/AppCore.Extensions.DependencyInjection.Tests/Facilities/FacilityExtensionTestService.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
namespace AppCore.Extensions.DependencyInjection.Facilities;
1+
// Licensed under the MIT License.
2+
// Copyright (c) 2018-2022 the AppCore .NET project.
3+
4+
namespace AppCore.Extensions.DependencyInjection.Facilities;
25

36
public class FacilityExtensionTestService
47
{

0 commit comments

Comments
 (0)