Skip to content

Commit a9edb6a

Browse files
committed
updated year
1 parent 1fe77e7 commit a9edb6a

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

YAF.SampleApp/Areas/Chat/Pages/Shared/_Layout.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868

6969
<footer class="border-top footer text-muted">
7070
<div class="container">
71-
&copy; 2024 - YAF.SampleApp
71+
&copy; @(DateTime.UtcNow.Year) - YAF.SampleApp
7272
</div>
7373
</footer>
7474

YAF.SampleApp/Areas/Forums/Pages/Shared/_Layout.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@
236236

237237
<footer class="border-top footer text-muted">
238238
<div class="container">
239-
&copy; 2024 - YAF.SampleApp
239+
&copy; @(DateTime.UtcNow.Year) - YAF.SampleApp
240240
</div>
241241
</footer>
242242

YAF.SampleApp/Pages/Index.cshtml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* Yet Another Forum.NET
22
* Copyright (C) 2003-2005 Bjørnar Henden
33
* Copyright (C) 2006-2013 Jaben Cargman
4-
* Copyright (C) 2014-2024 Ingo Herbote
4+
* Copyright (C) 2014-2026 Ingo Herbote
55
* https://www.yetanotherforum.net/
66
*
77
* Licensed to the Apache Software Foundation (ASF) under one

YAF.SampleApp/Pages/Shared/_Layout.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777

7878
<footer class="border-top footer text-muted">
7979
<div class="container">
80-
&copy; 2024 - YAF.SampleApp
80+
&copy; @(DateTime.UtcNow.Year) - YAF.SampleApp
8181
</div>
8282
</footer>
8383

YAF.SampleApp/Pages/_Host.cshtml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* Yet Another Forum.NET
22
* Copyright (C) 2003-2005 Bjørnar Henden
33
* Copyright (C) 2006-2013 Jaben Cargman
4-
* Copyright (C) 2014-2024 Ingo Herbote
4+
* Copyright (C) 2014-2026 Ingo Herbote
55
* https://www.yetanotherforum.net/
66
*
77
* Licensed to the Apache Software Foundation (ASF) under one

YAF.SampleApp/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* Yet Another Forum.NET
22
* Copyright (C) 2003-2005 Bjørnar Henden
33
* Copyright (C) 2006-2013 Jaben Cargman
4-
* Copyright (C) 2014-2024 Ingo Herbote
4+
* Copyright (C) 2014-2026 Ingo Herbote
55
* https://www.yetanotherforum.net/
66
*
77
* Licensed to the Apache Software Foundation (ASF) under one

0 commit comments

Comments
 (0)