Skip to content

Commit fc9b223

Browse files
committed
Updated copyright year
1 parent ba82408 commit fc9b223

File tree

3 files changed

+2
-9
lines changed

3 files changed

+2
-9
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -781,7 +781,7 @@ Note: Windows 8 or lower and Cygwin on Windows are not supported.
781781
License
782782
-------
783783

784-
MIT license (© 2020 Yuji Hirose)
784+
MIT license (© 2021 Yuji Hirose)
785785

786786
Special Thanks To
787787
-----------------

example/ssesvr.cc

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
//
2-
// sse.cc
3-
//
4-
// Copyright (c) 2020 Yuji Hirose. All rights reserved.
5-
// MIT License
6-
//
7-
81
#include <atomic>
92
#include <chrono>
103
#include <condition_variable>

httplib.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// httplib.h
33
//
4-
// Copyright (c) 2020 Yuji Hirose. All rights reserved.
4+
// Copyright (c) 2021 Yuji Hirose. All rights reserved.
55
// MIT License
66
//
77

0 commit comments

Comments
 (0)