Browse Source

Update copyright year

yhirose 11 months ago
parent
commit
929dfbd348
5 changed files with 5 additions and 5 deletions
  1. 1 1
      README.md
  2. 1 1
      benchmark/cpp-httplib-base/httplib.h
  3. 1 1
      docker/main.cc
  4. 1 1
      example/server_and_client.cc
  5. 1 1
      httplib.h

+ 1 - 1
README.md

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

+ 1 - 1
benchmark/cpp-httplib-base/httplib.h

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

+ 1 - 1
docker/main.cc

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

+ 1 - 1
example/server_and_client.cc

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

+ 1 - 1
httplib.h

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