From c28214181aff6c9579d5b51a5154c7b1ea3a8f29 Mon Sep 17 00:00:00 2001 From: Roman Khimov Date: Thu, 13 Jun 2024 21:51:35 +0300 Subject: [PATCH] LICENSE: rename Apache license file Otherwise pkg.go.dev refuses to show anything, see https://pkg.go.dev/license-policy Signed-off-by: Roman Khimov --- LICENSE.Apache2 => LICENSE-APACHE | 0 LICENSE.md | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename LICENSE.Apache2 => LICENSE-APACHE (100%) diff --git a/LICENSE.Apache2 b/LICENSE-APACHE similarity index 100% rename from LICENSE.Apache2 rename to LICENSE-APACHE diff --git a/LICENSE.md b/LICENSE.md index 0b2342fa..72f97354 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -2,7 +2,7 @@ This repository provides several different components that use different licenses. Contracts, tests and commands use GPLv3 (see [LICENSE.GPLv3.md](LICENSE.GPLv3.md)), while RPC bindings (95% of which are autogenerated code) and other code intended to be used as a library to integrate with these contracts -is distributed under Apache 2.0 license (see [LICENSE.Apache2](LICENSE.Apache2)). +is distributed under Apache 2.0 license (see [LICENSE-APACHE](LICENSE-APACHE)). Specifically, GPLv3 is used by code in these folders: * cmd @@ -13,4 +13,4 @@ Specifically, GPLv3 is used by code in these folders: Apache 2.0 is used in: * rpc - * deploy \ No newline at end of file + * deploy