From 85ab9e3c4ead956621a0da71b15fcd59ad0e4b41 Mon Sep 17 00:00:00 2001 From: Liu Jiang Date: Thu, 25 Nov 2021 19:10:42 +0800 Subject: [PATCH] Refine BSD-3-Clause license file The vhost crate is written from scratch, so it should be licensed to Alibaba Cloud instead of Google. Signed-off-by: Liu Jiang --- LICENSE-BSD-Google => LICENSE-BSD-3-Clause | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) rename LICENSE-BSD-Google => LICENSE-BSD-3-Clause (83%) diff --git a/LICENSE-BSD-Google b/LICENSE-BSD-3-Clause similarity index 83% rename from LICENSE-BSD-Google rename to LICENSE-BSD-3-Clause index 8bafca3..1ff0cd7 100644 --- a/LICENSE-BSD-Google +++ b/LICENSE-BSD-3-Clause @@ -1,4 +1,4 @@ -// Copyright 2017 The Chromium OS Authors. All rights reserved. +// Copyright (C) 2019 Alibaba Cloud. All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are @@ -10,9 +10,9 @@ // copyright notice, this list of conditions and the following disclaimer // in the documentation and/or other materials provided with the // distribution. -// * Neither the name of Google Inc. nor the names of its -// contributors may be used to endorse or promote products derived from -// this software without specific prior written permission. +// * Neither the name of Alibaba Inc. nor the names of its contributors +// may be used to endorse or promote products derived from this software +// without specific prior written permission. // // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT