Skip to content

Commit 3bf3447

Browse files
committed
fixed license command
1 parent 0a05611 commit 3bf3447

File tree

62 files changed

+186
-62
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+186
-62
lines changed

FileContextCore/Check.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
// Copyright (c) morrisjdev & .NET Foundation. All rights reserved.
1+
// Copyright (c) morrisjdev. All rights reserved.
2+
// Original copyright (c) .NET Foundation. All rights reserved.
3+
// Modified version by morrisjdev
24
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
35

46
using System;

FileContextCore/CodeAnnotations.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
// Copyright (c) morrisjdev & .NET Foundation. All rights reserved.
1+
// Copyright (c) morrisjdev. All rights reserved.
2+
// Original copyright (c) .NET Foundation. All rights reserved.
3+
// Modified version by morrisjdev
24
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
35

46
using System;

FileContextCore/Diagnostics/FileContextEventId.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
// Copyright (c) morrisjdev & .NET Foundation. All rights reserved.
1+
// Copyright (c) morrisjdev. All rights reserved.
2+
// Original copyright (c) .NET Foundation. All rights reserved.
3+
// Modified version by morrisjdev
24
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
35

46
using System.Diagnostics;

FileContextCore/Diagnostics/Internal/FileContextLoggerExtensions.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
// Copyright (c) morrisjdev & .NET Foundation. All rights reserved.
1+
// Copyright (c) morrisjdev. All rights reserved.
2+
// Original copyright (c) .NET Foundation. All rights reserved.
3+
// Modified version by morrisjdev
24
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
35

46
using System.Collections.Generic;

FileContextCore/Diagnostics/Internal/FileContextLoggingDefinitions.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
// Copyright (c) morrisjdev & .NET Foundation. All rights reserved.
1+
// Copyright (c) morrisjdev. All rights reserved.
2+
// Original copyright (c) .NET Foundation. All rights reserved.
3+
// Modified version by morrisjdev
24
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
35

46
using Microsoft.EntityFrameworkCore.Diagnostics;

FileContextCore/DictionaryExtensions.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
// Copyright (c) morrisjdev & .NET Foundation. All rights reserved.
1+
// Copyright (c) morrisjdev. All rights reserved.
2+
// Original copyright (c) .NET Foundation. All rights reserved.
3+
// Modified version by morrisjdev
24
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
35

46
using System.Collections.Generic;

FileContextCore/DisposableExtensions.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
// Copyright (c) morrisjdev & .NET Foundation. All rights reserved.
1+
// Copyright (c) morrisjdev. All rights reserved.
2+
// Original copyright (c) .NET Foundation. All rights reserved.
3+
// Modified version by morrisjdev
24
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
35

46
using System;

FileContextCore/Extensions/FileContextDatabaseFacadeExtensions.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
// Copyright (c) morrisjdev & .NET Foundation. All rights reserved.
1+
// Copyright (c) morrisjdev. All rights reserved.
2+
// Original copyright (c) .NET Foundation. All rights reserved.
3+
// Modified version by morrisjdev
24
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
35

46
using System;

FileContextCore/Extensions/FileContextDbContextOptionsExtensions.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
// Copyright (c) morrisjdev & .NET Foundation. All rights reserved.
1+
// Copyright (c) morrisjdev. All rights reserved.
2+
// Original copyright (c) .NET Foundation. All rights reserved.
3+
// Modified version by morrisjdev
24
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
35

46
using System;

FileContextCore/Extensions/FileContextServiceCollectionExtensions.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
// Copyright (c) morrisjdev & .NET Foundation. All rights reserved.
1+
// Copyright (c) morrisjdev. All rights reserved.
2+
// Original copyright (c) .NET Foundation. All rights reserved.
3+
// Modified version by morrisjdev
24
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
35

46
using FileContextCore.Diagnostics.Internal;

0 commit comments

Comments
 (0)