From 614d02e4620d5af5e4cdc654d9ac59cde86eb51f Mon Sep 17 00:00:00 2001 From: Alex Hultman Date: Mon, 7 Jan 2019 11:30:57 +0100 Subject: [PATCH] Not my problem --- README.md | 2 +- src/App.h | 3 ++- src/AsyncSocket.h | 3 ++- src/AsyncSocketData.h | 3 ++- src/HttpContext.h | 3 ++- src/HttpContextData.h | 3 ++- src/HttpParser.h | 3 ++- src/HttpResponse.h | 3 ++- src/HttpResponseData.h | 3 ++- src/HttpRouter.h | 3 ++- src/Loop.h | 3 ++- src/LoopData.h | 3 ++- src/PerMessageDeflate.h | 3 ++- src/StaticDispatch.h | 3 ++- src/Utilities.h | 3 ++- src/WebSocket.h | 3 ++- src/WebSocketContext.h | 3 ++- src/WebSocketContextData.h | 3 ++- src/WebSocketData.h | 3 ++- src/WebSocketExtensions.h | 3 ++- src/WebSocketProtocol.h | 3 ++- src/libwshandshake.hpp | 27 +++++++++++++-------------- 22 files changed, 54 insertions(+), 35 deletions(-) diff --git a/README.md b/README.md index fbd6b67..d7bf64b 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,6 @@ Http | WebSockets ![](misc/bigshot_lineup.png) | ![](misc/websocket_lineup.png) #### Keep it legal. -Copyright © 2018 Alex Hultman. All rights reserved. +Intellectual property, all rights reserved. *You are forbidden to use logos, product names, texts, names or otherwise perceived brand identity, of copyright holder, in any way that might state or imply that the copyright holder endorses your distribution or in any way that might state or imply that you created the original software. Modified distributions must carry, from the original distribution, significantly different names and must not be confused with the original distribution.* diff --git a/src/App.h b/src/App.h index 9208abb..98ce0fd 100644 --- a/src/App.h +++ b/src/App.h @@ -1,5 +1,6 @@ /* - * Copyright 2018 Alex Hultman and contributors. + * Authored by Alex Hultman, 2018-2019. + * Intellectual property of third-party. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/AsyncSocket.h b/src/AsyncSocket.h index 5b65b82..8178636 100644 --- a/src/AsyncSocket.h +++ b/src/AsyncSocket.h @@ -1,5 +1,6 @@ /* - * Copyright 2018 Alex Hultman and contributors. + * Authored by Alex Hultman, 2018-2019. + * Intellectual property of third-party. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/AsyncSocketData.h b/src/AsyncSocketData.h index 6f71b35..d8b04f0 100644 --- a/src/AsyncSocketData.h +++ b/src/AsyncSocketData.h @@ -1,5 +1,6 @@ /* - * Copyright 2018 Alex Hultman and contributors. + * Authored by Alex Hultman, 2018-2019. + * Intellectual property of third-party. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/HttpContext.h b/src/HttpContext.h index a0d5d6d..2fd9b52 100644 --- a/src/HttpContext.h +++ b/src/HttpContext.h @@ -1,5 +1,6 @@ /* - * Copyright 2018 Alex Hultman and contributors. + * Authored by Alex Hultman, 2018-2019. + * Intellectual property of third-party. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/HttpContextData.h b/src/HttpContextData.h index aa2387e..51f2d43 100644 --- a/src/HttpContextData.h +++ b/src/HttpContextData.h @@ -1,5 +1,6 @@ /* - * Copyright 2018 Alex Hultman and contributors. + * Authored by Alex Hultman, 2018-2019. + * Intellectual property of third-party. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/HttpParser.h b/src/HttpParser.h index 206ecd9..391f8e0 100644 --- a/src/HttpParser.h +++ b/src/HttpParser.h @@ -1,5 +1,6 @@ /* - * Copyright 2018 Alex Hultman and contributors. + * Authored by Alex Hultman, 2018-2019. + * Intellectual property of third-party. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/HttpResponse.h b/src/HttpResponse.h index fd3a278..bd91125 100644 --- a/src/HttpResponse.h +++ b/src/HttpResponse.h @@ -1,5 +1,6 @@ /* - * Copyright 2018 Alex Hultman and contributors. + * Authored by Alex Hultman, 2018-2019. + * Intellectual property of third-party. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/HttpResponseData.h b/src/HttpResponseData.h index e8441b8..d70d5ff 100644 --- a/src/HttpResponseData.h +++ b/src/HttpResponseData.h @@ -1,5 +1,6 @@ /* - * Copyright 2018 Alex Hultman and contributors. + * Authored by Alex Hultman, 2018-2019. + * Intellectual property of third-party. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/HttpRouter.h b/src/HttpRouter.h index 217f7ff..25d68f9 100644 --- a/src/HttpRouter.h +++ b/src/HttpRouter.h @@ -1,5 +1,6 @@ /* - * Copyright 2018 Alex Hultman and contributors. + * Authored by Alex Hultman, 2018-2019. + * Intellectual property of third-party. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/Loop.h b/src/Loop.h index f1f8222..5db8ee2 100644 --- a/src/Loop.h +++ b/src/Loop.h @@ -1,5 +1,6 @@ /* - * Copyright 2018 Alex Hultman and contributors. + * Authored by Alex Hultman, 2018-2019. + * Intellectual property of third-party. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/LoopData.h b/src/LoopData.h index 04bbc86..c90e886 100644 --- a/src/LoopData.h +++ b/src/LoopData.h @@ -1,5 +1,6 @@ /* - * Copyright 2018 Alex Hultman and contributors. + * Authored by Alex Hultman, 2018-2019. + * Intellectual property of third-party. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/PerMessageDeflate.h b/src/PerMessageDeflate.h index 003f178..da2ca8b 100644 --- a/src/PerMessageDeflate.h +++ b/src/PerMessageDeflate.h @@ -1,5 +1,6 @@ /* - * Copyright 2018 Alex Hultman and contributors. + * Authored by Alex Hultman, 2018-2019. + * Intellectual property of third-party. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/StaticDispatch.h b/src/StaticDispatch.h index 56a54a0..69c197c 100644 --- a/src/StaticDispatch.h +++ b/src/StaticDispatch.h @@ -1,5 +1,6 @@ /* - * Copyright 2018 Alex Hultman and contributors. + * Authored by Alex Hultman, 2018-2019. + * Intellectual property of third-party. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/Utilities.h b/src/Utilities.h index 7c3243a..df63fd4 100644 --- a/src/Utilities.h +++ b/src/Utilities.h @@ -1,5 +1,6 @@ /* - * Copyright 2018 Alex Hultman and contributors. + * Authored by Alex Hultman, 2018-2019. + * Intellectual property of third-party. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/WebSocket.h b/src/WebSocket.h index 53e3653..6170a9a 100644 --- a/src/WebSocket.h +++ b/src/WebSocket.h @@ -1,5 +1,6 @@ /* - * Copyright 2018 Alex Hultman and contributors. + * Authored by Alex Hultman, 2018-2019. + * Intellectual property of third-party. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/WebSocketContext.h b/src/WebSocketContext.h index 9b9368e..5648e5a 100644 --- a/src/WebSocketContext.h +++ b/src/WebSocketContext.h @@ -1,5 +1,6 @@ /* - * Copyright 2018 Alex Hultman and contributors. + * Authored by Alex Hultman, 2018-2019. + * Intellectual property of third-party. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/WebSocketContextData.h b/src/WebSocketContextData.h index 45c4be2..6a8ff8e 100644 --- a/src/WebSocketContextData.h +++ b/src/WebSocketContextData.h @@ -1,5 +1,6 @@ /* - * Copyright 2018 Alex Hultman and contributors. + * Authored by Alex Hultman, 2018-2019. + * Intellectual property of third-party. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/WebSocketData.h b/src/WebSocketData.h index 5f480ed..54dfa8f 100644 --- a/src/WebSocketData.h +++ b/src/WebSocketData.h @@ -1,5 +1,6 @@ /* - * Copyright 2018 Alex Hultman and contributors. + * Authored by Alex Hultman, 2018-2019. + * Intellectual property of third-party. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/WebSocketExtensions.h b/src/WebSocketExtensions.h index 111cbb5..d6e98fb 100644 --- a/src/WebSocketExtensions.h +++ b/src/WebSocketExtensions.h @@ -1,5 +1,6 @@ /* - * Copyright 2018 Alex Hultman and contributors. + * Authored by Alex Hultman, 2018-2019. + * Intellectual property of third-party. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/WebSocketProtocol.h b/src/WebSocketProtocol.h index 30f0901..d911fb0 100644 --- a/src/WebSocketProtocol.h +++ b/src/WebSocketProtocol.h @@ -1,5 +1,6 @@ /* - * Copyright 2018 Alex Hultman and contributors. + * Authored by Alex Hultman, 2018-2019. + * Intellectual property of third-party. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/libwshandshake.hpp b/src/libwshandshake.hpp index ac5381a..9e9bf1d 100644 --- a/src/libwshandshake.hpp +++ b/src/libwshandshake.hpp @@ -1,20 +1,19 @@ -// Copyright (c) 2016 Alex Hultman and contributors +/* + * Authored by Alex Hultman, 2018-2019. + * Intellectual property of third-party. -// This software is provided 'as-is', without any express or implied -// warranty. In no event will the authors be held liable for any damages -// arising from the use of this software. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at -// Permission is granted to anyone to use this software for any purpose, -// including commercial applications, and to alter it and redistribute it -// freely, subject to the following restrictions: + * http://www.apache.org/licenses/LICENSE-2.0 -// 1. The origin of this software must not be misrepresented; you must not -// claim that you wrote the original software. If you use this software -// in a product, an acknowledgement in the product documentation would be -// appreciated but is not required. -// 2. Altered source versions must be plainly marked as such, and must not be -// misrepresented as being the original software. -// 3. This notice may not be removed or altered from any source distribution. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. +*/ #ifndef LIBWSHANDSHAKE_H #define LIBWSHANDSHAKE_H