From 57bc0a7f138936075b03fda71cbe588243f59d7f Mon Sep 17 00:00:00 2001 From: Axel Niklasson Date: Thu, 6 Jun 2019 14:39:27 +0200 Subject: [PATCH] Update README and added LICENSE --- LICENSE | 21 +++++++++++++++++++++ README.md | 4 ++-- 2 files changed, 23 insertions(+), 2 deletions(-) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..9abb552 --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2019 Axel Niklasson & Therese Petersson + +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. diff --git a/README.md b/README.md index 7a0487e..d462087 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # BFTList-client -Code for running both centralized and distributed BFTList clients. Note that this code has been implemented as mere help tool, giving little time to follow best practices during development. +Code for running both centralized and distributed BFTList clients. Note that this code has been implemented as a mere help tool, giving little time to follow best practices during development. ## Setup ``` @@ -32,4 +32,4 @@ Run the following on each PlanetLab node, assuming that all repos are bootstrapp ## Checking node consistency ``` ./check_consistency.sh [absolute_path_to_hosts_file] -``` \ No newline at end of file +```