From d2cc3b1f8a8524e3acad2eaa1584d0e0aed09577 Mon Sep 17 00:00:00 2001 From: Morwenn Date: Sat, 31 Aug 2019 13:14:50 +0200 Subject: [PATCH] Change license to MIT-0 --- LICENSE | 7 ++----- README.md | 2 ++ poplar.h | 5 +---- 3 files changed, 5 insertions(+), 9 deletions(-) diff --git a/LICENSE b/LICENSE index b057b27..61eb58e 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ -MIT License +MIT No Attribution License (MIT-0) -Copyright (c) 2017 Morwenn +Copyright (c) 2017-2019 Morwenn Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -9,9 +9,6 @@ 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/README.md b/README.md index 31f6d3f..e2e2e84 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![License](http://img.shields.io/:license-MIT--0-yellow.svg)](https://github.com/aws/mit-0) + poplar-heap is a collection of heap algorithms programmed in C++14 whose signatures more or less conrrespond to those of the standard library's heap algorithms. However, they use what is known as a "poplar heap" instead of a traditional binary heap to store the data. A poplar heap is a data structure introduced by Coenraad Bron and Wim H. Hesselink in diff --git a/poplar.h b/poplar.h index 226c7d3..9cfb430 100644 --- a/poplar.h +++ b/poplar.h @@ -1,5 +1,5 @@ /* - * The MIT License (MIT) + * The MIT No Attribution License (MIT-0) * * Copyright (c) 2017-2019 Morwenn * @@ -10,9 +10,6 @@ * 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