Skip to content

Commit 87e6f04

Browse files
committed
Updated file headers
1 parent d622d96 commit 87e6f04

33 files changed

Lines changed: 106 additions & 6 deletions

src/MADE.Data.Converters/BooleanToStringValueConverter.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// MADE Apps licenses this file to you under the MIT license.
2+
// See the LICENSE file in the project root for more information.
3+
14
namespace MADE.Data.Converters
25
{
36
using MADE.Data.Converters.Exceptions;

src/MADE.Data.Converters/Constants/DateTimeConstants.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// MADE Apps licenses this file to you under the MIT license.
2+
// See the LICENSE file in the project root for more information.
3+
14
namespace MADE.Data.Converters.Constants
25
{
36
using System;

src/MADE.Data.Converters/Extensions/LengthExtensions.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// MADE Apps licenses this file to you under the MIT license.
2+
// See the LICENSE file in the project root for more information.
3+
14
namespace MADE.Data.Converters.Extensions
25
{
36
/// <summary>

src/MADE.Data.EFCore/Converters/UtcDateTimeConverter.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// MADE Apps licenses this file to you under the MIT license.
2+
// See the LICENSE file in the project root for more information.
3+
14
namespace MADE.Data.EFCore.Converters
25
{
36
using System;

src/MADE.Data.EFCore/EntityBase.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// MADE Apps licenses this file to you under the MIT license.
2+
// See the LICENSE file in the project root for more information.
3+
14
namespace MADE.Data.EFCore
25
{
36
using System;

src/MADE.Data.EFCore/Extensions/DbContextExtensions.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// MADE Apps licenses this file to you under the MIT license.
2+
// See the LICENSE file in the project root for more information.
3+
14
namespace MADE.Data.EFCore.Extensions
25
{
36
using System;

src/MADE.Data.EFCore/Extensions/EntityBaseExtensions.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// MADE Apps licenses this file to you under the MIT license.
2+
// See the LICENSE file in the project root for more information.
3+
14
namespace MADE.Data.EFCore.Extensions
25
{
36
using MADE.Data.EFCore.Converters;

src/MADE.Data.EFCore/Extensions/QueryableExtensions.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1+
// MADE Apps licenses this file to you under the MIT license.
2+
// See the LICENSE file in the project root for more information.
3+
14
namespace MADE.Data.EFCore.Extensions
25
{
3-
using System;
46
using System.Linq;
57
using Z.EntityFramework.Plus;
68

src/MADE.Data.EFCore/IEntityBase.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// MADE Apps licenses this file to you under the MIT license.
2+
// See the LICENSE file in the project root for more information.
3+
14
namespace MADE.Data.EFCore
25
{
36
using System;

src/MADE.Data.Serialization/Json/Binders/JsonTypeMigrationSerializationBinder.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// MADE Apps licenses this file to you under the MIT license.
2+
// See the LICENSE file in the project root for more information.
3+
14
namespace MADE.Data.Serialization.Json.Binders
25
{
36
using System;

0 commit comments

Comments
 (0)