Skip to content

Commit 2debdbf

Browse files
committed
Update copyright year
1 parent 07c96bd commit 2debdbf

11 files changed

Lines changed: 15 additions & 15 deletions

File tree

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2018-2025 Radzen Ltd
3+
Copyright (c) 2018-2026 Radzen Ltd
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

Radzen.Blazor/LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2018-2025 Radzen Ltd
3+
Copyright (c) 2018-2026 Radzen Ltd
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

Radzen.Blazor/RadzenLayout.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ namespace Radzen.Blazor
2727
/// @Body
2828
/// </RadzenBody>
2929
/// <RadzenFooter>
30-
/// © 2025 My Company
30+
/// © 2026 My Company
3131
/// </RadzenFooter>
3232
/// </RadzenLayout>
3333
/// </code>

Radzen.Blazor/RadzenTimeline.razor.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ namespace Radzen.Blazor
2222
/// &lt;PointContent&gt;&lt;RadzenIcon Icon="check_circle" /&gt;&lt;/PointContent&gt;
2323
/// &lt;ChildContent&gt;
2424
/// &lt;RadzenText TextStyle="TextStyle.H6"&gt;Order Placed&lt;/RadzenText&gt;
25-
/// &lt;RadzenText&gt;January 1, 2025&lt;/RadzenText&gt;
25+
/// &lt;RadzenText&gt;January 1, 2026&lt;/RadzenText&gt;
2626
/// &lt;/ChildContent&gt;
2727
/// &lt;/RadzenTimelineItem&gt;
2828
/// &lt;RadzenTimelineItem&gt;
2929
/// &lt;PointContent&gt;&lt;RadzenIcon Icon="local_shipping" /&gt;&lt;/PointContent&gt;
3030
/// &lt;ChildContent&gt;
3131
/// &lt;RadzenText TextStyle="TextStyle.H6"&gt;Shipped&lt;/RadzenText&gt;
32-
/// &lt;RadzenText&gt;January 2, 2025&lt;/RadzenText&gt;
32+
/// &lt;RadzenText&gt;January 2, 2026&lt;/RadzenText&gt;
3333
/// &lt;/ChildContent&gt;
3434
/// &lt;/RadzenTimelineItem&gt;
3535
/// &lt;/Items&gt;

Radzen.DocFX/templates/radzen/partials/_footer.liquid

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
{%- if _appFooter -%}
99
{{_appFooter}}
1010
{%- else -%}
11-
<span>Radzen Blazor Components, © 2018-2025 Radzen. <a href="https://github.com/radzenhq/radzen-blazor" target="_blank">Source Code</a> licensed under <a href="https://github.com/radzenhq/radzen-blazor/blob/master/LICENSE" target="_blank">MIT</a></span>
11+
<span>Radzen Blazor Components, © 2018-2026 Radzen. <a href="https://github.com/radzenhq/radzen-blazor" target="_blank">Source Code</a> licensed under <a href="https://github.com/radzenhq/radzen-blazor/blob/master/LICENSE" target="_blank">MIT</a></span>
1212
{%- endif -%}
1313
</div>
1414
</div>

Radzen.DocFX/templates/radzen/partials/footer.tmpl.partial

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<a href="#top">{{__global.backToTop}}</a>
88
</span>
99
{{{_appFooter}}}
10-
{{^_appFooter}}<span>Radzen Blazor Components, © 2018-2025 Radzen. <a href="https://github.com/radzenhq/radzen-blazor" target="_blank">Source Code</a> licensed under <a href="https://github.com/radzenhq/radzen-blazor/blob/master/LICENSE" target="_blank">MIT</a></span>{{/_appFooter}}
10+
{{^_appFooter}}<span>Radzen Blazor Components, © 2018-2026 Radzen. <a href="https://github.com/radzenhq/radzen-blazor" target="_blank">Source Code</a> licensed under <a href="https://github.com/radzenhq/radzen-blazor/blob/master/LICENSE" target="_blank">MIT</a></span>{{/_appFooter}}
1111
</div>
1212
</div>
1313
</footer>

