Skip to content

Commit 49bad67

Browse files
authored
Update Copyright
1 parent 1e83c90 commit 49bad67

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

LICENSE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2018 - 2024 Tomasz Pęczek
3+
Copyright (c) 2018 - 2025 Tomasz Pęczek
44

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

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,6 @@ My blog and open source projects are result of my passion for software developme
5757

5858
## Copyright and License
5959

60-
Copyright © 2018 - 2024 Tomasz Pęczek
60+
Copyright © 2018 - 2025 Tomasz Pęczek
6161

6262
Licensed under the [MIT License](https://github.com/tpeczek/Lib.Net.Http.WebPush/blob/master/LICENSE.md)

docs/DocFx.Net.Http.WebPush/docfx.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"dest": "wwwroot",
4444
"globalMetadata": {
4545
"_appTitle": "Lib.Net.Http.WebPush",
46-
"_appFooter": "Copyright © 2018 - 2024 Tomasz Pęczek",
46+
"_appFooter": "Copyright © 2018 - 2025 Tomasz Pęczek",
4747
"_appLogoPath": "resources/svg/logo.svg",
4848
"_appFaviconPath": "resources/ico/favicon.ico",
4949
"_disableBreadcrumb": true,

src/Lib.AspNetCore.WebPush/Lib.AspNetCore.WebPush.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<Description>This package contains ASP.NET Core extensions for Web Push Protocol based client for Push Service.</Description>
44
<Tags>AspNetCore WebPush</Tags>
5-
<Copyright>Copyright © 2019 - 2024 Tomasz Pęczek</Copyright>
5+
<Copyright>Copyright © 2019 - 2025 Tomasz Pęczek</Copyright>
66
<VersionPrefix>2.2.1</VersionPrefix>
77
<Authors>Tomasz Pęczek</Authors>
88
<TargetFrameworks>netcoreapp3.1;net5.0;net6.0;net461</TargetFrameworks>

src/Lib.Azure.Functions.Worker.Extensions.WebPush/Lib.Azure.Functions.Worker.Extensions.WebPush.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<Description>This package contains Azure Functions isolated worker model extensions for Web Push Protocol based client for Push Service.</Description>
44
<Tags>Azure AzureFunctions IsolatedWorker WebPush</Tags>
5-
<Copyright>Copyright © 2024 Tomasz Pęczek</Copyright>
5+
<Copyright>Copyright © 2024 - 2025 Tomasz Pęczek</Copyright>
66
<VersionPrefix>1.0.0</VersionPrefix>
77
<Authors>Tomasz Pęczek</Authors>
88
<TargetFramework>net6.0</TargetFramework>

src/Lib.Azure.WebJobs.Extensions.WebPush/Lib.Azure.WebJobs.Extensions.WebPush.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<Description>This package contains Azure Functions and Azure WebJobs binding extensions for Web Push Protocol based client for Push Service.</Description>
44
<Tags>Azure WebJobs AzureFunctions WebPush</Tags>
5-
<Copyright>Copyright © 2019 - 2024 Tomasz Pęczek</Copyright>
5+
<Copyright>Copyright © 2019 - 2025 Tomasz Pęczek</Copyright>
66
<VersionPrefix>1.5.0</VersionPrefix>
77
<Authors>Tomasz Pęczek</Authors>
88
<TargetFramework>netstandard2.0</TargetFramework>

src/Lib.Net.Http.WebPush/Lib.Net.Http.WebPush.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<Description>Lib.Net.Http.WebPush is a library which provides a Web Push Protocol based client for Push Service.</Description>
4-
<Copyright>Copyright © 2018 - 2024 Tomasz Pęczek</Copyright>
4+
<Copyright>Copyright © 2018 - 2025 Tomasz Pęczek</Copyright>
55
<VersionPrefix>3.3.0</VersionPrefix>
66
<Authors>Tomasz Pęczek</Authors>
77
<TargetFrameworks>net451;net461;netstandard2.0;net5.0;net6.0</TargetFrameworks>

0 commit comments

Comments
 (0)