mirror of
https://github.com/yhirose/cpp-httplib.git
synced 2026-01-19 04:52:08 +00:00
Update copyright year
This commit is contained in:
@@ -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
|
||||||
-----------------
|
-----------------
|
||||||
|
|||||||
@@ -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
|
||||||
//
|
//
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
//
|
//
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
//
|
//
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
//
|
//
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
//
|
//
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
//
|
//
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
//
|
//
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
//
|
//
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
//
|
//
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
//
|
//
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user