Skip to content

Commit 935a8ac

Browse files
committed
Update copy
1 parent 9556da8 commit 935a8ac

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<Product>Exceptionless</Product>
66
<MinVerSkip Condition="'$(Configuration)' == 'Debug'">true</MinVerSkip>
77
<MinVerTagPrefix>v</MinVerTagPrefix>
8-
<Copyright>Copyright (c) 2024 Exceptionless. All rights reserved.</Copyright>
8+
<Copyright>Copyright (c) 2025 Exceptionless. All rights reserved.</Copyright>
99
<RepositoryUrl>https://github.com/exceptionless/exceptionless</RepositoryUrl>
1010
<Authors>Exceptionless</Authors>
1111
<NoWarn>$(NoWarn);CS1591;</NoWarn>

src/Exceptionless.Web/ClientApp.angular/app/app.tpl.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
></a>
3131
</span>
3232
<span class="visible-xs">
33-
&copy; 2024 <a href="https://exceptionless.com" target="_blank">Exceptionless</a>
33+
&copy; 2025 <a href="https://exceptionless.com" target="_blank">Exceptionless</a>
3434
<a
3535
href="https://exceptionless.com/privacy/"
3636
target="_blank"
@@ -43,7 +43,7 @@
4343
>
4444
</span>
4545
<span class="hidden-xs">
46-
&copy; 2024 <a href="https://exceptionless.com" target="_blank">Exceptionless</a>
46+
&copy; 2025 <a href="https://exceptionless.com" target="_blank">Exceptionless</a>
4747
<a href="https://exceptionless.com/news/" target="_blank" class="m-l-sm text-muted">News</a>
4848
<a href="https://exceptionless.com/privacy/" target="_blank" class="m-l-sm text-muted">Privacy Policy</a>
4949
<a href="https://exceptionless.com/terms/" target="_blank" class="m-l-sm text-muted">Terms of Use</a>

0 commit comments

Comments
 (0)