Skip to content

Commit 60a2262

Browse files
authored
Update Copyright
1 parent 78fedc4 commit 60a2262

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

DocFx.AspNetCore.ServerSentEvents/docfx.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"dest": "wwwroot",
4444
"globalMetadata": {
4545
"_appTitle": "Lib.AspNetCore.ServerSentEvents",
46-
"_appFooter": "Copyright © 2017 - 2024 Tomasz Pęczek",
46+
"_appFooter": "Copyright © 2017 - 2025 Tomasz Pęczek",
4747
"_appLogoPath": "resources/svg/logo.svg",
4848
"_appFaviconPath": "resources/ico/favicon.ico",
4949
"_disableBreadcrumb": true,

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

Lib.AspNetCore.ServerSentEvents/Lib.AspNetCore.ServerSentEvents.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.AspNetCore.ServerSentEvents is a library which provides Server-Sent Events (SSE) support for ASP.NET Core</Description>
4-
<Copyright>Copyright © 2017 - 2024 Tomasz Pęczek</Copyright>
4+
<Copyright>Copyright © 2017 - 2025 Tomasz Pęczek</Copyright>
55
<VersionPrefix>9.0.0</VersionPrefix>
66
<VersionSuffix></VersionSuffix>
77
<Authors>Tomasz Pęczek</Authors>

README.md

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

3636
## Copyright and License
3737

38-
Copyright © 2017 - 2024 Tomasz Pęczek
38+
Copyright © 2017 - 2025 Tomasz Pęczek
3939

4040
Licensed under the [MIT License](https://github.com/tpeczek/Lib.AspNetCore.ServerSentEvents/blob/master/LICENSE.md)

0 commit comments

Comments
 (0)