Skip to content

Commit d1197be

Browse files
chore: correct file headers
1 parent dcbe0e7 commit d1197be

25 files changed

Lines changed: 49 additions & 49 deletions

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ dotnet_diagnostic.IDE0049.severity = warning
6666
dotnet_diagnostic.IDE0058.severity = silent
6767

6868
# IDE0073: Use file header
69-
file_header_template = Licensed to the Blazor Desktop Contributors under one or more agreements.\nThe Blazor Desktop Contributors licenses this file to you under the MIT license.\nSee the LICENSE file in the project root for more information.
69+
file_header_template = Licensed to the .NET Extension Contributors under one or more agreements.\nThe .NET Extension Contributors licenses this file to you under the MIT license.\nSee the LICENSE file in the project root for more information.
7070

7171
# IDE0079: Remove unnecessary suppression
7272
dotnet_diagnostic.IDE0079.severity = warning

src/BlazorDesktop.Sample/Components/Layout/MainLayout.razor

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
@* Licensed to the Blazor Desktop Contributors under one or more agreements. *@
2-
@* The Blazor Desktop Contributors licenses this file to you under the MIT license. *@
1+
@* Licensed to the .NET Extension Contributors under one or more agreements. *@
2+
@* The .NET Extension Contributors licenses this file to you under the MIT license. *@
33
@* See the LICENSE file in the project root for more information. *@
44

55
@inherits LayoutComponentBase

src/BlazorDesktop.Sample/Components/Layout/MainLayout.razor.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
/* Licensed to the Blazor Desktop Contributors under one or more agreements. */
2-
/* The Blazor Desktop Contributors licenses this file to you under the MIT license. */
1+
//* Licensed to the .NET Extension Contributors under one or more agreements. */
2+
/* The .NET Extension Contributors licenses this file to you under the MIT license. */
33
/* See the LICENSE file in the project root for more information. */
44

55
.page {

src/BlazorDesktop.Sample/Components/Layout/NavMenu.razor

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
@* Licensed to the Blazor Desktop Contributors under one or more agreements. *@
2-
@* The Blazor Desktop Contributors licenses this file to you under the MIT license. *@
1+
@* Licensed to the .NET Extension Contributors under one or more agreements. *@
2+
@* The .NET Extension Contributors licenses this file to you under the MIT license. *@
33
@* See the LICENSE file in the project root for more information. *@
44

55
<div class="top-row ps-3 navbar navbar-dark">

src/BlazorDesktop.Sample/Components/Layout/NavMenu.razor.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
/* Licensed to the Blazor Desktop Contributors under one or more agreements. */
2-
/* The Blazor Desktop Contributors licenses this file to you under the MIT license. */
1+
/* Licensed to the .NET Extension Contributors under one or more agreements. */
2+
/* The .NET Extension Contributors licenses this file to you under the MIT license. */
33
/* See the LICENSE file in the project root for more information. */
44

55
.navbar-toggler {

src/BlazorDesktop.Sample/Components/Pages/Counter.razor

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
@* Licensed to the Blazor Desktop Contributors under one or more agreements. *@
2-
@* The Blazor Desktop Contributors licenses this file to you under the MIT license. *@
1+
@* Licensed to the .NET Extension Contributors under one or more agreements. *@
2+
@* The .NET Extension Contributors licenses this file to you under the MIT license. *@
33
@* See the LICENSE file in the project root for more information. *@
44

55
@page "/counter"

src/BlazorDesktop.Sample/Components/Pages/Home.razor

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
@* Licensed to the Blazor Desktop Contributors under one or more agreements. *@
2-
@* The Blazor Desktop Contributors licenses this file to you under the MIT license. *@
1+
@* Licensed to the .NET Extension Contributors under one or more agreements. *@
2+
@* The .NET Extension Contributors licenses this file to you under the MIT license. *@
33
@* See the LICENSE file in the project root for more information. *@
44

55
@page "/"

src/BlazorDesktop.Sample/Components/Pages/Weather.razor

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
@* Licensed to the Blazor Desktop Contributors under one or more agreements. *@
2-
@* The Blazor Desktop Contributors licenses this file to you under the MIT license. *@
1+
@* Licensed to the .NET Extension Contributors under one or more agreements. *@
2+
@* The .NET Extension Contributors licenses this file to you under the MIT license. *@
33
@* See the LICENSE file in the project root for more information. *@
44

55
@page "/weather"

src/BlazorDesktop.Sample/Components/Routes.razor

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
@* Licensed to the Blazor Desktop Contributors under one or more agreements. *@
2-
@* The Blazor Desktop Contributors licenses this file to you under the MIT license. *@
1+
@* Licensed to the .NET Extension Contributors under one or more agreements. *@
2+
@* The .NET Extension Contributors licenses this file to you under the MIT license. *@
33
@* See the LICENSE file in the project root for more information. *@
44

55
<Router AppAssembly="typeof(Program).Assembly">

src/BlazorDesktop.Sample/Components/_Imports.razor

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
@* Licensed to the Blazor Desktop Contributors under one or more agreements. *@
2-
@* The Blazor Desktop Contributors licenses this file to you under the MIT license. *@
1+
@* Licensed to the .NET Extension Contributors under one or more agreements. *@
2+
@* The .NET Extension Contributors licenses this file to you under the MIT license. *@
33
@* See the LICENSE file in the project root for more information. *@
44

55
@using System.Net.Http

0 commit comments

Comments
 (0)