Skip to content

Commit efe8b22

Browse files
authored
Housekeeping Update Copyright (#658)
1 parent 6bd466f commit efe8b22

File tree

55 files changed

+66
-348
lines changed

Some content is hidden

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

55 files changed

+66
-348
lines changed

README.md

Lines changed: 1 addition & 1 deletion

samples/LoginApp.Avalonia.Desktop/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2022 .NET Foundation and Contributors. All rights reserved.
1+
// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved.
22
// Licensed to the .NET Foundation under one or more agreements.
33
// The .NET Foundation licenses this file to you under the MIT license.
44
// See the LICENSE file in the project root for full license information.

samples/LoginApp.Avalonia/App.axaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2022 .NET Foundation and Contributors. All rights reserved.
1+
// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved.
22
// Licensed to the .NET Foundation under one or more agreements.
33
// The .NET Foundation licenses this file to you under the MIT license.
44
// See the LICENSE file in the project root for full license information.

samples/LoginApp.Avalonia/Services/AvaloniaUserDialogs.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2022 .NET Foundation and Contributors. All rights reserved.
1+
// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved.
22
// Licensed to the .NET Foundation under one or more agreements.
33
// The .NET Foundation licenses this file to you under the MIT license.
44
// See the LICENSE file in the project root for full license information.

samples/LoginApp.Avalonia/Views/MainWindow.axaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2022 .NET Foundation and Contributors. All rights reserved.
1+
// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved.
22
// Licensed to the .NET Foundation under one or more agreements.
33
// The .NET Foundation licenses this file to you under the MIT license.
44
// See the LICENSE file in the project root for full license information.

samples/LoginApp.Avalonia/Views/SignUpView.axaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2022 .NET Foundation and Contributors. All rights reserved.
1+
// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved.
22
// Licensed to the .NET Foundation under one or more agreements.
33
// The .NET Foundation licenses this file to you under the MIT license.
44
// See the LICENSE file in the project root for full license information.

samples/LoginApp.Uwp.sln

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio Version 16
4-
VisualStudioVersion = 16.0.30413.136
3+
# Visual Studio Version 17
4+
VisualStudioVersion = 17.9.34728.123
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{3465E22A-2B94-448B-BF5E-37E464BF62D5}"
77
ProjectSection(SolutionItems) = preProject
88
..\.editorconfig = ..\.editorconfig
99
..\.gitignore = ..\.gitignore
10-
..\src\analyzers.ruleset = ..\src\analyzers.ruleset
1110
Directory.build.props = Directory.build.props
1211
..\src\stylecop.json = ..\src\stylecop.json
1312
EndProjectSection

samples/LoginApp.WinForms.sln

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio Version 16
4-
VisualStudioVersion = 16.0.30413.136
3+
# Visual Studio Version 17
4+
VisualStudioVersion = 17.9.34728.123
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{3465E22A-2B94-448B-BF5E-37E464BF62D5}"
77
ProjectSection(SolutionItems) = preProject
88
..\.editorconfig = ..\.editorconfig
99
..\.gitignore = ..\.gitignore
10-
..\src\analyzers.ruleset = ..\src\analyzers.ruleset
1110
Directory.build.props = Directory.build.props
1211
..\src\stylecop.json = ..\src\stylecop.json
1312
EndProjectSection

samples/LoginApp.WinForms/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2022 .NET Foundation and Contributors. All rights reserved.
1+
// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved.
22
// Licensed to the .NET Foundation under one or more agreements.
33
// The .NET Foundation licenses this file to you under the MIT license.
44
// See the LICENSE file in the project root for full license information.

samples/LoginApp.WinForms/Services/WindowsUserDialogs.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2022 .NET Foundation and Contributors. All rights reserved.
1+
// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved.
22
// Licensed to the .NET Foundation under one or more agreements.
33
// The .NET Foundation licenses this file to you under the MIT license.
44
// See the LICENSE file in the project root for full license information.

0 commit comments

Comments
 (0)