Skip to content

Commit 076734c

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

31 files changed

+49
-31
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

src/WebEid.Security.Tests/TestUtils/AbstractTestWithValidator.cs

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

0 commit comments

Comments
 (0)