RadzenBlazorDemos/Pages/Index.razor

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@
219219
<RadzenPanelMenuItem Text="Settings" Icon="settings" Click="@(() => OnMenuItemClick("Settings"))" />
220220
</RadzenPanelMenu>
221221
<RadzenText TextStyle="TextStyle.Caption" class="rz-ms-6 rz-text-tertiary-color">Radzen Tasks v1.0.0</RadzenText>
222-
<RadzenText TextStyle="TextStyle.Caption" class="rz-mb-6 rz-ms-6 rz-text-tertiary-color">Copyright Ⓒ 2025</RadzenText>
222+
<RadzenText TextStyle="TextStyle.Caption" class="rz-mb-6 rz-ms-6 rz-text-tertiary-color">Copyright Ⓒ 2026</RadzenText>
223223
</RadzenStack>
224224
</RadzenSidebar>
225225
</RadzenLayout>
@@ -522,7 +522,7 @@
522522
<RadzenStack Orientation="Orientation.Vertical" JustifyContent="JustifyContent.Center" class="copyright">
523523
<RadzenLink Path="https://www.radzen.com" title="Create .NET Core web applications fast & easy" target="_blank"><img alt="Easier than you think" src="images/easier-than-you-think.svg" /></RadzenLink>
524524
<p class="rz-mt-12">
525-
Radzen Blazor Components, &copy; 2018-2025 Radzen.<br />
525+
Radzen Blazor Components, &copy; 2018-2026 Radzen.<br />
526526
<RadzenLink Path="https://github.com/radzenhq/radzen-blazor" Text="Source Code" target="_blank" /> licensed under
527527
<RadzenLink Path="https://github.com/radzenhq/radzen-blazor/blob/master/LICENSE" Text="MIT" target="_blank" />.
528528
</p>

RadzenBlazorDemos/Pages/TocConfig.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
HTML heading content
5252
</RadzenText>
5353
<RadzenText TextStyle="TextStyle.Subtitle1" class="rz-py-12">
54-
Copyright &copy; 2025 Radzen Ltd. All rights reserved.
54+
Copyright &copy; 2026 Radzen Ltd. All rights reserved.
5555
</RadzenText>
5656
</RadzenColumn>
5757
<RadzenColumn Size="8" SizeSM="6" SizeMD="4" SizeLG="3" Order="1" OrderSM="2">

RadzenBlazorDemos/Pages/TocOrientation.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
HTML heading content
5454
</RadzenText>
5555
<RadzenText TextStyle="TextStyle.Subtitle1" class="rz-py-12">
56-
Copyright &copy; 2025 Radzen Ltd. All rights reserved.
56+
Copyright &copy; 2026 Radzen Ltd. All rights reserved.
5757
</RadzenText>
5858
</RadzenColumn>
5959
<RadzenColumn Size="8" SizeSM="6" SizeMD="4" SizeLG="3" Order="1" OrderSM="2">

RadzenBlazorDemos/Pages/UIBlocksFooterPage.razor

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
</RadzenRow>
7373
<RadzenRow class="rz-border-top rz-border-color-base-800 rz-mt-12 rz-pt-8">
7474
<RadzenColumn Size="12" Style="height: fit-content">
75-
<RadzenText Text="Copyright &copy; 2025, Company Name Inc. All rights reserved." TextStyle="Radzen.Blazor.TextStyle.Body2" class="rz-m-0 rz-text-disabled-color" />
75+
<RadzenText Text="Copyright &copy; 2026, Company Name Inc. All rights reserved." TextStyle="Radzen.Blazor.TextStyle.Body2" class="rz-m-0 rz-text-disabled-color" />
7676
</RadzenColumn>
7777
</RadzenRow>
7878
</section>
@@ -105,7 +105,7 @@
105105
<RadzenLink Text="Partners" Path="/ui-blocks-footers" class="rz-text-tertiary-color"></RadzenLink>
106106
<RadzenLink Text="Company" Path="/ui-blocks-footers" class="rz-text-tertiary-color"></RadzenLink>
107107
</RadzenStack>
108-
<RadzenText Text="Copyright &copy; 2025, Company Name Inc. All rights reserved." TextStyle="Radzen.Blazor.TextStyle.Body2" class="rz-text-disabled-color rz-my-12" TextAlign="Radzen.TextAlign.Center" />
108+
<RadzenText Text="Copyright &copy; 2026, Company Name Inc. All rights reserved." TextStyle="Radzen.Blazor.TextStyle.Body2" class="rz-text-disabled-color rz-my-12" TextAlign="Radzen.TextAlign.Center" />
109109
</RadzenColumn>
110110
</RadzenRow>
111111
</RadzenTabsItem>
@@ -127,7 +127,7 @@
127127
<RadzenTabsItem Text="Theme's default">
128128
<RadzenRow class="rz-w-100 rz-mx-auto rz-p-6 rz-p-sm-12 " >
129129
<RadzenColumn Size="12">
130-
<RadzenText Text="Copyright &copy; 2025, Company Name Inc. All rights reserved." TextStyle="Radzen.Blazor.TextStyle.Body2" class="rz-m-0 rz-text-tertiary-color" />
130+
<RadzenText Text="Copyright &copy; 2026, Company Name Inc. All rights reserved." TextStyle="Radzen.Blazor.TextStyle.Body2" class="rz-m-0 rz-text-tertiary-color" />
131131
</RadzenColumn>
132132
</RadzenRow>
133133
</RadzenTabsItem>

0 commit comments

Comments
 (0)