Skip to content

Commit 0315bc1

Browse files
NFC-99 Update licence dates
Signed-off-by: Sander Kondratjev <[email protected]>
1 parent 885e180 commit 0315bc1

32 files changed

+50
-32
lines changed

example/src/WebEid.AspNetCore.Example/Controllers/Api/MobileAuthInitController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2021-2024 Estonian Information System Authority
1+
// Copyright (c) 2025-2025 Estonian Information System Authority
22
//
33
// Permission is hereby granted, free of charge, to any person obtaining a copy of
44
// this software and associated documentation files (the "Software"), to deal in

example/src/WebEid.AspNetCore.Example/Controllers/Api/MobileAuthLoginController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2021-2024 Estonian Information System Authority
1+
// Copyright (c) 2025-2025 Estonian Information System Authority
22
//
33
// Permission is hereby granted, free of charge, to any person obtaining a copy of
44
// this software and associated documentation files (the "Software"), to deal in

example/src/WebEid.AspNetCore.Example/Controllers/Api/SignController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2021-2024 Estonian Information System Authority
1+
// Copyright (c) 2021-2025 Estonian Information System Authority
22
//
33
// Permission is hereby granted, free of charge, to any person obtaining a copy of
44
// this software and associated documentation files (the "Software"), to deal in

example/src/WebEid.AspNetCore.Example/Dto/AuthenticateRequestDto.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2021-2024 Estonian Information System Authority
1+
// Copyright (c) 2021-2025 Estonian Information System Authority
22
//
33
// Permission is hereby granted, free of charge, to any person obtaining a copy of
44
// this software and associated documentation files (the "Software"), to deal in

example/src/WebEid.AspNetCore.Example/Options/WebEidMobileOptions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2021-2024 Estonian Information System Authority
1+
// Copyright (c) 2025-2025 Estonian Information System Authority
22
//
33
// Permission is hereby granted, free of charge, to any person obtaining a copy of
44
// this software and associated documentation files (the "Software"), to deal in

example/src/WebEid.AspNetCore.Example/Pages/WebEidCallback.cshtml.cs

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,22 @@
1-

1+
// Copyright (c) 2025-2025 Estonian Information System Authority
2+
//
3+
// Permission is hereby granted, free of charge, to any person obtaining a copy of
4+
// this software and associated documentation files (the "Software"), to deal in
5+
// the Software without restriction, including without limitation the rights to
6+
// use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
7+
// the Software, and to permit persons to whom the Software is furnished to do so,
8+
// subject to the following conditions:
9+
//
10+
// The above copyright notice and this permission notice shall be included in all
11+
// copies or substantial portions of the Software.
12+
//
13+
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14+
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
15+
// FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
16+
// COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
17+
// IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
18+
// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
19+
220
namespace WebEid.AspNetCore.Example.Pages
321
{
422
using Microsoft.AspNetCore.Mvc.RazorPages;

example/src/WebEid.AspNetCore.Example/Pages/WebEidLogin.cshtml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2021-2024 Estonian Information System Authority
1+
// Copyright (c) 2025-2025 Estonian Information System Authority
22
//
33
// Permission is hereby granted, free of charge, to any person obtaining a copy of
44
// this software and associated documentation files (the "Software"), to deal in

example/src/WebEid.AspNetCore.Example/Signing/MobileSigningService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2021-2024 Estonian Information System Authority
1+
// Copyright (c) 2025-2025 Estonian Information System Authority
22
//
33
// Permission is hereby granted, free of charge, to any person obtaining a copy of
44
// this software and associated documentation files (the "Software"), to deal in

example/src/WebEid.AspNetCore.Example/Startup.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2021-2024 Estonian Information System Authority
1+
// Copyright (c) 2021-2025 Estonian Information System Authority
22
//
33
// Permission is hereby granted, free of charge, to any person obtaining a copy of
44
// this software and associated documentation files (the "Software"), to deal in

example/src/WebEid.AspNetCore.Example/WebEid.AspNetCore.Example.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.21.0" />
2121
<PackageReference Include="System.Runtime.Caching" Version="8.0.1" />
2222
<PackageReference Include="System.Text.Json" Version="8.0.5" />
23-
<PackageReference Include="WebEid.Security" Version="1.2.0" />
23+
<ProjectReference Include="..\..\..\src\WebEid.Security\WebEid.Security.csproj" />
2424
</ItemGroup>
2525

2626
<ItemGroup>

0 commit comments

Comments
 (0)