Skip to content

Commit 722cc01

Browse files
authored
Update Copyright
1 parent 89e6b7b commit 722cc01

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

LICENSE.md

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 - 2023 Tomasz Pęczek
3+
Copyright (c) 2018 - 2024 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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@ My blog and open source projects are result of my passion for software developme
4848

4949
## Copyright and License
5050

51-
Copyright © 2018 - 2023 Tomasz Pęczek
51+
Copyright © 2018 - 2024 Tomasz Pęczek
5252

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"dest": "wwwroot",
4343
"globalMetadata": {
4444
"_appTitle": "Lib.Net.Http.WebPush",
45-
"_appFooter": "Copyright © 2018 - 2023 Tomasz Pęczek",
45+
"_appFooter": "Copyright © 2018 - 2024 Tomasz Pęczek",
4646
"_appLogoPath": "resources/svg/logo.svg",
4747
"_appFaviconPath": "resources/ico/favicon.ico",
4848
"_disableBreadcrumb": true,

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

Lines changed: 1 addition & 1 deletion
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 - 2023 Tomasz Pęczek</Copyright>
5+
<Copyright>Copyright © 2019 - 2024 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.WebJobs.Extensions.WebPush/Lib.Azure.WebJobs.Extensions.WebPush.csproj

Lines changed: 1 addition & 1 deletion
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 - 2023 Tomasz Pęczek</Copyright>
5+
<Copyright>Copyright © 2019 - 2024 Tomasz Pęczek</Copyright>
66
<VersionPrefix>1.4.1</VersionPrefix>
77
<Authors>Tomasz Pęczek</Authors>
88
<TargetFramework>netstandard2.0</TargetFramework>

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

Lines changed: 1 addition & 1 deletion
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 - 2023 Tomasz Pęczek</Copyright>
4+
<Copyright>Copyright © 2018 - 2024 Tomasz Pęczek</Copyright>
55
<VersionPrefix>3.2.1</VersionPrefix>
66
<Authors>Tomasz Pęczek</Authors>
77
<TargetFrameworks>net451;net461;netstandard2.0;net5.0;net6.0</TargetFrameworks>

0 commit comments

Comments
 (0)