Browse Source

Corrected licence

yhirose 6 years ago
parent
commit
8098f88c90
4 changed files with 8 additions and 8 deletions
  1. 2 2
      example/client.cc
  2. 2 2
      example/hello.cc
  3. 2 2
      example/server.cc
  4. 2 2
      example/simplesvr.cc

+ 2 - 2
example/client.cc

@@ -1,8 +1,8 @@
 //
 //
 //  client.cc
 //  client.cc
 //
 //
-//  Copyright (c) 2012 Yuji Hirose. All rights reserved.
-//  The Boost Software License 1.0
+//  Copyright (c) 2019 Yuji Hirose. All rights reserved.
+//  MIT License
 //
 //
 
 
 #include <httplib.h>
 #include <httplib.h>

+ 2 - 2
example/hello.cc

@@ -1,8 +1,8 @@
 //
 //
 //  hello.cc
 //  hello.cc
 //
 //
-//  Copyright (c) 2012 Yuji Hirose. All rights reserved.
-//  The Boost Software License 1.0
+//  Copyright (c) 2019 Yuji Hirose. All rights reserved.
+//  MIT License
 //
 //
 
 
 #include <httplib.h>
 #include <httplib.h>

+ 2 - 2
example/server.cc

@@ -1,8 +1,8 @@
 //
 //
 //  sample.cc
 //  sample.cc
 //
 //
-//  Copyright (c) 2012 Yuji Hirose. All rights reserved.
-//  The Boost Software License 1.0
+//  Copyright (c) 2019 Yuji Hirose. All rights reserved.
+//  MIT License
 //
 //
 
 
 #include <chrono>
 #include <chrono>

+ 2 - 2
example/simplesvr.cc

@@ -1,8 +1,8 @@
 //
 //
 //  simplesvr.cc
 //  simplesvr.cc
 //
 //
-//  Copyright (c) 2013 Yuji Hirose. All rights reserved.
-//  The Boost Software License 1.0
+//  Copyright (c) 2019 Yuji Hirose. All rights reserved.
+//  MIT License
 //
 //
 
 
 #include <cstdio>
 #include <cstdio>