From 494ea86da72b0564738674bf70610f110f95a0b3 Mon Sep 17 00:00:00 2001 From: folex <0xdxdy@gmail.com> Date: Thu, 12 Sep 2019 13:56:50 +0300 Subject: [PATCH] More reverts --- .../github/jtendermint/jabci/JavaCounter.java | 8 +++---- .../github/jtendermint/jabci/api/ABCIAPI.java | 4 ++-- .../jtendermint/jabci/socket/TSocket.java | 24 ++++++++++++++++++- 3 files changed, 29 insertions(+), 7 deletions(-) diff --git a/src/main/java/com/github/jtendermint/jabci/JavaCounter.java b/src/main/java/com/github/jtendermint/jabci/JavaCounter.java index 851b6eb..24dc1a6 100644 --- a/src/main/java/com/github/jtendermint/jabci/JavaCounter.java +++ b/src/main/java/com/github/jtendermint/jabci/JavaCounter.java @@ -1,18 +1,18 @@ /* * The MIT License (MIT) - * + * * Copyright (c) 2016 - 2018 - * + * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell * copies of the Software, and to permit persons to whom the Software is * furnished to do so, subject to the following conditions: - * + * * The above copyright notice and this permission notice shall be included in all * copies or substantial portions of the Software. - * + * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE diff --git a/src/main/java/com/github/jtendermint/jabci/api/ABCIAPI.java b/src/main/java/com/github/jtendermint/jabci/api/ABCIAPI.java index 97e4037..86d8e48 100644 --- a/src/main/java/com/github/jtendermint/jabci/api/ABCIAPI.java +++ b/src/main/java/com/github/jtendermint/jabci/api/ABCIAPI.java @@ -26,12 +26,12 @@ package com.github.jtendermint.jabci.api; /** * ABCI-Protocol
* Bundled Interface of Sub-Interfaces - * + * *
* See * https://github.com/tendermint * /abci for more info - * + * * @version 06.11.2018 * */ diff --git a/src/main/java/com/github/jtendermint/jabci/socket/TSocket.java b/src/main/java/com/github/jtendermint/jabci/socket/TSocket.java index 60f65d0..7c44e57 100644 --- a/src/main/java/com/github/jtendermint/jabci/socket/TSocket.java +++ b/src/main/java/com/github/jtendermint/jabci/socket/TSocket.java @@ -1,4 +1,26 @@ - +/* + * The MIT License (MIT) + * + * Copyright (c) 2016 - 2018 + * + * Permission is hereby granted, free of charge, to any person obtaining a copy + * of this software and associated documentation files (the "Software"), to deal + * in the Software without restriction, including without limitation the rights + * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + * copies of the Software, and to permit persons to whom the Software is + * furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in all + * copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + * SOFTWARE. + */ package com.github.jtendermint.jabci.socket; import java.io.IOException;