From a72e5ceb1813cd65d4c40d2521992b1fa6e08b11 Mon Sep 17 00:00:00 2001 From: Miek Gieben Date: Wed, 18 Dec 2019 06:58:51 +0000 Subject: [PATCH] Put added license bit at the bottom (#1056) This license file is not being recognized by Github, nor by the new google golang thingy recently launched. Don't remove those lines just yet, but put them at the bottom Signed-off-by: Miek Gieben --- LICENSE | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/LICENSE b/LICENSE index 5763fa7f..55f12ab7 100644 --- a/LICENSE +++ b/LICENSE @@ -1,7 +1,3 @@ -Extensions of the original work are copyright (c) 2011 Miek Gieben - -As this is fork of the official Go code the same license applies: - Copyright (c) 2009 The Go Authors. All rights reserved. Redistribution and use in source and binary forms, with or without @@ -30,3 +26,5 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +As this is fork of the official Go code the same license applies. +Extensions of the original work are copyright (c) 2011 Miek Gieben