Update copyright year

This commit is contained in:
yhirose
2025-12-31 22:18:11 -05:00
parent f85f30a637
commit 40f7985e02
13 changed files with 13 additions and 13 deletions

View File

@@ -1350,7 +1350,7 @@ Include `httplib.h` before `Windows.h` or include `Windows.h` by defining `WIN32
License License
------- -------
MIT license (© 2025 Yuji Hirose) MIT license (© 2026 Yuji Hirose)
Special Thanks To Special Thanks To
----------------- -----------------

View File

@@ -1,7 +1,7 @@
// //
// main.cc // main.cc
// //
// Copyright (c) 2025 Yuji Hirose. All rights reserved. // Copyright (c) 2026 Yuji Hirose. All rights reserved.
// MIT License // MIT License
// //

View File

@@ -1,7 +1,7 @@
// //
// client.cc // client.cc
// //
// Copyright (c) 2019 Yuji Hirose. All rights reserved. // Copyright (c) 2026 Yuji Hirose. All rights reserved.
// MIT License // MIT License
// //

View File

@@ -1,7 +1,7 @@
// //
// hello.cc // hello.cc
// //
// Copyright (c) 2019 Yuji Hirose. All rights reserved. // Copyright (c) 2026 Yuji Hirose. All rights reserved.
// MIT License // MIT License
// //

View File

@@ -1,7 +1,7 @@
// //
// redirect.cc // redirect.cc
// //
// Copyright (c) 2019 Yuji Hirose. All rights reserved. // Copyright (c) 2026 Yuji Hirose. All rights reserved.
// MIT License // MIT License
// //

View File

@@ -1,7 +1,7 @@
// //
// sample.cc // sample.cc
// //
// Copyright (c) 2019 Yuji Hirose. All rights reserved. // Copyright (c) 2026 Yuji Hirose. All rights reserved.
// MIT License // MIT License
// //

View File

@@ -1,7 +1,7 @@
// //
// server_and_client.cc // server_and_client.cc
// //
// Copyright (c) 2025 Yuji Hirose. All rights reserved. // Copyright (c) 2026 Yuji Hirose. All rights reserved.
// MIT License // MIT License
// //

View File

@@ -1,7 +1,7 @@
// //
// simplecli.cc // simplecli.cc
// //
// Copyright (c) 2019 Yuji Hirose. All rights reserved. // Copyright (c) 2026 Yuji Hirose. All rights reserved.
// MIT License // MIT License
// //

View File

@@ -1,7 +1,7 @@
// //
// simplesvr.cc // simplesvr.cc
// //
// Copyright (c) 2019 Yuji Hirose. All rights reserved. // Copyright (c) 2026 Yuji Hirose. All rights reserved.
// MIT License // MIT License
// //

View File

@@ -1,7 +1,7 @@
// //
// ssecli-stream.cc // ssecli-stream.cc
// //
// Copyright (c) 2025 Yuji Hirose. All rights reserved. // Copyright (c) 2026 Yuji Hirose. All rights reserved.
// MIT License // MIT License
// //
// SSE (Server-Sent Events) client example using Streaming API // SSE (Server-Sent Events) client example using Streaming API

View File

@@ -1,7 +1,7 @@
// //
// ssecli.cc // ssecli.cc
// //
// Copyright (c) 2019 Yuji Hirose. All rights reserved. // Copyright (c) 2026 Yuji Hirose. All rights reserved.
// MIT License // MIT License
// //

View File

@@ -1,7 +1,7 @@
// //
// upload.cc // upload.cc
// //
// Copyright (c) 2019 Yuji Hirose. All rights reserved. // Copyright (c) 2026 Yuji Hirose. All rights reserved.
// MIT License // MIT License
// //

View File

@@ -1,7 +1,7 @@
// //
// httplib.h // httplib.h
// //
// Copyright (c) 2025 Yuji Hirose. All rights reserved. // Copyright (c) 2026 Yuji Hirose. All rights reserved.
// MIT License // MIT License
// //