From 8098f88c90019b79a0d19378f115a92302293616 Mon Sep 17 00:00:00 2001 From: yhirose Date: Thu, 27 Jun 2019 21:48:57 -0400 Subject: [PATCH] Corrected licence --- example/client.cc | 4 ++-- example/hello.cc | 4 ++-- example/server.cc | 4 ++-- example/simplesvr.cc | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/example/client.cc b/example/client.cc index 21f071a..926f210 100644 --- a/example/client.cc +++ b/example/client.cc @@ -1,8 +1,8 @@ // // 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 diff --git a/example/hello.cc b/example/hello.cc index 183cb81..1ef6b98 100644 --- a/example/hello.cc +++ b/example/hello.cc @@ -1,8 +1,8 @@ // // 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 diff --git a/example/server.cc b/example/server.cc index 85b5a87..1c347f5 100644 --- a/example/server.cc +++ b/example/server.cc @@ -1,8 +1,8 @@ // // 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 diff --git a/example/simplesvr.cc b/example/simplesvr.cc index 8d619cd..a644983 100644 --- a/example/simplesvr.cc +++ b/example/simplesvr.cc @@ -1,8 +1,8 @@ // // 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