Skip to content

Commit 531d41a

Browse files
github-actions[bot]github-actions
andauthored
Update license copyright year(s) (#308)
* docs(license): update copyright year(s) * docs(license): update copyright year(s) --------- Co-authored-by: github-actions <github-actions@github.com>
1 parent b927c5a commit 531d41a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<Authors>Mattias Kindborg</Authors>
77
<Company>FantasticFiasco</Company>
88
<Product>MVVM Dialogs</Product>
9-
<Copyright>Copyright © 2009-2024 MVVM Dialogs contributors</Copyright>
9+
<Copyright>Copyright © 2009-2025 MVVM Dialogs contributors</Copyright>
1010
<LangVersion>latest</LangVersion>
1111
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
1212
</PropertyGroup>

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ Apache License
175175

176176
END OF TERMS AND CONDITIONS
177177

178-
Copyright 2009-2024 Mattias Kindborg
178+
Copyright 2009-2025 Mattias Kindborg
179179

180180
Licensed under the Apache License, Version 2.0 (the "License");
181181
you may not use this file except in compliance with the License.

MvvmDialogs.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<license type="expression">Apache-2.0</license>
1010
<projectUrl>https://github.com/FantasticFiasco/mvvm-dialogs</projectUrl>
1111
<icon>images\icon_64x64.png</icon>
12-
<copyright>Copyright © 2009-2024 MVVM Dialogs contributors</copyright>
12+
<copyright>Copyright © 2009-2025 MVVM Dialogs contributors</copyright>
1313
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1414
<description>Framework simplifying the concept of opening dialogs from a view model when using MVVM in WPF.</description>
1515
<releaseNotes>For release notes, please see the change log on GitHub.</releaseNotes>

SolutionInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// associated with an assembly.
66
[assembly: AssemblyCompany("FantasticFiasco")]
77
[assembly: AssemblyProduct("MVVM Dialogs")]
8-
[assembly: AssemblyCopyright("Copyright © 2009-2024 MVVM Dialogs contributors")]
8+
[assembly: AssemblyCopyright("Copyright © 2009-2025 MVVM Dialogs contributors")]
99
[assembly: AssemblyTrademark("")]
1010
[assembly: AssemblyCulture("")]
1111

0 commit comments

Comments
 (0)